Started by user Dirk Fauth Running as Dirk Fauth Agent centos-7-zkdmq is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-zkdmq" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.nattable.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-zkdmq" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-zkdmq" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.nattable.svc.cluster.local/nattable/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-nattable" 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-zkdmq (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/nattable-snapshot-sonar [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-wOKBWKL8IoEz/agent.61 SSH_AGENT_PID=63 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/nattable-snapshot-sonar@tmp/private_key_8153288863168129394.key (/home/jenkins/agent/workspace/nattable-snapshot-sonar@tmp/private_key_8153288863168129394.key) [ssh-agent] Using credentials genie.nattable (ssh://genie.nattable@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/nattable/org.eclipse.nebula.widgets.nattable.git > git init /home/jenkins/agent/workspace/nattable-snapshot-sonar # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/nattable/org.eclipse.nebula.widgets.nattable.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress git://git.eclipse.org/gitroot/nattable/org.eclipse.nebula.widgets.nattable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/nattable/org.eclipse.nebula.widgets.nattable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision f4de1a9f657f3d287165e164dcfef3f3c2f3ecf6 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f4de1a9f657f3d287165e164dcfef3f3c2f3ecf6 # timeout=10 Commit message: "Bug 569737 - Example how to programmatically resize columns in NatTable" > git rev-list --no-walk f4de1a9f657f3d287165e164dcfef3f3c2f3ecf6 # timeout=10 Injecting SonarQube environment variables using the configuration: SonarCloud.io $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [nattable-snapshot-sonar] $ vncserver -list Starting xvnc [nattable-snapshot-sonar] $ Xvnc :72 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Tue Jan 5 07:38:32 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5972 vncext: created VNC server for screen 0 [nattable-snapshot-sonar] $ /opt/tools/apache-maven/latest/bin/mvn clean verify -P sonar -B sonar:sonar -Dsonar.projectKey=org.eclipse.nebula.widgets.nattable:parent -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.6.19-300.fc32.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/.polyglot.META-INF [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar.pack.gz from https://download.eclipse.org/collections/10.4.0/repository/plugins/ (1.67MB) [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.1MB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (24kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (818.03kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/.polyglot.META-INF [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.57kB) [INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB) [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB) [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (283.72kB) [INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.89kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.79kB) [INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.18kB) [INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.76kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.feature/.polyglot.feature.xml [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.source.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.source.feature/.polyglot.feature.xml [INFO] Fetching org.eclipse.collections.source_10.4.0.v20200820-2049.jar from https://download.eclipse.org/collections/10.4.0/repository/plugins/ (6.4MB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.source.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.source.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.source.feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.source.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/.polyglot.META-INF [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (280.01kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (143.98kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/.polyglot.feature.xml [INFO] Fetching ca.odell.glazedlists.source_1.11.0.v20190926-1838.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (920.44kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/.polyglot.META-INF [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202011020719.jar from https://download.eclipse.org/nebula/releases/2.4.3/plugins/ (154.26kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202011020719.jar from https://download.eclipse.org/nebula/releases/2.4.3/plugins/ (106.46kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.4.0.202011020719.jar from https://download.eclipse.org/nebula/releases/2.4.3/plugins/ (1.58MB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/.polyglot.feature.xml [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.4.0.202011020719.jar from https://download.eclipse.org/nebula/releases/2.4.3/plugins/ (1.53MB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/.polyglot.META-INF [INFO] Fetching org.apache.commons.collections4_4.4.0.v20200420-1700.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (216.14kB) [INFO] Fetching org.apache.commons.math3_3.6.1.v20200817-1830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (719.85kB) [INFO] Fetching org.apache.poi_4.1.1.v20200604-1524.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (880.27kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/.polyglot.feature.xml [INFO] Fetching org.apache.poi.source_4.1.1.v20200604-1524.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (2.44MB) [INFO] Fetching org.apache.commons.math3.source_3.6.1.v20200817-1830.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (2.5MB) [INFO] Fetching org.apache.commons.collections4.source_4.4.0.v20200420-1700.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (733.83kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.source.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.updatesite:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.updatesite:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.updatesite:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.dataset:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.dataset:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.dataset:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/.polyglot.META-INF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature/.polyglot.feature.xml [INFO] Fetching org.slf4j.binding.simple_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (14.5kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.product:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.product:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/pom.xml [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (83.5kB) [INFO] Fetching org.eclipse.collections.feature_10.4.0.v20200820-2049.jar from https://download.eclipse.org/collections/10.4.0/repository/features/ (17.16kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.100.v20190624-2109.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.21kB) [INFO] Fetching org.eclipse.equinox.ds_1.6.0.v20190122-0806.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.55kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar from https://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar from https://download.eclipse.org/releases/2019-09/201909181001/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.12kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.500.v20190907-0428.jar from https://download.eclipse.org/releases/2019-09/201909181001/features/ (247.88kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (150.98kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.82kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.43kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.44kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (17.06kB) [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.product:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/.polyglot.feature.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/.polyglot.feature.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Nebula NatTable [pom] [INFO] [target] NatTable Target Definition [eclipse-target-definition] [INFO] [bundle] NatTable Core [eclipse-plugin] [INFO] [bundle] NatTable Dataset Utilities (internal usage) [eclipse-plugin] [INFO] [test-bundle] NatTable Core Tests [eclipse-test-plugin] [INFO] [feature] NatTable Core Feature [eclipse-feature] [INFO] [feature] NatTable Core Source Feature [eclipse-feature] [INFO] [bundle] NatTable extension for Eclipse 4 [eclipse-plugin] [INFO] [feature] NatTable Eclipse 4 Extension Feature [eclipse-feature] [INFO] [feature] NatTable Eclipse 4 Extension Source Feature [eclipse-feature] [INFO] [bundle] NatTable extension for GlazedLists [eclipse-plugin] [INFO] [test-bundle] NatTable GlazedLists Extensions Test [eclipse-test-plugin] [INFO] [feature] NatTable GlazedLists Extension Feature [eclipse-feature] [INFO] [feature] NatTable GlazedLists Extension Source Feature [eclipse-feature] [INFO] [bundle] NatTable extension for Nebula widgets [eclipse-plugin] [INFO] [feature] NatTable Nebula Extension Feature [eclipse-feature] [INFO] [feature] NatTable Nebula Extension Source Feature [eclipse-feature] [INFO] [bundle] NatTable extension for Apache POI [eclipse-plugin] [INFO] [feature] NatTable POI Extension Feature [eclipse-feature] [INFO] [feature] NatTable POI Extension Source Feature [eclipse-feature] [INFO] NatTable Update Site [eclipse-repository] [INFO] org.eclipse.nebula.widgets.nattable.examples [eclipse-plugin] [INFO] [bundle] NatTable Eclipse 4 Examples [eclipse-plugin] [INFO] [feature] NatTable E4 Examples Feature [eclipse-feature] [INFO] [feature] NatTable E4 RCP Feature [eclipse-feature] [INFO] NatTable Eclipse 4 Examples Application [eclipse-repository] [INFO] [INFO] -------------< org.eclipse.nebula.widgets.nattable:parent >------------- [INFO] Building Nebula NatTable 2.0.0-SNAPSHOT [1/26] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/target/jacoco.exec,sessionid=parent [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------< org.eclipse.nebula.widgets.nattable:target-platform >--------- [INFO] Building [target] NatTable Target Definition 2.0.0-SNAPSHOT [2/26] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ target-platform --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ target-platform --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/target-platform/target/jacoco.exec,sessionid=target-platform [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ target-platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-target-definition (default-package-target-definition) @ target-platform --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core >-- [INFO] Building [bundle] NatTable Core 2.0.0-SNAPSHOT [3/26] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.core [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] Compiling 1045 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/target/org.eclipse.nebula.widgets.nattable.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/target/org.eclipse.nebula.widgets.nattable.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.core --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.dataset >-- [INFO] Building [bundle] NatTable Dataset Utilities (internal usage) 2.0.0-SNAPSHOT [4/26] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.dataset [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/target/org.eclipse.nebula.widgets.nattable.dataset-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset/target/org.eclipse.nebula.widgets.nattable.dataset-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.dataset --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.tests >-- [INFO] Building [test-bundle] NatTable Core Tests 2.0.0-SNAPSHOT [5/26] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.core.tests [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] Compiling 281 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/org.eclipse.nebula.widgets.nattable.core.tests-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/org.eclipse.nebula.widgets.nattable.core.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.nebula.widgets.nattable.core.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.core.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/work/data, -install, /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/work, -configuration, /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/surefire.properties] Running org.eclipse.nebula.widgets.nattable.hideshow.command.HideRowCommandTest 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. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s - in org.eclipse.nebula.widgets.nattable.hideshow.command.HideRowCommandTest shouldNotConvertOnInvalidPosition Time elapsed: 0.347 s shouldHideRow Time elapsed: 0.05 s shouldHideRowByIndex Time elapsed: 0.007 s Running org.eclipse.nebula.widgets.nattable.hideshow.command.HideColumnCommandTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.nebula.widgets.nattable.hideshow.command.HideColumnCommandTest shouldHideColumn Time elapsed: 0.014 s shouldHideColumnByIndex Time elapsed: 0.003 s Running org.eclipse.nebula.widgets.nattable.data.ExtendedReflectiveColumnPropertyAccessorTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.nebula.widgets.nattable.data.ExtendedReflectiveColumnPropertyAccessorTest shouldGetValuesFromMultiHierarchial Time elapsed: 0.062 s shouldSetFirstLevelProperty Time elapsed: 0.007 s shouldSetNullValuesInHierarchical Time elapsed: 0.002 s shouldSetSecondLevelProperty Time elapsed: 0.001 s shouldSetValuesInMultiHierarchial Time elapsed: 0.004 s shouldSetFirstLevelPropertyToNull Time elapsed: 0.001 s shouldHandleNullValuesInHierarchical Time elapsed: 0.001 s shouldGetFirstLevelProperty Time elapsed: 0.001 s shouldThrowExceptionOnNotAvailableGetter Time elapsed: 0.004 s shouldThrowExceptionOnNotAvailableSetter Time elapsed: 0.003 s shouldSetSecondLevelPropertyToNull Time elapsed: 0.002 s shouldGetSecondLevelProperty Time elapsed: 0.002 s Running JUnit Vintage ** THE FOLLOWING STACK TRACE IS EXPECTED ** (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.474: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.482: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.550: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.576: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.590: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.603: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.641: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.652: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.660: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.671: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.685: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.698: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.739: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.750: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.760: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.773: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.784: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.795: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.802: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.834: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.849: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.857: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.869: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.880: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.891: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.901: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.935: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.945: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.960: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.968: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.978: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.988: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:15.996: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.006: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.034: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.046: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.057: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.068: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.080: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.096: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.106: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.137: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.147: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.157: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.166: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.175: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.185: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.198: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.208: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.236: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.250: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.264: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.273: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.288: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.304: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.316: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.342: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.351: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.360: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.368: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.378: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.391: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.401: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.412: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.420: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.442: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.451: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.459: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.535: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.545: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.557: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.566: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.576: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.587: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.595: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.605: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.617: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.641: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.650: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.659: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.669: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.678: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.687: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.701: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.716: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.741: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.753: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.765: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.776: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.788: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.799: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.809: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.835: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.845: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.855: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.865: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.874: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.884: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.893: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.903: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.914: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.941: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.953: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.960: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.972: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:16.997: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.036: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.055: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.076: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.088: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.101: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.113: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.135: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.148: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.158: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.165: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.173: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.180: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.188: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.201: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.211: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.220: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.241: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.251: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.261: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.274: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.284: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.294: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.305: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.315: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.340: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.353: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.365: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.376: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.385: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.397: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.412: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.442: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.450: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.460: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.470: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.484: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.493: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.502: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.511: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.533: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.543: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.553: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.563: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.573: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.581: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.588: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.596: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.606: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.614: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.621: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.637: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.647: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.658: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.668: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.677: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.687: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.696: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.707: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.716: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.740: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.750: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.758: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.768: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.779: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.787: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.797: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.808: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.818: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.838: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.847: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.857: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.867: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.876: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.886: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.894: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.903: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.914: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.937: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.949: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.958: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.968: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.977: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.986: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:17.999: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.008: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.017: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.042: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.053: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.064: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.074: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.085: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.097: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.110: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.120: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.135: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.142: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.151: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.159: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.167: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.175: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.184: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.192: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.203: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.213: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.233: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.242: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.250: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.262: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.271: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.283: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.292: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.304: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.312: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.319: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.336: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.344: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.351: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.359: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.367: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.376: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.384: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.394: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.404: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.413: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.421: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.440: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.450: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.459: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.468: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.478: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.487: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.498: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.508: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.538: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.547: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.558: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.567: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.576: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.585: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.593: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.603: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.612: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.623: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.639: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.647: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.657: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.664: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.672: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.681: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.689: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.701: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.712: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.735: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.744: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.752: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.761: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.768: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.776: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.785: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.793: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.804: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.812: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.840: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.851: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.862: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.874: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.885: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.941: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.950: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.964: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.976: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:18.989: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.000: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.011: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.033: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.045: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.053: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.061: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.069: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.077: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.088: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.097: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.106: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.114: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.124: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.141: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.151: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.161: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.171: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.183: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.193: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.215: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.237: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.247: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.258: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.269: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.282: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.293: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.302: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.312: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.322: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.342: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.352: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.361: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.371: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.382: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.392: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.399: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.409: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.419: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.426: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.442: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.452: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.460: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.475: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.485: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.495: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.507: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.517: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.534: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.547: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.556: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.564: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.571: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.582: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.596: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.606: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.621: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.644: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.654: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.665: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.674: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.685: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.694: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.701: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.709: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.718: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.737: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.747: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.755: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.767: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.776: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.786: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.797: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.807: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.817: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.825: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.841: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.853: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.864: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.876: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.888: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.901: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.909: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.917: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.940: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.950: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.962: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.974: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.986: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:19.997: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.034: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.046: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.070: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.078: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.087: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.094: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.105: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.113: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.120: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.127: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.139: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.148: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.159: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.172: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.181: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.191: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.201: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.210: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.219: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.250: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.262: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.275: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.287: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.300: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.311: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.334: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.344: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.355: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.365: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.373: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.382: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.403: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.416: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.439: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.449: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.461: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.474: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.483: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.492: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.502: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.512: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.520: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.539: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.547: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.555: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.566: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.577: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.586: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.594: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.602: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.610: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.617: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.642: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.651: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.660: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.670: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.679: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.690: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.699: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.709: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.718: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.734: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.745: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.759: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.770: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.779: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.790: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.802: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.811: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.834: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.847: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.862: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.878: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.890: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.902: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.940: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.947: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.955: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.964: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.973: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.986: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:20.995: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.004: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.012: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.036: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.044: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.053: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.061: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.071: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.078: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.087: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.098: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.107: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.114: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.123: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.145: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.154: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.163: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.174: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.183: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.192: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.200: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.210: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.220: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.236: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.247: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.258: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.268: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.279: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.292: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.300: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.308: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.319: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.335: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.344: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.362: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.373: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.382: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.398: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.409: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.428: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.440: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.453: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.468: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.483: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.496: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.509: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.525: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.546: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.558: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.570: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.579: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.586: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.596: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.604: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.611: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.618: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.626: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.639: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.648: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.657: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.666: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.676: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.685: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.695: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.705: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.713: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.722: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.741: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.754: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.763: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.773: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.780: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.788: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.853: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.863: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.873: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.883: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.894: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.903: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.913: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.940: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.950: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.959: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.967: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.978: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:21.990: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.001: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.010: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.019: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.042: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.059: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.075: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.087: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.097: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.108: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.121: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.139: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.151: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.177: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.186: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.194: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.202: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.210: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.219: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.243: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.251: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.260: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.269: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.278: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.287: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.295: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.312: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.321: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.330: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.342: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.349: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.357: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.366: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.373: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.381: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.391: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.398: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.406: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.414: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.438: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.449: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.457: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.466: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.472: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.480: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.488: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.495: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.503: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.510: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.518: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.526: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.535: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.543: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.551: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.560: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.569: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.578: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.585: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.593: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.601: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.608: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.616: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.622: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.638: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.645: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.654: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.662: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.676: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.683: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.689: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.696: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.701: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.707: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.714: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.721: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.727: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.738: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.744: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.752: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.760: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.767: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.774: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.780: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.787: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.793: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.800: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.807: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.813: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.851: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.859: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.867: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.877: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.884: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.891: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.898: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.906: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.915: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.941: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.950: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.966: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.975: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.983: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:22.992: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.000: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.009: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.017: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.037: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.046: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.054: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.085: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.094: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.103: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.110: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.118: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.141: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.150: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.158: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.166: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.173: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.182: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.190: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.197: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.239: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.246: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.257: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.267: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.274: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.280: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.286: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.293: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.338: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.346: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.353: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.360: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.367: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.378: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.388: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.467: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.492: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.502: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.511: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.539: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.547: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.555: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.564: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.579: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.589: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.598: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.606: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.615: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.634: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.643: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.653: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.661: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.671: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.683: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.693: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.703: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.711: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.746: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.759: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.768: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.778: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.786: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.794: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.803: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.812: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.836: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.844: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.853: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.861: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.870: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.878: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.887: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.898: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.907: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.934: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.944: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.952: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.960: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.969: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.984: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:23.996: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.006: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.044: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.057: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.066: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.078: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.088: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.097: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.106: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.116: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.133: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.143: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.151: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.159: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.169: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.179: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.189: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.198: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.209: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.219: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.240: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.249: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.258: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.268: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.278: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.288: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.298: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.309: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.319: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.339: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.359: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.372: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.382: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.390: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.402: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.411: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.435: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.443: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.451: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.456: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.466: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.473: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.485: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.494: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.507: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.514: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.542: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.548: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.560: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.574: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.584: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.593: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.601: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.607: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.613: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.619: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.639: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.649: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.656: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.664: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.672: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:24.898: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.020: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.085: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.201: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.274: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.297: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.308: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.319: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.330: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.342: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.465: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.657: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.695: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.700: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.712: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.736: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.750: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.763: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.774: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.783: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.795: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.976: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:25.989: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.004: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.055: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.253: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.269: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.286: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.301: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.320: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.342: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.349: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.357: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.366: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.377: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.387: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.396: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.434: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.453: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.463: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:26.572: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954944f90) (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.577: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.593: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.606: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.643: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.663: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.675: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:26.690: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.913: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.936: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.944: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.952: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.959: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.969: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.978: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.987: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:27.995: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.003: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.011: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.019: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.026: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.038: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.045: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.052: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.061: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.078: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:28.954: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.020: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7f4c0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.025: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.045: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.087: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7fa00) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.091: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.115: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.152: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7ff40) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.157: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.179: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.217: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7f4c0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.221: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.240: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.277: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7f4c0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.281: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.299: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.337: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954dbc540) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.342: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.366: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.405: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954dbca80) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.409: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.452: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7f4c0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.457: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.482: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.519: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7f4c0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.523: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.543: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.581: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7f4c0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.587: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.632: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954dbcfc0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.636: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.657: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.695: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954dbd260) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.699: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.719: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.758: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954dbd260) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.762: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.812: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7f4c0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.817: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:29.842: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-WARNING **: 07:42:29.888: gclosure.c:724: unable to remove uninstalled invalidation notifier: 0x7f19a1a6a0b0 (0x7f1954b7f4c0) (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.086: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.201: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.228: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.287: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.327: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.365: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.399: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.434: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.473: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.485: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.496: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.507: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.519: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.541: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.552: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.563: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.576: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.588: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.599: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.611: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.622: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.638: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.650: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.662: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.673: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.684: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.693: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.703: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.713: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.724: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.734: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.745: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.755: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.766: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.777: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.789: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.803: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.814: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.842: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.852: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.864: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.874: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.885: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.898: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.908: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.918: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.943: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.953: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.965: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.975: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.987: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:30.997: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.006: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.017: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.034: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.045: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.055: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.065: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.075: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.085: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.095: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.105: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.114: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.124: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.135: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.145: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.155: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.166: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.210: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.222: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:31.234: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.405: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.415: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.425: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.432: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.438: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.445: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.451: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.458: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.466: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.473: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.481: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed (SWT:488): GLib-GObject-CRITICAL **: 07:42:33.505: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed Tests run: 2905, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 29.038 s - in JUnit Vintage org.eclipse.nebula.widgets.nattable.test.fixture.TestLayer skipped testRowHeights Time elapsed: 0.004 s testRowIndexes Time elapsed: 0.002 s testColumnIndexes Time elapsed: 0.001 s testColumnWidths Time elapsed: 0.001 s testRowHeights Time elapsed: 0 s testRowIndexes Time elapsed: 0.001 s testColumnIndexes Time elapsed: 0.001 s testColumnWidths Time elapsed: 0.001 s testRowHeights Time elapsed: 0.009 s testRowIndexes Time elapsed: 0.001 s testColumnIndexes Time elapsed: 0.001 s testColumnWidths Time elapsed: 0 s testRowHeights Time elapsed: 0.001 s testRowIndexes Time elapsed: 0 s testColumnIndexes Time elapsed: 0 s testColumnWidths Time elapsed: 0.02 s testRowHeights Time elapsed: 0.001 s testRowIndexes Time elapsed: 0.001 s testColumnIndexes Time elapsed: 0.001 s testColumnWidths Time elapsed: 0.001 s org.eclipse.nebula.widgets.nattable.test.fixture.TestLayerCell skipped stateIsLoadedCorrectlyFromProperties Time elapsed: 1.665 s tableShouldDefaultProperlyIfNoPropertiesAreLoaded Time elapsed: 0.037 s shouldRenameColumnHeaderForReorderedColumn Time elapsed: 0.028 s shouldRenameColumnHeaderForReorderedColumnProgrammatically Time elapsed: 0.022 s shouldUpdateRenamedColumnOnDeleteMultipleColumn Time elapsed: 0.044 s shouldUpdateRenamedColumnOnDeleteOneColumn Time elapsed: 0.024 s shouldUpdateRenamedColumnOnAddingMultipleColumn Time elapsed: 0.019 s shouldUpdateRenamedColumnOnAddingMultipleColumnRanges Time elapsed: 0.017 s shouldUpdateRenamedColumnOnAddingOneColumn Time elapsed: 0.036 s shouldRenameColumnHeader Time elapsed: 0.018 s shouldUpdateRenamedColumnOnDeleteMultipleColumnRanges Time elapsed: 0.021 s movingSelectionWithDownArrow Time elapsed: 0.048 s movingSelectionWithLeftArrow Time elapsed: 0.033 s movingSelectionWithRightArrow Time elapsed: 0.022 s movingSelectionWithUpArrow Time elapsed: 0.021 s selectingRectangularAreasWithShiftKey Time elapsed: 0.025 s testInit Time elapsed: 0.017 s testHideShow Time elapsed: 0.016 s testHideReorder Time elapsed: 0.02 s testReorder Time elapsed: 0.015 s shouldUpdateOnInsertAndDelete Time elapsed: 0.043 s testDeleteLastRow Time elapsed: 0.015 s testReorderHide Time elapsed: 0.016 s clickingOnTheCheckBoxMustToggleItsValue Time elapsed: 0.211 s testNavigationUsingTabButtonWhenAnInvalidValueIsEntered Time elapsed: 0.058 s directlyTypingInACellShoudlStartEditing Time elapsed: 0.024 s testDataValidation Time elapsed: 0.057 s navigationWithTabNoActivate Time elapsed: 0.021 s mustCommitValidValuesOnPressingEnter Time elapsed: 0.024 s testEditorResize Time elapsed: 0.02 s updateAllUnderlyingCellsIfSpanned Time elapsed: 0.044 s moveOriginIntoViewportOnOpenSpannedCellInScrolledState Time elapsed: 0.029 s testNotEditableByDefault Time elapsed: 0.013 s testEditorClosesWhenANewEditCommandIsFired Time elapsed: 0.018 s openEditorForSpannedCellsShouldOpenInline Time elapsed: 0.04 s testEditorRemovedWhenClosed Time elapsed: 0.017 s pressingESCMustDiscardTheValueEnteredAndCloseControl Time elapsed: 0.019 s testEditorActivatedDuringInlineCellEdit Time elapsed: 0.016 s navigationWithTab Time elapsed: 0.041 s comboBoxShouldCommitWhenAValueIsSelectedByClickingOnIt Time elapsed: 0.013 s testEditorRemovedWhenCommitted Time elapsed: 0.02 s shouldUpdateHiddenOnInsertAndDelete Time elapsed: 0.019 s shouldUpdateReorderOnInsertAndDelete Time elapsed: 0.016 s shouldUpdateHiddenOnInsert Time elapsed: 0.033 s shouldUpdateOnInsert Time elapsed: 0.018 s shouldUpdateOnInsertAndDelete Time elapsed: 0.018 s shouldUpdateReorderOnInsert Time elapsed: 0.013 s testTestLayer Time elapsed: 0.006 s shouldFireHideColumnPositionsEventOnHideWithReorder Time elapsed: 0.002 s shouldFireShowColumnPositionsEventOnShowAllWithReorder Time elapsed: 0.002 s shouldFireShowColumnPositionsEventOnShowAll Time elapsed: 0 s shouldFireHideColumnPositionsEventOnHide Time elapsed: 0.001 s shouldFireShowColumnPositionsEventOnShowIndexesWithReorder Time elapsed: 0.002 s shouldFireShowColumnPositionsEventOnShowIndexes Time elapsed: 0 s testColumnDiffs Time elapsed: 0.001 s testConvertToLocal Time elapsed: 0 s shouldFireHideRowPositionsEventOnHideWithReorder Time elapsed: 0.001 s shouldFireShowColumnPositionsEventOnShowAllWithReorder Time elapsed: 0.001 s shouldFireShowColumnPositionsEventOnShowAll Time elapsed: 0 s shouldFireHideColumnPositionsEventOnHide Time elapsed: 0.001 s shouldFireShowColumnPositionsEventOnShowIndexesWithReorder Time elapsed: 0 s shouldFireShowColumnPositionsEventOnShowIndexes Time elapsed: 0.001 s testColumnDiffs Time elapsed: 0.002 s testConvertToLocal Time elapsed: 0 s testClone Time elapsed: 0 s testHideColumnCommand Time elapsed: 0 s testHideColumnCommand Time elapsed: 0.001 s testClone Time elapsed: 0 s showAllColumnPositionsOnLeftSide Time elapsed: 0.095 s testHideShowPercentageSizedColumnsAndSpecificMinWidth Time elapsed: 0.014 s shouldContainHideIndicatorLabels Time elapsed: 0.001 s testHideShowSaveStatePercentageSizing Time elapsed: 0.015 s doNotShowIfNoDirectColumnHiddenToLeft Time elapsed: 0.001 s testHideShowPercentageSizedColumns Time elapsed: 0.001 s testColumnPositionAfterHide Time elapsed: 0.001 s testHideResizeShowMixedPercentageSizedColumns Time elapsed: 0.002 s doNotShowIfNoDirectColumnHiddenToRight Time elapsed: 0.001 s testHiddenColumnsHaveSkipSearchLabel Time elapsed: 0.001 s testHideResizeShowSpecificColumn2 Time elapsed: 0.022 s testHideResizeShowSpecificColumn3 Time elapsed: 0.001 s testHideResizeShowSpecificColumn4 Time elapsed: 0.001 s testShowSpecificColumnsPercentageWidth Time elapsed: 0.002 s testHideShowSaveState Time elapsed: 0.001 s testHideShowSaveStatePercentageSizingWithoutFixOnResize Time elapsed: 0.002 s testHideShowCustomColumnWithPercentageLastColumn Time elapsed: 0.001 s testHideShowDefaultSizedColumns Time elapsed: 0.001 s shouldNotFireEventForNotProcessedColumn Time elapsed: 0.001 s testHideShowPercentageSizedColumnsAndSpecificMinWidthOnScaling Time elapsed: 0.002 s showAllColumnPositionsOnRightSide Time elapsed: 0.001 s testHideResizeShowFixedPercentageSizedColumns Time elapsed: 0.003 s testHideShowFixedPercentageSizedColumnsByIndex Time elapsed: 0.002 s testHideShowDefaultColumnWithPercentageLastColumn Time elapsed: 0.001 s testHideResizeShowDynamicPercentageSizedColumns Time elapsed: 0.001 s shouldHideFirstPositionAfterIndex0IsHidden Time elapsed: 0 s testHideShowLoadStatePercentageSizing Time elapsed: 0.002 s testShowSpecificColumnsFixedWidth Time elapsed: 0.001 s testHideResizeShowSpecificColumn Time elapsed: 0.001 s shouldShowColumnPosition Time elapsed: 0.001 s testHideShowPercentageSizedColumnsAndDefaultMinWidth Time elapsed: 0.036 s testHideShowLoadState Time elapsed: 0.002 s testHideShowFixedPercentageSizedColumns Time elapsed: 0.002 s testHideShowNotResizableColumns Time elapsed: 0 s testHideResizeShowDynamicPercentageSizedColumnsWithMinSize Time elapsed: 0.002 s shouldShowAfterDoubleHide Time elapsed: 0.002 s testHideShowCustomSizedColumns Time elapsed: 0.001 s hideAllRows2 Time elapsed: 0.002 s shouldReturnHiddenRowIndexes Time elapsed: 0.003 s showRowIndexes Time elapsed: 0.003 s shouldContainHideIndicatorLabels Time elapsed: 0 s hideAllRows Time elapsed: 0.001 s showARowByIndexPrimitive Time elapsed: 0.001 s doNotShowIfNoDirectRowHiddenToTop Time elapsed: 0 s shouldSaveState Time elapsed: 0.001 s showAllRows Time elapsed: 0.001 s getRowPositionForASingleHiddenRow Time elapsed: 0 s showAllRowPositionsOnBottomSide Time elapsed: 0 s showRowPositions Time elapsed: 0.001 s shouldLoadState Time elapsed: 0.001 s getRowIndexHideRow Time elapsed: 0.001 s showRowIndexesPrimitive Time elapsed: 0.002 s showAllRowPositionsOnTopSide Time elapsed: 0.001 s showARowByIndex Time elapsed: 0 s shouldKeepHiddenOnSort Time elapsed: 0.005 s doNotShowIfNoDirectRowHiddenToBottom Time elapsed: 0.001 s hideAllRows2 Time elapsed: 0.001 s shouldReturnHiddenRowIndexes Time elapsed: 0 s showRowIndexes Time elapsed: 0.001 s shouldContainHideIndicatorLabels Time elapsed: 0.034 s hideAllRows Time elapsed: 0 s doNotShowIfNoDirectRowHiddenToTop Time elapsed: 0 s showAllRows Time elapsed: 0.001 s shouldTransformLocalToUnderlyingRowPositionNothingHidden Time elapsed: 0.001 s getRowPositionForASingleHiddenRow Time elapsed: 0 s getRowIndexHideAdditionalColumn Time elapsed: 0.001 s showAllRowPositionsOnBottomSide Time elapsed: 0.001 s showRowPositions Time elapsed: 0.001 s shouldTransformLocalToUnderlyingRowPositionHidden Time elapsed: 0.001 s showRowIndexesPrimitive Time elapsed: 0 s showAllRowPositionsOnTopSide Time elapsed: 0 s showARowByIndex Time elapsed: 0.001 s shouldCalculateHeight Time elapsed: 0.001 s getRowIndexByPosition Time elapsed: 0.001 s doNotShowIfNoDirectRowHiddenToBottom Time elapsed: 0 s shouldCalculateHeightForEmptyDataset Time elapsed: 0.001 s showAllColumnPositionsOnLeftSide Time elapsed: 0 s shouldTransformLocalToUnderlyingColumnPositionNothingHidden Time elapsed: 0 s shouldContainHideIndicatorLabels Time elapsed: 0.001 s hideAllColumns2 Time elapsed: 0.001 s showColumnIndexes Time elapsed: 0.001 s doNotShowIfNoDirectColumnHiddenToLeft Time elapsed: 0.001 s doNotShowIfNoDirectColumnHiddenToRight Time elapsed: 0 s shouldCalculateWidthForEmptyDataset Time elapsed: 0 s showColumnPositions Time elapsed: 0.001 s showAllColumns Time elapsed: 0.001 s shouldReturnHiddenColumnIndexes Time elapsed: 0 s shouldHandleHiddenColumnsInSpanning Time elapsed: 0.006 s shouldNotFireEventForNotProcessedColumn Time elapsed: 0.001 s showAllColumnPositionsOnRightSide Time elapsed: 0.001 s getColumnPositionForASingleHiddenColumn Time elapsed: 0.001 s getColumnIndexByPosition Time elapsed: 0.001 s getColumnIndexHideAdditionalColumn Time elapsed: 0.001 s shouldTransformLocalToUnderlyingColumnPositionHidden Time elapsed: 0 s hideAllColumns Time elapsed: 0.001 s showColumnIndexesPrimitive Time elapsed: 0.001 s showAColumnByIndex Time elapsed: 0.001 s shouldCalculateWidth Time elapsed: 0 s testHideLeftmostColumnsAndFreezeColumn Time elapsed: 0.013 s testHideLeftmostColumnsAndFreezeSelection Time elapsed: 0.006 s testHideAllNonFrozenAndOneFrozenNotConsecutiveMultiShow Time elapsed: 0.004 s testHideAllNonFrozenAndOneFrozenNotConsecutive Time elapsed: 0.038 s testHideAllNonFrozen Time elapsed: 0.002 s testHideLeftmostColumnsAndFreezePosition Time elapsed: 0.004 s testFreezeHideFrozenOnEdge Time elapsed: 0.002 s testHideAndShowAllNonFrozenAndOneFrozenConsecutive Time elapsed: 0.003 s testFreezeHideBothSidesOfFreezeBorder Time elapsed: 0.003 s testFreezeColumns Time elapsed: 0.001 s testFreezeHideNonFrozenAny Time elapsed: 0.003 s testFreezeHideFrozenFirst Time elapsed: 0.002 s testNotFrozen Time elapsed: 0.001 s testFreezeHideNonFrozenOnEdge Time elapsed: 0.002 s testHandleMultipleRowDeleteEvent Time elapsed: 0.001 s testHandleRowDeleteEvent Time elapsed: 0 s testHandleHiddenRowDeleteEvent Time elapsed: 0.001 s testHandleRowAddEvent Time elapsed: 0 s testHandleLastRowDeleteEvent Time elapsed: 0.001 s testHandleColumnAddEvent Time elapsed: 0.002 s testHandleLastColumnDeleteEvent Time elapsed: 0 s testHandleMultipleColumnDeleteEvent Time elapsed: 0.001 s testHandleHiddenColumnDeleteEvent Time elapsed: 0 s testHandleColumnDeleteEvent Time elapsed: 0 s testSaveResetSaveLoad Time elapsed: 0.001 s testSaveState Time elapsed: 0 s testLoadState Time elapsed: 0 s testSaveState Time elapsed: 0.001 s testLoadState Time elapsed: 0 s testWhitespacePattern Time elapsed: 0.017 s testLineBreak Time elapsed: 0.04 s gcShouldHaveConfiguredItalicFont Time elapsed: 0.014 s gcShouldHaveConfiguredBoldFont Time elapsed: 0.014 s testLineWrap Time elapsed: 0.014 s shouldReturnASelectedCellWithDottedLineStyling Time elapsed: 0.015 s retrievedCellShouldHaveConfiguredForegroundColor Time elapsed: 0.038 s retreivedCellShouldHaveRightAlignment Time elapsed: 0.02 s retrievedCellShouldBeConvertedUsingTheDisplayConverter Time elapsed: 0.029 s retreivedCellShouldHaveTopAlignment Time elapsed: 0.013 s retrievedCellShouldHaveConfiguredBackground Time elapsed: 0.012 s shouldPaintButtonPressedOnMouseClick Time elapsed: 0.03 s shouldNotifyListeners Time elapsed: 0.016 s testReorderRightConvertToLocal Time elapsed: 0.001 s testReorderLeftConvertToLocal Time elapsed: 0.001 s testReorderRightColumnDiffs Time elapsed: 0 s testReorderLeftColumnDiffs Time elapsed: 0.001 s reorderMultipleNotConsecutiveRowsInHiddenState Time elapsed: 0.015 s shouldConvertBeforePositionsOnReorderDown Time elapsed: 0.011 s shouldConvertBeforePositionsOnReorderNone Time elapsed: 0.01 s shouldConvertBeforePositionsOnReorderUp Time elapsed: 0.013 s reorderEventMustPropagateToTheTop Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiNonConsecutiveReorderDown Time elapsed: 0.01 s shouldConvertBeforePositionsOnMultiReorderDownWithHiddenBetween Time elapsed: 0.01 s shouldConvertBeforePositionsOnReorderUpWithHidden Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiReorderDownWithHiddenAround Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiReorderUpWithHidden Time elapsed: 0.008 s shouldThrowAReorderRowEvent Time elapsed: 0.002 s shouldConvertBeforePositionsOnReorderUpWithMultiHidden Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiNonConsecutiveReorderUp Time elapsed: 0.008 s shouldConvertBeforePositionsOnReorderDownWithHidden Time elapsed: 0.008 s shouldConvertBeforePositionsOnMultiReorderDownWithHidden Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiReorderDown Time elapsed: 0.029 s shouldConvertBeforePositionsOnMultiNonConsecutiveReorderUpWithHidden Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiReorderUpWithHiddenAround Time elapsed: 0.01 s shouldConvertBeforePositionsOnMultiNonConsecutiveReorderDownWithHidden Time elapsed: 0.01 s shouldConvertBeforePositionsOnMultiReorderUp Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiReorderUpWithHiddenBetween Time elapsed: 0.009 s shouldConvertBeforePositionsOnReorderNoneWithHidden Time elapsed: 0.009 s testReorderRightConvertToLocal Time elapsed: 0.002 s testReorderLeftConvertToLocal Time elapsed: 0.001 s testReorderRightRowDiffs Time elapsed: 0 s testReorderLeftRowDiffs Time elapsed: 0.001 s shouldConvertBeforePositionsOnReorderRightWithHidden Time elapsed: 0.012 s shouldConvertBeforePositionsOnReorderLeft Time elapsed: 0.025 s shouldConvertBeforePositionsOnReorderNone Time elapsed: 0.008 s reorderEventMustPropagateToTheTop Time elapsed: 0.011 s shouldConvertBeforePositionsOnMultiNonConsecutiveReorderLeft Time elapsed: 0.007 s shouldThrowAReorderColumnEvent Time elapsed: 0 s shouldConvertBeforePositionsOnMultiNonConsecutiveReorderRightWithHidden Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiNonConsecutiveReorderRight Time elapsed: 0.008 s shouldConvertBeforePositionsOnMultiReorderLeftWithHiddenAround Time elapsed: 0.008 s shouldConvertBeforePositionsOnReorderLeftWithHidden Time elapsed: 0.009 s shouldConvertBeforePositionsOnReorderRight Time elapsed: 0.008 s shouldConvertBeforePositionsOnMultiReorderRightWithHiddenAround Time elapsed: 0.009 s shouldConvertBeforePositionsOnReorderLeftWithMultiHidden Time elapsed: 0.008 s shouldConvertBeforePositionsOnMultiReorderLeftWithHidden Time elapsed: 0.011 s shouldConvertBeforePositionsOnMultiReorderRightWithHidden Time elapsed: 0.008 s shouldConvertBeforePositionsOnMultiReorderLeftWithHiddenBetween Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiNonConsecutiveReorderLeftWithHidden Time elapsed: 0.008 s reorderMultipleNotConsecutiveColumnsInHiddenState Time elapsed: 0.009 s shouldConvertBeforePositionsOnMultiReorderRightWithHiddenBetween Time elapsed: 0.008 s shouldConvertBeforePositionsOnMultiReorderLeft Time elapsed: 0.008 s shouldConvertBeforePositionsOnMultiReorderRight Time elapsed: 0.008 s shouldConvertBeforePositionsOnReorderNoneWithHidden Time elapsed: 0.009 s canHandleColumnReorderCommand Time elapsed: 0 s getWidthForReorderedColumns Time elapsed: 0 s reorderMultipleColumnsLargeArrayToEdges Time elapsed: 0.001 s reorderViewableColumnsLeftToRightByPosition Time elapsed: 0 s getStartXForReorderedColumn Time elapsed: 0 s reorderMultipleColumnsLeftToRightToTheEnd Time elapsed: 0 s reorderMultipleColumnsLeftToRight Time elapsed: 0 s shouldResetReorderingViaCommand Time elapsed: 0.001 s commandPassedOnToParentIfCannotBeHandled Time elapsed: 0.001 s reorderViewableColumnsRightToLeftByPosition Time elapsed: 0 s reorderViewableColumnsRightToLeft Time elapsed: 0.001 s getWidthForMultipleColumnsReordering Time elapsed: 0 s reorderMultipleColumnsRightToLeft Time elapsed: 0.001 s getConfigLabelsByPosition Time elapsed: 0.001 s shouldResetReordering Time elapsed: 0 s reorderViewableRowsBottomToTopByPosition Time elapsed: 0.001 s reorderViewableRowsTopToBottomByPosition Time elapsed: 0 s reorderViewableRowsBottomToTop Time elapsed: 0 s shouldResetReorderingViaCommand Time elapsed: 0.001 s reorderMultipleRowsLargeArrayToEdges Time elapsed: 0.001 s getStartYForReorderedRow Time elapsed: 0 s commandPassedOnToParentIfCannotBeHandled Time elapsed: 0.001 s reorderMultipleRowsTopToBottom Time elapsed: 0 s getHeightForReorderedRows Time elapsed: 0 s reorderMultipleRowsTopToBottomToTheEnd Time elapsed: 0 s reorderMultipleRowsBottomToTop Time elapsed: 0 s canHandleRowReorderCommand Time elapsed: 0 s getHeightForMultipleRowsReordering Time elapsed: 0.01 s shouldResetReordering Time elapsed: 0 s testReorderColumnCommand Time elapsed: 0 s testReorderRowCommand Time elapsed: 0.001 s testHandleColumnAddEvent Time elapsed: 0.002 s testHandleLastColumnDeleteEvent Time elapsed: 0 s testHandleMultipleColumnDeleteEvent Time elapsed: 0.001 s testHandleColumnDeleteEvent Time elapsed: 0 s testHandleMultipleRowDeleteEvent Time elapsed: 0.001 s testHandleRowDeleteEvent Time elapsed: 0 s testHandleRowAddEvent Time elapsed: 0.001 s testHandleLastRowDeleteEvent Time elapsed: 0 s returnsCorrectPositionRectangleForMultiColumnReorderRightCase Time elapsed: 0.002 s returnsCorrectPositionRectangleForMultiColumnReorderLeftCase Time elapsed: 0.001 s returnsCorrectPositionRectangleForMultiColumnReorderRightCase Time elapsed: 0.001 s returnsCorrectPositionRectangleForMultiColumnReorderLeftCase Time elapsed: 0.001 s shouldHaveAllCellsSelected Time elapsed: 0.001 s shouldSendEventOnSelectAllWhenHidingLastSelectedColumn Time elapsed: 0.017 s shouldAppendSelectionDownWithShiftKey Time elapsed: 0.005 s shouldSelectAllCellsInARow Time elapsed: 0 s shouldAppendSelectionUpWithShiftKey Time elapsed: 0 s shouldExtendSelectionUpWithShiftKey Time elapsed: 0.001 s shouldExtendFromAnchorWithShiftKeyPressed Time elapsed: 0.001 s shouldSetAnchorWithInitialShiftKeyPressed Time elapsed: 0.001 s shouldUpdateAnchorIfDeselected Time elapsed: 0.001 s testMultiSelectionRestore Time elapsed: 0.002 s onlyOneCellSelectedAtAnyTime Time elapsed: 0.001 s shouldNotIncludeDeselectedCellsWithCtrlModifier Time elapsed: 0 s shouldExtendSelectionWithAllCellsInARowUsingTheCtrlKey Time elapsed: 0.001 s shouldExtendSelectionDownWithShiftKey Time elapsed: 0.001 s testGetSingleItemsOnFullRowSelection Time elapsed: 0.002 s testGetEmptyListOnNoSelection Time elapsed: 0 s testEmptyArray Time elapsed: 0 s testGetBottomRightSelectRegionDeselectMiddle Time elapsed: 0.001 s testDuplicateConsecutivePositions Time elapsed: 0 s testGetBottomRightSelectAll Time elapsed: 0 s testGetBottomRightSelectOne Time elapsed: 0.001 s testGetBottomRightSelectRegionDeselectTopEdge Time elapsed: 0 s testGetBottomRightSelectDifferentColumns Time elapsed: 0.001 s testGapConsecutivePositions Time elapsed: 0 s testOneEntryArray Time elapsed: 0 s testGetSingleItemOnCellSelection Time elapsed: 0 s testGetBottomRightSelectRegionDeselectMiddleBottomEdge Time elapsed: 0 s testGetEmptyListOnCellSelectionForFullRowSelection Time elapsed: 0 s testConsecutivePositions Time elapsed: 0.001 s testGetMultipleItemsOnCellSelection Time elapsed: 0.001 s testGetBottomRightSelectNothing Time elapsed: 0 s testGetBottomRightSelectDifferentRows Time elapsed: 0.001 s testGetMultipleItemsOnFullRowSelection Time elapsed: 0 s testGetBottomRightSelectRegion Time elapsed: 0.001 s shouldClearSelectionOnStructuralChanges Time elapsed: 0.001 s shouldClearSelectionIfASelectedRowIsModified Time elapsed: 0 s shouldClearSelectionOnDataUpdates Time elapsed: 0.047 s shouldLeaveSelectionUnchangedIfTheFollowingRowIsModified Time elapsed: 0 s shouldClearSelectionOnClearingTableWithStructuralRefresh Time elapsed: 0.012 s shouldNotClearSelectionIfOtherColumnIsHidden Time elapsed: 0.001 s shouldClearSelectionOnClearingTableWithRowStructuralRefresh Time elapsed: 0.012 s shouldClearSelectionIfSelectedColumnIsHidden Time elapsed: 0 s shouldClearSelectionIfListIsCleared Time elapsed: 0.001 s shouldLeaveSelectionUnchangedIfASelectedRowIsNotModified Time elapsed: 0 s shouldNotClearSelectionOnStructuralChanges Time elapsed: 0.001 s shouldClearSelectionIfAllRowsAreHidden Time elapsed: 0 s Selecting_A_Cell_For_Already_Selected_Row Time elapsed: 0.003 s Fully_Deselected_Row_Doesent_Linger Time elapsed: 0 s Never_Selected_Cell_Is_Not_Selected Time elapsed: 0 s getRows Time elapsed: 0 s Deselecting_Cells_Does_Only_Affect_Those_Cells Time elapsed: 0 s Fully_Deselecting_All_Rows_Causes_Is_Empty Time elapsed: 0 s Selected_Cell_Is_Not_Empty Time elapsed: 0 s Clear_Removes_All_Selections Time elapsed: 0.001 s Selecting_A_Cell_For_Unselected_Row Time elapsed: 0 s getColumns Time elapsed: 0 s getSelections_Retrieves_All_Cells Time elapsed: 0.001 s None_Selected_Cells_Is_Empty Time elapsed: 0 s shouldNotShowFullySelectedColumnOnColumnSelectionAfterHideRowOnDeselect Time elapsed: 0.003 s shouldShowFullySelectedColumnOnColumnSelection Time elapsed: 0.001 s shouldNotShowFullySelectedRowOnRowSelectionBeforeHideColumnOnDeselectResize Time elapsed: 0.002 s shouldUpdateColumnSelectionOnShowColumns Time elapsed: 0.004 s shouldNotShowFullySelectedColumnOnDeselectCell Time elapsed: 0.001 s shouldShowFullySelectedRowOnRowSelectionBeforeHideColumn Time elapsed: 0.001 s shouldNotShowFullySelectedColumnOnClear Time elapsed: 0.001 s shouldClearAndUpdateColumnSelectionOnMultiHideColumnCommand Time elapsed: 0.002 s shouldClearRowSelectionOnMultiHideRowCommand Time elapsed: 0.003 s shouldShowFullySelectedRowOnRowSelectionAfterHideColumnResize Time elapsed: 0.001 s shouldNotShowFullySelectedRowOnRowSelectionBeforeHideColumnOnDeselect Time elapsed: 0.002 s shouldShowFullySelectedColumnOnColumnSelectionBeforeHideRow Time elapsed: 0.001 s shouldClearColumnSelectionOnMultiHideColumnCommand Time elapsed: 0.001 s shouldShowFullySelectedRowOnReorder Time elapsed: 0.001 s shouldShowFullySelectedRowOnRowSelectionAfterHideColumn Time elapsed: 0 s shouldClearAndUpdateConsecutiveColumnSelectionOnMultiHideColumnCommand Time elapsed: 0.002 s shouldNotShowFullySelectedRowOnRowSelectionAfterHideColumnOnDeselect Time elapsed: 0.002 s shouldShowFullySelectedColumnOnColumnSelectionAfterHideRow Time elapsed: 0.001 s shouldNotShowFullySelectedColumnOnColumnSelectionBeforeHideRowOnDeselect Time elapsed: 0.001 s shouldShowFullySelectedRowOnRowSelection Time elapsed: 0.001 s shouldUpdateConsecutiveColumnSelectionOnShowColumns Time elapsed: 0.001 s shouldNotShowFullySelectedRowOnClear Time elapsed: 0 s shouldShowFullySelectedRowOnRowSelectionBeforeHideColumnResize Time elapsed: 0.001 s shouldNotShowFullySelectedRowOnRowSelectionAfterHideColumnOnDeselectResize Time elapsed: 0.001 s shouldNotShowFullySelectedColumnOnColumnSelectionAfterHideAndShowAll Time elapsed: 0.001 s shouldNotShowFullySelectedRowOnDeselectCell Time elapsed: 0.001 s isRowPositionFullySelected_Copes_With_Combining_Adjacent_Individually_Selected_Cells Time elapsed: 0.001 s setSelectionAnchor Time elapsed: 0 s Clear_Selection_By_Rectangle Time elapsed: 0.001 s getSelectedRowCount Time elapsed: 0 s setLastSelectedRegion_Overrides_Reference Time elapsed: 0 s getSelections_Ignores_Invisible_Rows Time elapsed: 0 s Disabling_Multiple_Selection_Is_Communicated Time elapsed: 0 s isColumnPositionSelected Time elapsed: 0.001 s isColumnFullySelected_Copes_With_Overlapping_Regions Time elapsed: 0 s setLastSelectedCell Time elapsed: 0 s getSelectionAnchor_Copes_With_Missing_Marker Time elapsed: 0.001 s isColumnFullySelected Time elapsed: 0 s isColumnFullySelected_Copes_With_Clear Time elapsed: 0.001 s getLastSelectedRegion Time elapsed: 0 s Clear_Infinity_Long_Column_Only_Clear_Known_Rows Time elapsed: 0 s isColumnFullySelected_Copes_With_Combining_Adjacent_Individually_Selected_Cells Time elapsed: 0.001 s Clear_Selection Time elapsed: 0 s Disabling_Multiple_Selection_Is_Supported Time elapsed: 0.001 s Adding_Infinite_Row_Selection_Is_Truncated_Before_Stored Time elapsed: 0 s Multiple_Selection_Is_Enabled_By_Default Time elapsed: 0 s Adding_Infinite_Column_Selection_Is_Truncated_Before_Stored Time elapsed: 0 s isRowPositionFullySelected Time elapsed: 0 s isRowPositionFullySelected_Copes_With_Clear Time elapsed: 0.001 s getLastSelectedCell Time elapsed: 0 s isRowPositionSelected Time elapsed: 0 s isColumnFullySelected_Copes_With_Gap Time elapsed: 0 s Clear_Infinity_Long_Row_Only_Clear_Known_Columns Time elapsed: 0 s Selected_Cell_Is_Not_Empty Time elapsed: 0.001 s setLastSelectedRegion_On_Parameters_Copys_Data Time elapsed: 0 s Partial_Clear_Selection Time elapsed: 0 s getLastSelectedCell_Copes_With_Missing_Marker Time elapsed: 0.001 s Changed_Sort_Order_Is_Properly_Reflected Time elapsed: 0 s isColumnPositionFullySelected_For_Unselected_Column Time elapsed: 0.001 s getSelectedColumnPositions Time elapsed: 0 s getFullySelectedColumnPositions Time elapsed: 0.001 s getSelectedRowPositions Time elapsed: 0 s getLastSelectedRegion_Copes_With_Missing_Marker Time elapsed: 0 s getFullySelectedRowPositions Time elapsed: 0.003 s getSelectionAnchor Time elapsed: 0 s isRowPositionFullySelected_Copes_With_Overlapping_Regions Time elapsed: 0.001 s Add_Selection_By_Rectangle_Is_Supported Time elapsed: 0 s setLastSelectedRegion_Clears_Region_On_NULL Time elapsed: 0 s isRowPositionFullySelected_For_Unselected_Row Time elapsed: 0 s Multiple_Selection_Is_Supported Time elapsed: 0 s isRowPositionFullySelected_Copes_With_Gap Time elapsed: 0.001 s None_Selected_Cells_Is_Empty Time elapsed: 0 s testOpenAdjacentToLeftStepOverAxis Time elapsed: 0.025 s testOpenAdjacentToRightStepOverAxis Time elapsed: 0.02 s testOpenAdjacentToLeftOneEditableColumnAxisCycle Time elapsed: 0.038 s testOpenAdjacentToLeftStepOverStartTopTable Time elapsed: 0.022 s testOpenAdjacentToLeftAxis Time elapsed: 0.02 s testOpenAdjacentToLeftOneEditableColumnAxis Time elapsed: 0.024 s testOpenAdjacentToRightStepOverAxisCycle Time elapsed: 0.021 s testOpenAdjacentToLeftStepOverTable Time elapsed: 0.026 s testOpenAdjacentToLeftStepOverStartTopTableCycle Time elapsed: 0.02 s testOpenAdjacentToRightTableCycle Time elapsed: 0.016 s testOpenAdjacentToLeftAxisCycle Time elapsed: 0.016 s testOpenAdjacentToLeftStepOverEndAxis Time elapsed: 0.028 s testOpenAdjacentToLeftStepOverEndAxisCycle Time elapsed: 0.026 s testOpenAdjacentToLeftTableCycle Time elapsed: 0.018 s testOpenAdjacentToLeftTable Time elapsed: 0.016 s testOpenAdjacentToLeftOneEditableColumnTable Time elapsed: 0.023 s testOpenAdjacentToLeftOneEditableColumnTableCycle Time elapsed: 0.019 s testOpenAdjacentToRightStepOverEndAxisCycle Time elapsed: 0.028 s testOpenAdjacentToRightStepOverTable Time elapsed: 0.02 s testOpenAdjacentToRightAxis Time elapsed: 0.017 s testOpenAdjacentToRightOneEditableColumnTableCycle Time elapsed: 0.024 s testOpenAdjacentToRightStepOverEndBottomTable Time elapsed: 0.019 s testOpenAdjacentToRightStepOverEndTableCycle Time elapsed: 0.03 s testOpenAdjacentToRightOneEditableColumnTable Time elapsed: 0.023 s testOpenAdjacentToRightStepOverEndAxis Time elapsed: 0.027 s testOpenAdjacentToRightTable Time elapsed: 0.015 s testOpenAdjacentToRightAxisCycle Time elapsed: 0.016 s testOpenAdjacentToLeftStepOverEndTable Time elapsed: 0.027 s testOpenAdjacentToLeftStepOverAxisCycle Time elapsed: 0.019 s testOpenAdjacentToRightStepOverTableCycle Time elapsed: 0.019 s testOpenAdjacentToRightOneEditableColumnAxis Time elapsed: 0.02 s testOpenAdjacentToRightOneEditableColumnAxisCycle Time elapsed: 0.02 s testOpenAdjacentToLeftStepOverEndTableCycle Time elapsed: 0.027 s testOpenAdjacentToRightStepOverEndBottomTableCycle Time elapsed: 0.02 s testOpenAdjacentToRightStepOverEndTable Time elapsed: 0.029 s testOpenAdjacentToLeftStepOverTableCycle Time elapsed: 0.02 s testMoveUpStepCountOverBorderTable Time elapsed: 0.001 s testMoveDownAxis Time elapsed: 0 s testMoveRightStepCountAxis Time elapsed: 0.001 s testMoveRightStepCountOverBorderTable Time elapsed: 0 s testMoveDownStepCountOverBorderMultipleTableCycle Time elapsed: 0.001 s testMoveRightStepCountOverBorderAtEndBottomMultipleTableCycle Time elapsed: 0 s testMoveUpStepCountOverBorderAxisCycle Time elapsed: 0 s testMoveToRowStartWithCustomStrategy Time elapsed: 0.002 s testMoveUpStepCountOverBorderAtEndBottomMultipleTable Time elapsed: 0 s testMoveLeftAtBeginningAxisCycle Time elapsed: 0 s testMoveLeftStepCountAxisCycle Time elapsed: 0 s testMoveLeftAxis Time elapsed: 0 s testMoveRightStepCountOverBorderMultipleTableCycle Time elapsed: 0 s testMoveLeftAtBeginningAxis Time elapsed: 0 s testMoveRightTableCycle Time elapsed: 0 s testMoveToTableStartWithCustomStrategy Time elapsed: 0.003 s testMoveUpStepCountOverBorderTableCycle Time elapsed: 0.001 s testMoveLeftStepCountOverBorderAtEndBottomMultipleTable Time elapsed: 0 s testMoveDownStepCountOverBorderAxisCycle Time elapsed: 0.001 s testMoveRightStepCountOverBorderMultipleTable Time elapsed: 0 s testMoveRightTable Time elapsed: 0.001 s testMoveUpStepCountTableCycle Time elapsed: 0 s testMoveDownAtEndBottomTable Time elapsed: 0 s testMoveDownAtEndAxis Time elapsed: 0.001 s testMoveDownTableCycle Time elapsed: 0 s testMoveUpTableCycle Time elapsed: 0.001 s testMoveUpStepCountTable Time elapsed: 0 s testMoveDownStepCountOverBorderMultipleTable Time elapsed: 0.001 s testMoveUpStepCountOverBorderAtEndBottomMultipleTableCycle Time elapsed: 0 s testMoveUpTable Time elapsed: 0.001 s testMoveUpAtBeginningTableCycle Time elapsed: 0 s testMoveLeftAxisCycle Time elapsed: 0 s testMoveDownStepCountTableCycle Time elapsed: 0 s testMoveDownAxisCycle Time elapsed: 0 s testMoveRightAtEndAxis Time elapsed: 0.001 s testMoveLeftAtBeginningTopTableCycle Time elapsed: 0 s testMoveLeftStepCountOverBorderAxis Time elapsed: 0 s testMoveUpAtBeginningTopTableCycle Time elapsed: 0 s testMoveDownStepCountOverBorderAtEndBottomMultipleTable Time elapsed: 0.001 s testMoveRightAxisCycle Time elapsed: 0 s testMoveRightAtEndBottomTableCycle Time elapsed: 0 s testMoveLeftStepCountOverBorderAtEndBottomMultipleTableCycle Time elapsed: 0 s testMoveLeftStepCountOverBorderMultipleAxisCycle Time elapsed: 0.001 s testMoveUpStepCountOverBorderMultipleTableCycle Time elapsed: 0 s testMoveDownStepCountTable Time elapsed: 0 s testMoveDownAtEndAxisCycle Time elapsed: 0 s testMoveLeftAtBeginningTopTable Time elapsed: 0.001 s testMoveRightAtEndTableCycle Time elapsed: 0 s testMoveLeftStepCountOverBorderAxisCycle Time elapsed: 0.001 s testMoveDownAtEndBottomTableCycle Time elapsed: 0 s testMoveRightStepCountOverBorderTableCycle Time elapsed: 0 s testMoveRightStepCountOverBorderAtEndBottomMultipleTable Time elapsed: 0.001 s testMoveDownStepCountOverBorderTableCycle Time elapsed: 0 s testMoveDownStepCountOverBorderAxis Time elapsed: 0.001 s testMoveDownTable Time elapsed: 0 s testMoveDownStepCountOverBorderMultipleAxisCycle Time elapsed: 0.001 s testMoveRightStepCountTable Time elapsed: 0 s testMoveLeftStepCountTable Time elapsed: 0.001 s testMoveUpAtBeginningAxisCycle Time elapsed: 0 s testMoveRightAtEndAxisCycle Time elapsed: 0.001 s testMoveNone Time elapsed: 0 s testMoveLeftAtBeginningTableCycle Time elapsed: 0.001 s testMoveToTableEndWithCustomStrategy Time elapsed: 0.001 s testMoveToTableStartEndWithCustomStrategy Time elapsed: 0.001 s testMoveRightAtEndTable Time elapsed: 0 s testMoveDownStepCountOverBorderTable Time elapsed: 0.001 s testMoveLeftTable Time elapsed: 0 s testMoveRightAxisOverride Time elapsed: 0.001 s testMoveRightStepCountTableCycle Time elapsed: 0 s testMoveUpAtBeginningAxis Time elapsed: 0.001 s testMoveRightStepCountAxisCycle Time elapsed: 0 s testMoveDownStepCountOverBorderAtEndBottomMultipleTableCycle Time elapsed: 0.001 s testMoveUpAxisCycle Time elapsed: 0 s testMoveUpAtBeginningTopTable Time elapsed: 0 s testMoveDownAtEndTable Time elapsed: 0.001 s testMoveLeftStepCountOverBorderMultipleTable Time elapsed: 0 s testMoveLeftStepCountOverBorderTableCycle Time elapsed: 0.001 s testMoveUpStepCountOverBorderAxis Time elapsed: 0.001 s testMoveUpStepCountOverBorderMultipleAxisCycle Time elapsed: 0.001 s testMoveLeftAtBeginningTable Time elapsed: 0.001 s testMoveRightStepCountOverBorderAxis Time elapsed: 0 s testMoveUpStepCountOverBorderMultipleTable Time elapsed: 0.001 s testMoveUpAtBeginningTable Time elapsed: 0 s testMoveRightAtEndBottomTable Time elapsed: 0.001 s testMoveDownAtEndTableCycle Time elapsed: 0 s testMoveRightStepCountOverBorderMultipleAxisCycle Time elapsed: 0.001 s testMoveUpStepCountAxisCycle Time elapsed: 0 s testMoveDownStepCountAxisCycle Time elapsed: 0.001 s testMoveRightAxis Time elapsed: 0 s testMoveUpStepCountAxis Time elapsed: 0.001 s testMoveDownStepCountAxis Time elapsed: 0 s testMoveLeftStepCountOverBorderTable Time elapsed: 0 s testMoveLeftStepCountOverBorderMultipleTableCycle Time elapsed: 0 s testMoveToRowEndWithCustomStrategy Time elapsed: 0.001 s testMoveUpAxis Time elapsed: 0.001 s testMoveLeftStepCountAxis Time elapsed: 0 s testMoveLeftTableCycle Time elapsed: 0.001 s testMoveRightStepCountOverBorderAxisCycle Time elapsed: 0 s testMoveLeftStepCountTableCycle Time elapsed: 0.001 s shouldExtendSelectionWithAllCellsInAColumnUsingTheCtrlKey Time elapsed: 0.001 s shouldExtendFromAnchorWithShiftKeyPressed Time elapsed: 0.001 s shouldAppendColumnsToTheRightWithShiftKeyPressed Time elapsed: 0.001 s shouldSelectAllCellsInAColumn Time elapsed: 0 s shouldSetAnchorWithInitialShiftKeyPressed Time elapsed: 0 s shouldSelectAllCellsToTheLeftWithShiftKeyPressed Time elapsed: 0 s shouldSelectAllCellsToTheRightWithShiftKeyPressed Time elapsed: 0 s shouldUpdateAnchorIfDeselected Time elapsed: 0.001 s onlyOneCellSelectedAtAnyTime Time elapsed: 0.001 s shouldNotIncludeDeselectedCellsWithCtrlModifier Time elapsed: 0 s shouldHideAllSelectedRows Time elapsed: 0.001 s shouldHideRowForSelectedCell Time elapsed: 0 s shouldHideSelectedRowViaCollection Time elapsed: 0.002 s shouldAlsoHideRowWhichIsNotSelectedButHasAMouseOverIt Time elapsed: 0 s shouldHideSelectedRow Time elapsed: 0.001 s testMoveUpStepCountOverBorderTable Time elapsed: 0.01 s testMoveDownAxis Time elapsed: 0.002 s testMoveRightStepCountAxis Time elapsed: 0.001 s testMoveRightStepCountOverBorderTable Time elapsed: 0.001 s testMoveDownStepCountOverBorderMultipleTableCycle Time elapsed: 0.001 s testMoveRightStepCountOverBorderAtEndBottomMultipleTableCycle Time elapsed: 0.001 s testMoveUpStepCountOverBorderAxisCycle Time elapsed: 0.001 s testMoveUpStepCountOverBorderAtEndBottomMultipleTable Time elapsed: 0.001 s testMoveLeftAtBeginningAxisCycle Time elapsed: 0.001 s testMoveLeftStepCountAxisCycle Time elapsed: 0 s testMoveLeftAxis Time elapsed: 0.001 s testMoveRightStepCountOverBorderMultipleTableCycle Time elapsed: 0.001 s testMoveLeftAtBeginningAxis Time elapsed: 0 s testMoveRightTableCycle Time elapsed: 0.001 s testMoveUpStepCountOverBorderTableCycle Time elapsed: 0.001 s testMoveLeftStepCountOverBorderAtEndBottomMultipleTable Time elapsed: 0.001 s testMoveDownStepCountOverBorderAxisCycle Time elapsed: 0.001 s testMoveRightStepCountOverBorderMultipleTable Time elapsed: 0 s testMoveRightTable Time elapsed: 0 s testMoveUpStepCountTableCycle Time elapsed: 0.001 s testMoveDownAtEndBottomTable Time elapsed: 0 s testMoveDownAtEndAxis Time elapsed: 0 s testMoveDownTableCycle Time elapsed: 0.001 s testMoveUpTableCycle Time elapsed: 0 s testMoveUpStepCountTable Time elapsed: 0 s testMoveDownStepCountOverBorderMultipleTable Time elapsed: 0.001 s testMoveUpStepCountOverBorderAtEndBottomMultipleTableCycle Time elapsed: 0 s testMoveUpTable Time elapsed: 0 s testMoveUpAtBeginningTableCycle Time elapsed: 0.001 s testMoveLeftAxisCycle Time elapsed: 0.001 s testMoveDownStepCountTableCycle Time elapsed: 0 s testMoveDownAxisCycle Time elapsed: 0.001 s testMoveRightAtEndAxis Time elapsed: 0.001 s testMoveLeftAtBeginningTopTableCycle Time elapsed: 0 s testMoveLeftStepCountOverBorderAxis Time elapsed: 0.001 s testMoveUpAtBeginningTopTableCycle Time elapsed: 0.001 s testMoveDownStepCountOverBorderAtEndBottomMultipleTable Time elapsed: 0 s testMoveRightAxisCycle Time elapsed: 0.001 s testMoveRightAtEndBottomTableCycle Time elapsed: 0.001 s testMoveLeftStepCountOverBorderAtEndBottomMultipleTableCycle Time elapsed: 0 s testMoveLeftStepCountOverBorderMultipleAxisCycle Time elapsed: 0 s testMoveUpStepCountOverBorderMultipleTableCycle Time elapsed: 0.001 s testMoveDownStepCountTable Time elapsed: 0 s testMoveDownAtEndAxisCycle Time elapsed: 0 s testMoveLeftAtBeginningTopTable Time elapsed: 0.029 s testMoveRightAtEndTableCycle Time elapsed: 0.001 s testMoveLeftStepCountOverBorderAxisCycle Time elapsed: 0.001 s testMoveDownAtEndBottomTableCycle Time elapsed: 0.001 s testMoveRightStepCountOverBorderTableCycle Time elapsed: 0 s testMoveRightStepCountOverBorderAtEndBottomMultipleTable Time elapsed: 0 s testMoveDownStepCountOverBorderTableCycle Time elapsed: 0.001 s testMoveDownStepCountOverBorderAxis Time elapsed: 0 s testMoveDownTable Time elapsed: 0 s testMoveDownStepCountOverBorderMultipleAxisCycle Time elapsed: 0.001 s testMoveRightStepCountTable Time elapsed: 0.001 s testMoveLeftStepCountTable Time elapsed: 0 s testMoveUpAtBeginningAxisCycle Time elapsed: 0.001 s testMoveRightAtEndAxisCycle Time elapsed: 0.001 s testMoveNone Time elapsed: 0 s testMoveLeftAtBeginningTableCycle Time elapsed: 0.001 s testMoveRightAtEndTable Time elapsed: 0 s testMoveDownStepCountOverBorderTable Time elapsed: 0.001 s testMoveLeftTable Time elapsed: 0.001 s testMoveRightAxisOverride Time elapsed: 0.001 s testMoveRightStepCountTableCycle Time elapsed: 0 s testMoveUpAtBeginningAxis Time elapsed: 0.001 s testMoveRightStepCountAxisCycle Time elapsed: 0.001 s testMoveDownStepCountOverBorderAtEndBottomMultipleTableCycle Time elapsed: 0 s testMoveUpAxisCycle Time elapsed: 0.001 s testMoveUpAtBeginningTopTable Time elapsed: 0 s testMoveDownAtEndTable Time elapsed: 0.001 s testMoveLeftStepCountOverBorderMultipleTable Time elapsed: 0.001 s testMoveLeftStepCountOverBorderTableCycle Time elapsed: 0 s testMoveUpStepCountOverBorderAxis Time elapsed: 0.001 s testMoveUpStepCountOverBorderMultipleAxisCycle Time elapsed: 0.001 s testMoveLeftAtBeginningTable Time elapsed: 0 s testMoveRightStepCountOverBorderAxis Time elapsed: 0.001 s testMoveUpStepCountOverBorderMultipleTable Time elapsed: 0.001 s testMoveUpAtBeginningTable Time elapsed: 0 s testMoveRightAtEndBottomTable Time elapsed: 0.001 s testMoveDownAtEndTableCycle Time elapsed: 0.001 s testMoveRightStepCountOverBorderMultipleAxisCycle Time elapsed: 0 s testMoveUpStepCountAxisCycle Time elapsed: 0.001 s testMoveDownStepCountAxisCycle Time elapsed: 0.001 s testMoveRightAxis Time elapsed: 0 s testMoveUpStepCountAxis Time elapsed: 0.027 s testMoveDownStepCountAxis Time elapsed: 0.001 s testMoveLeftStepCountOverBorderTable Time elapsed: 0.001 s testMoveLeftStepCountOverBorderMultipleTableCycle Time elapsed: 0 s testMoveUpAxis Time elapsed: 0.001 s testMoveLeftStepCountAxis Time elapsed: 0 s testMoveLeftTableCycle Time elapsed: 0 s testMoveRightStepCountOverBorderAxisCycle Time elapsed: 0.001 s testMoveLeftStepCountTableCycle Time elapsed: 0 s shouldReturnSixCells Time elapsed: 0.001 s moveCellWhenARangeOfCellsIsSelected Time elapsed: 0 s shouldExtendTheSelectionToEndOfRowUsingEndAndShiftKeys Time elapsed: 0.001 s shouldMoveTheSelectionAnchorOnePageUpUsingPageUpKey Time elapsed: 0.003 s shouldMoveTheSelectionAnchorLeftUsingLeftArrowKey Time elapsed: 0 s shouldMoveTheSelectionAnchorDownUsingDownArrowKey Time elapsed: 0 s shouldMoveTheSelectionAnchorRightUsingRightArrowKey Time elapsed: 0 s shouldMoveTheSelectionAnchorUpUsingUpArrowKey Time elapsed: 0.001 s shouldExtendSelectionOnePageUpUsingThePageUpAndShiftKeys Time elapsed: 0.001 s shouldHaveOriginSelected Time elapsed: 0 s shouldExtendSelectionOnePageDownUsingPageDownAndShiftKeys Time elapsed: 0.001 s shouldExtendTheSelectionDownUsingDownArrowAndShiftKeys Time elapsed: 0.001 s shouldExtendTheSelectionRightUsingRightArrowAndShiftKeys Time elapsed: 0 s shouldReturnTheCorrectCountOfSelectedCells Time elapsed: 0.001 s shouldMoveTheSelectionAnchorOnePageDownUsingPageDownKey Time elapsed: 0.001 s shouldExtendTheSelectionToTheLeftUsingLeftArrowAndShiftKeys Time elapsed: 0.002 s shouldExtendTheSelectionToStartOfRowUsingHomeAndShiftKeys Time elapsed: 0 s shouldExtendTheSelectionUpUsingUpArrowAndShiftKeys Time elapsed: 0.001 s shouldMoveTheSelecitonAnchorToStartOfRowUsingHomeKey Time elapsed: 0 s onlyOneCellSelectedAtAnyTime Time elapsed: 0.001 s shouldMoveTheSelectionAnchorToEndOfRowUsingEndKey Time elapsed: 0.001 s shouldHideSelectedColumn Time elapsed: 0.001 s shouldHideAllSelectedColumns Time elapsed: 0.001 s shouldFireSelectAllToTopAfterHide Time elapsed: 0.013 s shouldHideColumnForSelectedCell Time elapsed: 0.001 s shouldFireSelectAllToTopAfterHideWithResizeColumnHide Time elapsed: 0.012 s shouldAlsoHideColumnWhichIsNotSelectedButHasAMouseOverIt Time elapsed: 0 s mouseDownShouldNotFireCommand Time elapsed: 0.018 s testSetLastSelectedRegionFieldsDelegatesToAnchorModel Time elapsed: 0 s testSetSelectionAnchorDelegatesToAnchorModel Time elapsed: 0.001 s testGetLastSelectedCellDelegatesToAnchorModel Time elapsed: 0 s testSetLastSelectedRegionDelegatesToAnchorModel Time elapsed: 0 s testGetLastSelectedRegionDelegatesToAnchorModel Time elapsed: 0 s testGetAnchorDelegatesToAnchorModel Time elapsed: 0 s testSetLastSelectedCellDelegatesToAnchorModel Time elapsed: 0 s shouldRetainRowSelectionOnUpdates Time elapsed: 0.014 s shouldUpdateSelectionOnShiftSelect Time elapsed: 0.013 s shouldRemoveCellSelectionOnRowDelete Time elapsed: 0.012 s shouldOnlyRemoveSelectionForDeleted Time elapsed: 0.012 s shouldClearSelectionOnClearingTableWithStructuralRefresh Time elapsed: 0.012 s shouldRemoveCellSelectionOnColumnDelete Time elapsed: 0.011 s shouldClearSelectionOnClearingTableWithRowStructuralRefresh Time elapsed: 0.011 s shouldRemovePartialCellSelectionOnColumnDelete Time elapsed: 0.013 s shouldRemoveSelectionOnDelete Time elapsed: 0.012 s shouldRemovePartialSplitCellSelectionOnColumnDelete Time elapsed: 0.013 s shouldRemovePartialCellSelectionOnRowDelete Time elapsed: 0.013 s shouldRetainRowSelectionOnMove Time elapsed: 0.011 s testClearOutsideAnchorRectangleClearsNoMarkers Time elapsed: 0.001 s testGetLastSelectedRegionDoesNotDelegateToModel Time elapsed: 0 s testClearAllClearsAllMarkers Time elapsed: 0.001 s testGetAnchorDoesNotDelegateToModel Time elapsed: 0 s testIsModelEventHandlerRegistered Time elapsed: 0 s testSetLastSelectedCellDoesNotDelegateToModel Time elapsed: 0.001 s testGetLastSelectedCellPosition Time elapsed: 0 s testClearSingleSelectedCellClearsAllMarkers Time elapsed: 0.001 s testIdentityLayerTransform Time elapsed: 0.002 s testClearAnchorRectangleClearsOnlyAnchor Time elapsed: 0 s testSetLastSelectedRegionFieldsDoesNotDelegateToModel Time elapsed: 0.001 s testSetSelectionAnchorDoesNotDelegateToModel Time elapsed: 0 s testGetLastSelectedCellDoesNotDelegateToModel Time elapsed: 0 s testUnregisterModelEventHandler Time elapsed: 0.001 s testGetLastSelectedCellPositionReturnsNullWhenUnselected Time elapsed: 0 s testSetLastSelectedRegionPreservesNULL Time elapsed: 0 s testClearSingleCellClearsNoMarkers Time elapsed: 0 s testSetLastSelectedRegionDoesNotDelegateToModel Time elapsed: 0 s sortByY Time elapsed: 0 s removeSingleCellFromMiddle10x1Range Time elapsed: 0.001 s getSelectedRowsForOverlapingSelections Time elapsed: 0 s removeMiddleRange Time elapsed: 0 s removeSingleCellFromBeginning10x1Range Time elapsed: 0.001 s getSelectedRowCount Time elapsed: 0 s isMltipleCol Time elapsed: 0 s removeBottomRightFrom3x4Range Time elapsed: 0.001 s getSelectedRowsForLargeNumberOfSelections Time elapsed: 0 s removeFromEmptySelection Time elapsed: 0.001 s isColumnFullySelected Time elapsed: 0 s removeTopMiddleFrom3x4Range Time elapsed: 0 s removeSingleCellFromEnd10x1Range Time elapsed: 0 s isColumnFullySelectedWhenLastCellSelected Time elapsed: 0 s isColumnFullySelectedForContiguousRectangles Time elapsed: 0 s removeSingleCellAfterMultipleAdds Time elapsed: 0 s addNullRangeSelection Time elapsed: 0.001 s isColumnFullySelectedWhenIndividualCellsSelected Time elapsed: 0 s isRowNotFullySelected Time elapsed: 0 s contains Time elapsed: 0 s shouldReturnListOfFullySelectedColumns Time elapsed: 0.001 s removeMidRightFrom3x4Range Time elapsed: 0 s removeLeftRange Time elapsed: 0 s removeRightRange Time elapsed: 0.001 s removeBottomMiddleFrom3x4Range Time elapsed: 0 s getSelectedRows Time elapsed: 0 s getSelectedColumns Time elapsed: 0.001 s isRowPositionSelected Time elapsed: 0 s isRowFullySelected Time elapsed: 0 s removeBottomLeftFrom3x4Range Time elapsed: 0 s isColumnFullySelectedForOverlapingRectangles Time elapsed: 0 s removeSingleCellFromMiddle1x10Range Time elapsed: 0.001 s removeSingleCellFrom1x1Range Time elapsed: 0 s removeSingleCellFromBeginning1x10Range Time elapsed: 0 s addRangeSelection Time elapsed: 0.001 s removeMidLeftFrom3x4Range Time elapsed: 0 s addCellSelection Time elapsed: 0 s removeTopLeftFrom3x4Range Time elapsed: 0 s removeMidRange Time elapsed: 0 s addMultipleAdjacentCellSelection Time elapsed: 0 s removeTopRightFrom3x4Range Time elapsed: 0.001 s clearSelection Time elapsed: 0 s removeSingleCellFromEnd1x10Range Time elapsed: 0 s isColumnFullySelectedForNonContiguousRectangles Time elapsed: 0.001 s removeBottomRange Time elapsed: 0 s removeMidMiddleFrom3x4Range Time elapsed: 0 s addMultipleDisjointCellSelection Time elapsed: 0.001 s removeTopRange Time elapsed: 0 s isRowFullySelectedWhenMultipleRowsAndColumnsAreSelected Time elapsed: 0.001 s isCellSelected Time elapsed: 0 s shouldReturnListOfFullySelectedRows Time elapsed: 0 s removeSingleCell Time elapsed: 0.001 s removeTopFromTwoRows Time elapsed: 0 s shouldFireCellSelectionEvent Time elapsed: 0.014 s shouldFireColumnSelectionEvent Time elapsed: 0.013 s shouldFireRowSelectionEvent Time elapsed: 0.013 s shouldUpdateAnchorOnDeselectRegion Time elapsed: 0.002 s shouldExtendSelectedRegionDownWithShift Time elapsed: 0 s shouldSelectOtherRegion Time elapsed: 0.001 s shouldExtendSelectedRegionRightWithShift Time elapsed: 0 s shouldUpdateSelectedRegionLeftWithShift Time elapsed: 0 s shouldSelectRegion Time elapsed: 0 s shouldUpdateSelectedRegionUpWithShift Time elapsed: 0 s shouldAppendSelectedRegionWithCtrl Time elapsed: 0.001 s shouldIdentifyEquality Time elapsed: 0 s shouldIdentifyNonEquality Time elapsed: 0 s shouldContainPosition Time elapsed: 0.001 s shouldReturnMemberArray Time elapsed: 0 s shouldContainStartPosition Time elapsed: 0 s shouldNotContainEndPosition Time elapsed: 0 s shouldReturnMemberCollection Time elapsed: 0 s shouldSortRangesByStart Time elapsed: 0 s shouldRetainRowSelectionOnUpdates Time elapsed: 0.014 s shouldOnlyRemoveSelectionForDeleted Time elapsed: 0.021 s shouldClearSelectionOnClearingTableWithStructuralRefresh Time elapsed: 0.012 s shouldFireRowSelectionEventOnClear Time elapsed: 0.011 s shouldFireRowSelectionEventOnDelete Time elapsed: 0.011 s shouldClearSelectionOnClearingTableWithRowStructuralRefresh Time elapsed: 0.01 s shouldFireRowSelectionEvent Time elapsed: 0.014 s shouldRemoveSelectionOnDelete Time elapsed: 0.011 s shouldRetainRowSelectionOnMove Time elapsed: 0.012 s shouldFireRowSelectionEventOnDeselect Time elapsed: 0.01 s testOpenAdjacentUpStepOverAxisCycle Time elapsed: 0.126 s testOpenAdjacentDownTable Time elapsed: 0.017 s testOpenAdjacentUpStepOverAxis Time elapsed: 0.123 s testOpenAdjacentUpOneEditableColumnAxisCycle Time elapsed: 0.126 s testOpenAdjacentDownOneEditableColumnAxis Time elapsed: 0.025 s testOpenAdjacentDownAxisCycle Time elapsed: 0.019 s testOpenAdjacentDownStepOverEndAxis Time elapsed: 0.033 s testOpenAdjacentDownStepOverEndBottomTable Time elapsed: 0.021 s testOpenAdjacentDownStepOverTableCycle Time elapsed: 0.019 s testOpenAdjacentDownOneEditableColumnTable Time elapsed: 0.02 s testOpenAdjacentUpStepOverStartTopTableCycle Time elapsed: 0.121 s testOpenAdjacentDownAxis Time elapsed: 0.015 s testOpenAdjacentDownStepOverAxis Time elapsed: 0.02 s testOpenAdjacentUpStepOverEndAxisCycle Time elapsed: 0.238 s testOpenAdjacentDownOneEditableColumnTableCycle Time elapsed: 0.025 s testOpenAdjacentUpStepOverEndTableCycle Time elapsed: 0.239 s testOpenAdjacentUpStepOverEndTable Time elapsed: 0.24 s testOpenAdjacentUpOneEditableColumnTable Time elapsed: 0.129 s testOpenAdjacentUpTableCycle Time elapsed: 0.069 s testOpenAdjacentDownOneEditableColumnAxisCycle Time elapsed: 0.024 s testOpenAdjacentDownTableCycle Time elapsed: 0.018 s testOpenAdjacentDownStepOverAxisCycle Time elapsed: 0.02 s testOpenAdjacentUpStepOverStartTopTable Time elapsed: 0.125 s testOpenAdjacentUpAxis Time elapsed: 0.072 s testOpenAdjacentUpStepOverTable Time elapsed: 0.123 s testOpenAdjacentUpOneEditableColumnAxis Time elapsed: 0.125 s testOpenAdjacentUpStepOverEndAxis Time elapsed: 0.242 s testOpenAdjacentUpStepOverTableCycle Time elapsed: 0.125 s testOpenAdjacentDownStepOverTable Time elapsed: 0.027 s testOpenAdjacentDownStepOverEndBottomTableCycle Time elapsed: 0.023 s testOpenAdjacentUpOneEditableColumnTableCycle Time elapsed: 0.125 s testOpenAdjacentUpTable Time elapsed: 0.071 s testOpenAdjacentUpAxisCycle Time elapsed: 0.068 s testOpenAdjacentDownStepOverEndTableCycle Time elapsed: 0.03 s testOpenAdjacentDownStepOverEndAxisCycle Time elapsed: 0.033 s testOpenAdjacentDownStepOverEndTable Time elapsed: 0.039 s shouldAddExtraRowAtTheEnd Time elapsed: 0.022 s rowAddShouldClearCacheAndCalculateNewSummary Time elapsed: 0.216 s shouldSummarizeAskPriceColumn Time elapsed: 0.211 s shouldSumUpAllRowsWithAAARating Time elapsed: 0.11 s defaultConfigLabelsNotAddedForLayersBelow Time elapsed: 0.011 s defaultHandlingOfNonNumericColumns Time elapsed: 0.009 s shouldResizeSummaryRowWithoutDownScale Time elapsed: 0.008 s shouldGetRowHeightByPositionForSummaryRow Time elapsed: 0.008 s shouldFireCellVisualChangeEventOnceSummaryIsCalculated Time elapsed: 0.509 s shouldSummarizeAskPriceColumnImmediatelyOnPreCalculation Time elapsed: 0.011 s getRowIndexByPositionForSummaryRow Time elapsed: 0.008 s shouldHandleMultiRowResizeForSummaryRowAndOthersWithDownScale Time elapsed: 0.012 s shouldResizeSummaryRowViaMultiRowResize Time elapsed: 0.009 s shouldResizeSummaryRowWithDownScale Time elapsed: 0.008 s defaultConfigLabelsAreAdded Time elapsed: 0.01 s defaultConfigLabelsAreApplied Time elapsed: 0.009 s shouldResizeSummaryRow Time elapsed: 0.008 s shouldHandleMultiRowResizeForSummaryRowAndOthersWithoutDownScale Time elapsed: 0.009 s shouldReturnDefaultValueImmediately Time elapsed: 0.009 s shouldHandleMultiRowResizeForSummaryRowAndOthers Time elapsed: 0.009 s testConversionException Time elapsed: 0.002 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0.001 s testNonNullDisplayToData Time elapsed: 0 s testConversionException Time elapsed: 0 s testFailConvertLocalized Time elapsed: 0 s testConvertLocalized Time elapsed: 0 s testConvertNonLocalized Time elapsed: 0 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0 s testNonNullDisplayToData Time elapsed: 0 s testPercentageDisplayConverterWithNumberTypes Time elapsed: 0.001 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0 s testNonNullDisplayToData Time elapsed: 0 s testConversionException Time elapsed: 0 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0 s testNonNullDisplayToData Time elapsed: 0 s testConversionExceptionTooBig Time elapsed: 0.001 s testConversionException Time elapsed: 0 s testFailConvertLocalized Time elapsed: 0.001 s testConvertLocalized Time elapsed: 0 s testConvertNonLocalized Time elapsed: 0 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0.001 s testNonNullDisplayToData Time elapsed: 0 s testConversionExceptionTooBig Time elapsed: 0.001 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0 s testNonNullDisplayToData Time elapsed: 0 s testConversionException Time elapsed: 0 s testFailConvertLocalized Time elapsed: 0.001 s testConvertLocalized Time elapsed: 0.001 s testConvertNonLocalized Time elapsed: 0 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testLocalizedCanonicalConversion Time elapsed: 0.005 s testLocalizedDisplayConversion Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0 s testNonNullDisplayToData Time elapsed: 0 s happyPath Time elapsed: 0.002 s defaultDisplayFormat Time elapsed: 0.007 s invalidDataType Time elapsed: 0 s testConversionException Time elapsed: 0.001 s testFailConvertLocalized Time elapsed: 0 s testConvertLocalized Time elapsed: 0 s testConvertNonLocalized Time elapsed: 0 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0.001 s testNonNullDisplayToData Time elapsed: 0 s testConversionExceptionTooBig Time elapsed: 0 s testConversionException Time elapsed: 0 s testFailConvertLocalized Time elapsed: 0.001 s testConvertLocalized Time elapsed: 0 s testConvertNonLocalized Time elapsed: 0 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testLocalizedCanonicalConversion Time elapsed: 0 s testLocalizedDisplayConversion Time elapsed: 0.001 s testNonNullDataToDisplay Time elapsed: 0 s testNonNullDisplayToData Time elapsed: 0 s testConversionException Time elapsed: 0 s testNullDataToDisplay Time elapsed: 0.006 s testNullDisplayToData Time elapsed: 0 s testLocalizedCanonicalConversion Time elapsed: 0 s testLocalizedDisplayConversion Time elapsed: 0.001 s testNonNullDataToDisplay Time elapsed: 0 s testNonNullDisplayToData Time elapsed: 0 s testConversionException Time elapsed: 0.001 s testNullDataToDisplay Time elapsed: 0 s testNullDisplayToData Time elapsed: 0 s testNonNullDataToDisplay Time elapsed: 0 s testNonNullDisplayToData Time elapsed: 0 s shouldDeleteSingleRow Time elapsed: 0.003 s shouldDeleteMultipleContiguousRows Time elapsed: 0 s shouldDeleteMultipleNotContiguousRows Time elapsed: 0 s shouldDeleteSingleRow Time elapsed: 0.002 s shouldDeleteMultipleContiguousRows Time elapsed: 0 s shouldDeleteMultipleNotContiguousRows Time elapsed: 0 s shouldInsertInScrolledStateInTable Time elapsed: 0.014 s shouldInsertMultipleRows Time elapsed: 0 s shouldInsertInScrolledStateInTableAtBottom Time elapsed: 0.009 s shouldInsertSingleRow Time elapsed: 0 s shouldAppendMultipleRows Time elapsed: 0 s shouldInsertInScrolledState Time elapsed: 0.001 s shouldInsertInScrolledStateAtBottom Time elapsed: 0 s shouldAppendSingleRow Time elapsed: 0 s testInterfaceGetterAccess Time elapsed: 0.019 s testSubclassGetterAccess Time elapsed: 0.001 s testInterfaceSetterAccess Time elapsed: 0 s testSubclassSetterAccess Time elapsed: 0 s testSetterInvocations Time elapsed: 0.001 s testGetterInvocations Time elapsed: 0 s testValuesEqual Time elapsed: 0 s testValuesNotEqual Time elapsed: 0 s testNullValuesNotEqual Time elapsed: 0 s testBothValueNull Time elapsed: 0 s testSetDataValue Time elapsed: 0.002 s testRemoveInvisibleData Time elapsed: 0 s testIndexOfRowObject Time elapsed: 0 s testAddVisibleData Time elapsed: 0.001 s testAddInvisibleData Time elapsed: 0 s testRemoveVisibleData Time elapsed: 0 s testGetDataValue Time elapsed: 0 s testRowCount Time elapsed: 0 s testGetRowObject Time elapsed: 0 s shouldAllowReorderingWithinARegularGroup Time elapsed: 0.002 s shouldNotAllowMovingBetweenTwoUnbreakableGroups Time elapsed: 0.002 s shouldNotAllowMovingFromUnbreakableGroupToRegularGroup Time elapsed: 0.001 s basicReordering Time elapsed: 0 s shouldNotAllowMovingIntoAnUnbreakableGroup Time elapsed: 0 s shouldNotAllowMovingFromRegularGroupToUnbreakableGroup Time elapsed: 0.001 s shouldNotAllowMovingOutOfAnUnbreakableGroup Time elapsed: 0 s shouldAllowReorderingWithinAnUnbreakableGroup Time elapsed: 0 s shouldAllowMovingBetweenRegularGroups Time elapsed: 0 s isValidTargetColumnPositionMovingLeft Time elapsed: 0 s isValidTargetColumnPositionMovingRight Time elapsed: 0 s isFirstVisibleWithFirstTwoColumnsHidden Time elapsed: 0.003 s isFirstVisibleWithColumnsReordered Time elapsed: 0.001 s isLastVisibleColumnIndexInGroup Time elapsed: 0.001 s isFirstVisibleWithFirstColumnHidden Time elapsed: 0 s isFirstVisibleWithAllColumnsHidden Time elapsed: 0.001 s getVisibleColumnIndexesToTheRight Time elapsed: 0 s getColumnIndexByPosition Time elapsed: 0.001 s getColumnCountWhenColumnsAddedToTheGroup Time elapsed: 0 s getColumnCountWhenColumnsCollapsedAndHidden Time elapsed: 0.001 s shouldTestIsBetweenTwoGroups Time elapsed: 0.117 s shouldTestIsReorderValidWithUnbreakableFromNonGroupedRight Time elapsed: 0.022 s shouldTestIsReorderValidWithUnbreakableFromNonGroupedLeft Time elapsed: 0.019 s shouldTestIsBetweenTwoGroupsOnLevel Time elapsed: 0.012 s shouldTestInSameGroup Time elapsed: 0.028 s shouldTestIsReorderValidWithoutUnbreakable Time elapsed: 0.017 s shouldTestIsGroupReordered Time elapsed: 0.01 s shouldTestIsReorderValidFromUnbreakable Time elapsed: 0.01 s shouldMoveAnchorOnDeselectWithCtrl Time elapsed: 0.027 s shouldSelectAllCellsInGroup Time elapsed: 0.008 s shouldSelectColumnInScrolledState Time elapsed: 0.023 s shouldSelectAllCellsInGroupWithCtrl Time elapsed: 0.007 s shouldSelectInRowScrolledState Time elapsed: 0.006 s shouldDeselectAndSelectAllCellsInGroup Time elapsed: 0.006 s shouldSelectAllCellsInGroupsToRightWithShiftInScrolledState Time elapsed: 0.007 s shouldSelectAllCellsInGroupsToRightWithShift Time elapsed: 0.006 s shouldSelectAllCellsInGroupsToLeftWithShift Time elapsed: 0.008 s shouldMoveAnchorOnDeselectWithCtrlWithPreserve Time elapsed: 0.014 s shouldFindGroupByMemberInCollapsed Time elapsed: 0 s shouldRemoveAtBeginningOfGroup Time elapsed: 0 s shouldNotRemoveFromUnbreakableSingleGroup Time elapsed: 0 s shouldAddMultiplePositionsAtEndOfGroup Time elapsed: 0 s shouldAddPositionAtEndOfGroup Time elapsed: 0 s shouldAddMultiplePositionsAtBeginningOfGroup Time elapsed: 0 s shouldNotRemoveForUnbreakableGroup Time elapsed: 0 s shouldNotRemoveNotContainingOnMultipleGroups Time elapsed: 0 s shouldGetGroupByName Time elapsed: 0 s shouldNotRemoveNotContainingPositionFromSingleGroup Time elapsed: 0 s shouldRemoveStaticIndexIfRemovedFromGroupEnd Time elapsed: 0.002 s shouldCreateGroupsDefaultCollapseable Time elapsed: 0 s shouldAddStaticPositions Time elapsed: 0 s shouldNotAddMultiplePositionsAfterGapAtBeginningOfGroup Time elapsed: 0 s shouldRemoveAllFromGroup Time elapsed: 0.001 s shouldSaveState Time elapsed: 0.001 s shouldCreateGroupsDefaultBreakable Time elapsed: 0 s shouldRemoveStaticIndexIfRemovedFromGroupStart2 Time elapsed: 0.006 s shouldRemoveAllFromGroup2 Time elapsed: 0 s shouldNotAddAlreadyContainingPositionToGroup Time elapsed: 0 s shouldGetGroupByPosition Time elapsed: 0 s shouldIdentifyGroupByPosition Time elapsed: 0.001 s shouldNotRemoveNotContainingPosition Time elapsed: 0 s shouldNotAddPositionAtBeginningOfGroupWithGap Time elapsed: 0 s shouldKnowRightEdgeOfGroup Time elapsed: 0 s shouldCreateGroupsDefaultUnbreakable Time elapsed: 0 s shouldRemoveInMiddleOfGroup Time elapsed: 0.001 s shouldToggleCollapsedState Time elapsed: 0 s shouldOnlyAddGroupPositionsToGroup Time elapsed: 0 s shouldRemoveStaticIndexIfRemovedFromGroupStart Time elapsed: 0 s shouldRemoveMultipleFromSingleGroup Time elapsed: 0.001 s shouldRemoveMultipleFromSingleGroup2 Time elapsed: 0 s shouldReturnVisiblePositionCollection Time elapsed: 0.004 s shouldRemoveStaticIndexIfRemovedFromGroupEnd2 Time elapsed: 0 s shouldRemoveFromSingleGroup Time elapsed: 0.001 s shouldRemoveAtEndOfGroup Time elapsed: 0 s shouldLoadState Time elapsed: 0 s shouldExpandCollapseGroup Time elapsed: 0 s shouldAddPositionAtBeginningOfGroup Time elapsed: 0 s shouldFindGroupByMember Time elapsed: 0 s shouldKnowLeftEdgeOfGroup Time elapsed: 0 s shouldNotAddPositionAtEndOfGroupWithGap Time elapsed: 0 s shouldNotCollapseNonCollapseableGroup Time elapsed: 0 s shouldRemoveFromMultipleGroups Time elapsed: 0.015 s shouldFillInternalMemberIndexes Time elapsed: 0 s shouldNotAddMultiplePositionsAfterGapAtEndOfGroup Time elapsed: 0.001 s shouldCreateGroupsDefaultNotCollapseable Time elapsed: 0 s shouldNotRemoveFromUnbreakableOnMultipleGroups Time elapsed: 0 s shouldReturnVisibleIndexCollection Time elapsed: 0.004 s shouldExpandCollapsedGroupOnSettingNonCollapseable Time elapsed: 0.001 s shouldNotAddStaticPositionThatIsNotInGroup Time elapsed: 0 s shouldNotAddPositionToUnbreakableGroup Time elapsed: 0 s shouldReorderLevel1GroupToStart Time elapsed: 0.029 s shouldDragReorderLevel1GroupToStart Time elapsed: 0.014 s shouldNotDragReorderLevel0GroupOutOfUnbreakableLevel1Group Time elapsed: 0.013 s shouldReorderToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.049 s shouldDragReorderLevel1GroupToEnd Time elapsed: 0.019 s shouldReorderGroupBetweenHiddenColumns Time elapsed: 0.015 s shouldDragReorderToRightEndInsideGroupWithHidden Time elapsed: 0.012 s shouldReorderLevel1GroupToEnd Time elapsed: 0.051 s shouldNotReorderNonGroupedToUnbreakableLevel1Group Time elapsed: 0.01 s shouldShowRowGroupOnReorderInHiddenState Time elapsed: 0.013 s shouldMultiResizeRowGroupHeaderAndBody Time elapsed: 0.012 s shouldNotDragReorderNonGroupedToUnbreakableLevel1Group Time elapsed: 0.01 s shouldDragReorderToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.017 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToEndWithHiddenLastSpanningSecondLevel Time elapsed: 0.036 s shouldMultiReorderToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.019 s shouldResizeRowGroupHeaderColumn Time elapsed: 0.011 s shouldMultiResizeRowGroupHeaderColumnWithDownScale Time elapsed: 0.012 s shouldResizeRowGroupHeaderColumnWithoutDownScale Time elapsed: 0.01 s shouldDragReorderLevel0GroupToNonGroupedUnbreakable Time elapsed: 0.011 s shouldResizeRowGroupHeaderColumnWithDownScale Time elapsed: 0.033 s shouldReturnConfigLabelsOnLevel0WithoutLevel0 Time elapsed: 0.014 s shouldDragReorderUnbreakableGroupToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.019 s shouldReorderLevel0GroupWithOneColumnToNonGroupedUnbreakable Time elapsed: 0.01 s shouldNotDragReorderFromUnbreakableLevel1GroupToEnd Time elapsed: 0.018 s shouldDragReorderUngroupedToRightWithFirstHidden Time elapsed: 0.011 s shouldReorderToRightEndInsideGroupWithHidden Time elapsed: 0.029 s shouldMultiResizeRowGroupHeaderColumnWithoutDownScale Time elapsed: 0.01 s shouldReturnConfigLabelsOnLevel0 Time elapsed: 0.011 s shouldReturnConfigLabelsOnLevel1 Time elapsed: 0.011 s shouldExpandCollapseLevel0ViaLevel1WithoutLevel1Group Time elapsed: 0.011 s shouldNotReorderLevel0GroupOutOfUnbreakableLevel1Group Time elapsed: 0.015 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToEndWithHiddenLastSameGroupBorders Time elapsed: 0.012 s shouldReorderLevel0GroupToNonGroupedUnbreakable Time elapsed: 0.029 s shouldSetGroupHeaderColumnWidthByLevel Time elapsed: 0.009 s shouldDragReorderGroupToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.018 s shouldConfigureReorderSupported Time elapsed: 0.009 s shouldReorderUngroupedToRightWithFirstHidden Time elapsed: 0.013 s shouldRenderRowGroups Time elapsed: 0.03 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToEndWithHiddenLastSpanningFirstLevel Time elapsed: 0.02 s shouldReorderMultipleUngroupedToGroupOnRightEdgeWithHidden Time elapsed: 0.015 s shouldSetGroupHeaderColumnWidth Time elapsed: 0.01 s shouldMultiResizeRowGroupHeaderColumn Time elapsed: 0.01 s shouldToggleRowReorderEndCommandCoordinateToTopEdge Time elapsed: 0.001 s shouldToggleRowReorderCommandCoordinateToBottomEdge Time elapsed: 0 s shouldToggleMultiRowReorderCommandCoordinateToTopEdge Time elapsed: 0 s shouldToggleRowReorderCommandCoordinateToTopEdge Time elapsed: 0 s shouldNotToggleRowReorderEndCommandCoordinateToTopEdgeOnLastRow Time elapsed: 0.001 s shouldNotToggleMultiRowReorderCommandCoordinateToTopEdgeOnLastRow Time elapsed: 0 s shouldNotToggleRowReorderEndCommandCoordinateToBottomEdgeOnFirstRow Time elapsed: 0 s shouldToggleRowReorderEndCommandCoordinateToBottomEdge Time elapsed: 0 s shouldNotToggleRowReorderCommandCoordinateToBottomEdgeOnFirstRow Time elapsed: 0 s shouldNotToggleMultiRowReorderCommandCoordinateToBottomEdgeOnFirstRow Time elapsed: 0 s shouldNotToggleRowReorderCommandCoordinateToTopEdgeOnLastRow Time elapsed: 0 s shouldToggleMultiRowReorderCommandCoordinateToBottomEdge Time elapsed: 0 s shouldReorderLevel1GroupToStart Time elapsed: 0.016 s shouldDragReorderLevel1GroupToStart Time elapsed: 0.012 s shouldNotDragReorderLevel0GroupOutOfUnbreakableLevel1Group Time elapsed: 0.026 s shouldReorderToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.018 s shouldDragReorderLevel1GroupToEnd Time elapsed: 0.018 s shouldReorderGroupBetweenHiddenColumns Time elapsed: 0.013 s shouldSetGroupHeaderRowHeight Time elapsed: 0.009 s shouldDragReorderToRightEndInsideGroupWithHidden Time elapsed: 0.012 s shouldReorderLevel1GroupToEnd Time elapsed: 0.03 s shouldNotReorderNonGroupedToUnbreakableLevel1Group Time elapsed: 0.009 s shouldNotDragReorderNonGroupedToUnbreakableLevel1Group Time elapsed: 0.008 s shouldDragReorderToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.085 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToEndWithHiddenLastSpanningSecondLevel Time elapsed: 0.012 s shouldMultiReorderToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.019 s shouldMultiResizeColumnGroupHeaderRow Time elapsed: 0.009 s shouldSetGroupHeaderRowHeightByLevel Time elapsed: 0.01 s shouldDragReorderLevel0GroupToNonGroupedUnbreakable Time elapsed: 0.009 s shouldReturnConfigLabelsOnLevel0WithoutLevel0 Time elapsed: 0.011 s shouldDragReorderUnbreakableGroupToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.033 s shouldReorderLevel0GroupWithOneColumnToNonGroupedUnbreakable Time elapsed: 0.01 s shouldResizeColumnGroupHeaderRowWithoutDownScale Time elapsed: 0.009 s shouldNotDragReorderFromUnbreakableLevel1GroupToEnd Time elapsed: 0.018 s shouldDragReorderUngroupedToRightWithFirstHidden Time elapsed: 0.013 s shouldMultiResizeColumnGroupHeaderAndBody Time elapsed: 0.01 s shouldResizeColumnGroupHeaderRow Time elapsed: 0.029 s shouldReorderToRightEndInsideGroupWithHidden Time elapsed: 0.013 s shouldShowColumnGroupOnReorderInHiddenState Time elapsed: 0.012 s shouldReturnConfigLabelsOnLevel0 Time elapsed: 0.011 s shouldReturnConfigLabelsOnLevel1 Time elapsed: 0.011 s shouldExpandCollapseLevel0ViaLevel1WithoutLevel1Group Time elapsed: 0.011 s shouldNotReorderLevel0GroupOutOfUnbreakableLevel1Group Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToEndWithHiddenLastSameGroupBorders Time elapsed: 0.01 s shouldReorderLevel0GroupToNonGroupedUnbreakable Time elapsed: 0.026 s shouldMultiResizeColumnGroupHeaderRowWithDownScale Time elapsed: 0.009 s shouldMultiResizeColumnGroupHeaderRowWithoutDownScale Time elapsed: 0.01 s shouldDragReorderGroupToEndWithLevel1AllAndNoLevel0 Time elapsed: 0.017 s shouldResizeColumnGroupHeaderRowWithDownScale Time elapsed: 0.009 s shouldConfigureReorderSupported Time elapsed: 0.009 s shouldReorderUngroupedToRightWithFirstHidden Time elapsed: 0.011 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToEndWithHiddenLastSpanningFirstLevel Time elapsed: 0.026 s shouldReorderMultipleUngroupedToGroupOnRightEdgeWithHidden Time elapsed: 0.013 s shouldRenderColumnGroups Time elapsed: 0.016 s shouldRenderGroups Time elapsed: 0.049 s shouldRenderGroupsWithFrozenColumns Time elapsed: 0.035 s shouldRenderGroupsWithFrozenRows Time elapsed: 0.02 s shouldNotModifyUnbreakableGroupOnCreate Time elapsed: 0.013 s shouldHideShowLastGroupInCollapsedState Time elapsed: 0.013 s shouldReorderDownAddRowToCollapsedGroupWithStaticsInMiddleOfGroup Time elapsed: 0.012 s shouldCreateGroupFromSingleRow Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnDragReorderUngroupedToEndWithHiddenLastTableEnd Time elapsed: 0.024 s shouldReorderGroupWithHiddenRows Time elapsed: 0.01 s shouldReorderGroupToNonVisibleArea Time elapsed: 0.014 s shouldReorderGroupToNonVisibleAreaEnd Time elapsed: 0.015 s shouldReorderFromCollapsedGroupDownToRemoveAndRightToAddRowAgain Time elapsed: 0.012 s shouldReorderMultipleRowsFromOneGroupToOtherGroupUp Time elapsed: 0.01 s shouldDragReorderBetweenGroupsUp Time elapsed: 0.01 s shouldReorderUnbreakableGroupsToStartUp Time elapsed: 0.02 s shouldReorderUngroupedAddRowToGroupUp Time elapsed: 0.01 s shouldReorderEntireRowGroupToStart Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnDragReorderGroupToStartWithHiddenFirst Time elapsed: 0.01 s shouldCollapseGroupWithStaticRows Time elapsed: 0.011 s shouldReorderBetweenGroupsDown Time elapsed: 0.01 s shouldAvoidReorderCollapsedGroupInOtherGroup Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnDragReorderMultipleFromUnbreakable Time elapsed: 0.01 s shouldReorderUngroupFirstRowInGroup Time elapsed: 0.025 s shouldHideMultipleRowsAfterCollapseWithStaticsAtEndOfTable Time elapsed: 0.013 s shouldOnlyShowNonGroupRowIfAdjacentGroupsAreCollapsed Time elapsed: 0.012 s shouldReorderLeftAddColumnToCollapsedGroupWithStatics Time elapsed: 0.011 s shouldNotRemoveGroupOnReorderLastRowInGroup Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnReorderGroupToStartWithHiddenFirst Time elapsed: 0.011 s shouldUngroupMultipleLastItemsInGroup Time elapsed: 0.015 s shouldReorderMultipleUngroupedAddRowToGroupDown Time elapsed: 0.03 s shouldRemoveMiddleRowFromGroup Time elapsed: 0.009 s shouldReorderGroupWithReorderedRows Time elapsed: 0.01 s shouldNotRemoveUnbreakableColumnGroup Time elapsed: 0.009 s shouldCreateGroupFromUncontiguous Time elapsed: 0.013 s shouldReorderUnbreakableGroupsToEndDown Time elapsed: 0.02 s shouldReorderUnbreakableGroupsBetweenGroupsUp Time elapsed: 0.009 s shouldMultiResizeRowGroupHeaderAndRowHeader Time elapsed: 0.008 s shouldReorderGroupBetweenHiddenColumns Time elapsed: 0.024 s shouldReturnConfigLabels Time elapsed: 0.01 s shouldReorderToBottomEndInsideGroupWithHidden Time elapsed: 0.009 s shouldExpandCollapseNonVisibleGroup Time elapsed: 0.011 s shouldNotBreakUnbreakableGroupOnDragReorderMultipleToUnbreakable Time elapsed: 0.008 s shouldReorderGroupFromNonVisibleArea Time elapsed: 0.015 s shouldShowHiddenLastStaticRowInCollapsedState Time elapsed: 0.01 s shouldDragReorderUngroupFirstRowInGroup Time elapsed: 0.008 s shouldAvoidReorderGroupInOtherGroup Time elapsed: 0.008 s shouldNotExpandCollapsedGroupOnDragReorderToStart Time elapsed: 0.008 s shouldUngroupFirstItemInGroup Time elapsed: 0.016 s shouldShowRowGroupOnReorderInHiddenState Time elapsed: 0.011 s shouldReorderToFirstWithHidden Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnDragReorderFromUnbreakable Time elapsed: 0.009 s shouldDragReorderUpRowFromCollapsedGroupWithStatics Time elapsed: 0.01 s shouldNotRemoveGroupOnDragReorderLastRowInGroup Time elapsed: 0.009 s shouldHideMultipleMiddleRows Time elapsed: 0.01 s shouldReorderEntireRowGroupBetweenOtherGroups Time elapsed: 0.009 s shouldDragReorderToBottomEndInsideGroupWithHidden Time elapsed: 0.023 s shouldReorderUpAddRowToCollapsedGroupWithStaticsInGroupUpperEdge Time elapsed: 0.011 s shouldNotExpandCollapsedGroupOnReorderToEnd Time elapsed: 0.017 s shouldReorderInsideCollapsedGroupWithStaticsFromBeginning Time elapsed: 0.011 s shouldNotExpandCollapsedGroupOnReorderDown Time elapsed: 0.017 s shouldNotExpandCollapsedGroupOnReorderLeft Time elapsed: 0.01 s shouldShowAllHiddenStaticRowsInCollapsedState Time elapsed: 0.011 s shouldHideMultipleFirstRows Time elapsed: 0.02 s shouldReorderToFirstRowBetweenGroupsUp Time elapsed: 0.008 s shouldReorderMultipleRowsInsideGroupUp Time elapsed: 0.01 s shouldReorderToLastWithHidden Time elapsed: 0.01 s shouldExpandOnAddPositionToGroup Time elapsed: 0.01 s shouldCollapseExpandGroup Time elapsed: 0.009 s shouldReorderGroupOutsideVisibleAreaWithCommand Time elapsed: 0.016 s shouldResizeRowGroupHeaderColumn Time elapsed: 0.011 s shouldReorderEntireRowGroupToLast Time elapsed: 0.009 s shouldHideMultipleRowsAfterFirstHideAtEndOfTable Time elapsed: 0.027 s shouldAddRowAtStartOfGroup Time elapsed: 0.008 s shouldDragReorderInsideCollapsedGroupWithStaticsFromBeginning Time elapsed: 0.011 s shouldHandleResetOfRowReordering Time elapsed: 0.009 s shouldHideMultipleRowsInMiddleOfTableToReduceRowCountMoreThanEventEnd Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnReorderCollapsedGroupToEndWithHiddenLast Time elapsed: 0.011 s shouldMultiResizeRowGroupHeaderColumnWithDownScale Time elapsed: 0.009 s shouldShowGroupHiddenByLoadState Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToStartWithHiddenFirst Time elapsed: 0.023 s shouldDragReorderToFirstRowWithinGroup Time elapsed: 0.011 s shouldExpandOnRemovePositionFromGroup Time elapsed: 0.011 s shouldDragReorderWithinGroup Time elapsed: 0.01 s shouldReorderUngroupRowFromGroupUp Time elapsed: 0.01 s shouldExpandOnRemovePositionsFromMultipleGroups Time elapsed: 0.011 s shouldReorderUpAddUngroupedToCollapsedGroupDown Time elapsed: 0.014 s shouldDragReorderUngroupLastRowInGroup Time elapsed: 0.01 s shouldReorderLeftAddUngroupedToCollapsedGroupUp Time elapsed: 0.011 s shouldReorderGroupFromNonVisibleAreaWithCommand Time elapsed: 0.02 s shouldReorderDownAddUngroupedToGroupAsFirstRow Time elapsed: 0.008 s shouldResizeRowGroupHeaderColumnWithoutDownScale Time elapsed: 0.008 s shouldAddRowToEndOfGroup Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnReorderToUnbreakable Time elapsed: 0.009 s shouldResizeRowGroupHeaderColumnWithDownScale Time elapsed: 0.008 s shouldHideShowFirstGroupInCollapsedState Time elapsed: 0.011 s shouldCreateTwoRowGroupsWithSameName Time elapsed: 0.01 s shouldNotReorderUngroupMiddleRowInGroup Time elapsed: 0.009 s shouldExpandOnRemoveGroupByPosition Time elapsed: 0.02 s shouldRemoveLastRowFromGroup Time elapsed: 0.008 s shouldDragReorderDownRemoveRowFromCollapsedGroupWithStatics Time elapsed: 0.012 s shouldHideAllRowsInOneGroup Time elapsed: 0.009 s shouldNotBreakUnbreakableCollapsedGroupOnMultiReorderUngroupedToEndWithHiddenLast Time elapsed: 0.012 s shouldReorderUpAddUngroupedToCollapsedGroupUpJump Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnMultiReorderFromCollapsedToEndWithHiddenLast Time elapsed: 0.011 s shouldNotBreakUnbreakableGroupOnReorderFromGroupToStartWithHiddenFirst Time elapsed: 0.008 s shouldReorderFirstRowBetweenGroupsDown Time elapsed: 0.007 s shouldShowHiddenFirstStaticRowInCollapsedState Time elapsed: 0.008 s shouldReorderInsideCollapsedGroupWithStatics Time elapsed: 0.017 s shouldNotRemoveGroupOnReorderLastRowInGroupToNonGrouped Time elapsed: 0.007 s shouldNotBreakUnbreakableGroupOnReorderToUnbreakableEdgeUp Time elapsed: 0.007 s shouldNotBreakUnbreakableGroupOnDragReorderUngroupedToEndWithHiddenLast Time elapsed: 0.009 s shouldCreateRowGroup Time elapsed: 0.008 s shouldReorderMultipleUngroupedToGroupOnBottomEdgeWithHidden Time elapsed: 0.008 s shouldReturnConfigLabelsWithAccumulator Time elapsed: 0.009 s shouldReorderUngroupedAddRowToGroupDown Time elapsed: 0.009 s shouldHideRowBetweenGroups Time elapsed: 0.01 s shouldHideMultipleMixedRows Time elapsed: 0.008 s shouldReorderToFirstRowBetweenGroupsDown Time elapsed: 0.019 s shouldNotBreakUnbreakableGroupOnDragReorderGroupToEndWithHiddenLast Time elapsed: 0.01 s shouldReorderBetweenGroupsUp Time elapsed: 0.009 s shouldReorderToFirstRowWithinGroup Time elapsed: 0.009 s shouldExpandOnRemoveGroupByName Time elapsed: 0.009 s shouldDragReorderToFirstRowBetweenGroupsUp Time elapsed: 0.008 s shouldHideMultipleRowsInOneGroup Time elapsed: 0.011 s shouldRemoveGroupOnReorderLastRowInGroupToOtherGroup Time elapsed: 0.01 s shouldRemoveGroupOnReorderLastFromCollapsedGroupToOtherGroup Time elapsed: 0.009 s shouldReorderUngroupLastRowInGroup Time elapsed: 0.01 s shouldNotBreakUnbreakableCollapsedGroupOnDragReorderUngroupedToEndWithHiddenLast Time elapsed: 0.011 s shouldDragReorderFirstRowBetweenGroupsUp Time elapsed: 0.009 s shouldDragReorderFirstRowWithinGroup Time elapsed: 0.009 s shouldShowFirstVisibleRowOnCollapseWhenFirstRowIsHidden Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnReorderToUnbreakableEdgeDown Time elapsed: 0.008 s shouldNotShowHiddenFirstRowInCollapsedGroup Time elapsed: 0.009 s shouldReorderUpRemoveColumnFromCollapsedGroup Time elapsed: 0.009 s shouldUngroupMultipleItemsInMiddleOfGroup Time elapsed: 0.01 s shouldReorderGroupToNonVisibleAreaEndWithCommand Time elapsed: 0.025 s shouldHideStaticRowInCollapsedState Time elapsed: 0.009 s shouldReorderGroupToNonVisibleAreaWithCommand Time elapsed: 0.015 s shouldNotBreakUnbreakableGroupOnDragReorderFromGroupToEndWithHiddenLast Time elapsed: 0.009 s shouldReorderMultipleUngroupedAddRowToGroupUp Time elapsed: 0.008 s shouldReturnSameCellForDifferentRowPositions Time elapsed: 0.007 s shouldHideShowLastGroupInCollapsedStateWithStatics Time elapsed: 0.016 s shouldHideRowInMiddleOfGroup Time elapsed: 0.009 s shouldReorderUpRemoveFromCollapsedGroupAddToOtherGroup Time elapsed: 0.023 s shouldNotUngroupOnReorderEntireGroupToGroupEnd Time elapsed: 0.007 s shouldReorderDownAddRowToCollapsedGroupWithStaticsInGroupBottomEdge Time elapsed: 0.009 s shouldReorderUnbreakableGroupsDown Time elapsed: 0.014 s shouldReorderUpRowFromCollapsedGroupWithStatics Time elapsed: 0.009 s shouldDragReorderUpAddUngroupedToGroupAsLastRow Time elapsed: 0.008 s shouldNotBreakUnbreakableCollapsedGroupOnReorderUngroupedToEndWithHiddenLast Time elapsed: 0.01 s shouldNotDragReorderUngroupMiddleRowInGroup Time elapsed: 0.008 s shouldCheckIfPartOfGroup Time elapsed: 0.028 s shouldReorderDownRemoveRowFromCollapsedGroupWithStatics Time elapsed: 0.011 s shouldDragReorderUpAddRowToCollapsedGroupWithStatics Time elapsed: 0.01 s shouldReorderFromCollapsedGroupUpToRemoveAndRightToAddRowAgain Time elapsed: 0.012 s shouldNotShowHiddenRowsInMultipleGroups Time elapsed: 0.011 s shouldReorderMultipleUngroupedAddRowToGroupUpOnEdge Time elapsed: 0.008 s shouldMultiResizeRowGroupHeaderColumnWithoutDownScale Time elapsed: 0.056 s shouldUngroupMultipleFirstItemsInGroup Time elapsed: 0.01 s shouldReorderUngroupedToBottomWithFirstHidden Time elapsed: 0.013 s shouldNotBreakUnbreakableGroupOnReorderGroupToEndWithHiddenLast Time elapsed: 0.014 s shouldDragReorderFirstRowBetweenGroupsDown Time elapsed: 0.01 s shouldReorderMultipleRowsInsideGroupDown Time elapsed: 0.012 s shouldHideFirstRowInGroup Time elapsed: 0.01 s shouldDragReorderFromCollapsedGroupUpToRemoveAndDownToAddRowAgain Time elapsed: 0.023 s shouldCalculateColumnWidthByPosition Time elapsed: 0.008 s shouldReorderFirstRowBetweenGroupsUp Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnDragReorderToUnbreakable Time elapsed: 0.008 s shouldResizeRowHeaderRow Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnDragReorderUngroupedToStartWithHiddenFirst Time elapsed: 0.01 s shouldUpdateGroupOnCreate Time elapsed: 0.009 s shouldDragReorderDownRemoveFromCollapsedGroupAddToOtherGroup Time elapsed: 0.009 s shouldUngroupLastItemInGroup Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnMultiReorderUngroupedToStartWithHiddenFirst Time elapsed: 0.01 s shouldExpandOnClearGroups Time elapsed: 0.016 s shouldReorderDownRemoveRowFromCollapsedGroup Time elapsed: 0.01 s shouldDragReorderUngroupedToBottomWithFirstHidden Time elapsed: 0.011 s shouldReorderMultipleRowsInsideGroupToUngroupUp Time elapsed: 0.009 s shouldHideLastRowInLastGroup Time elapsed: 0.011 s shouldRenderGroupInScrolledState Time elapsed: 0.011 s shouldLoadStateWithExpandCollapseStates Time elapsed: 0.021 s shouldReorderMultipleRowsFromOneGroupToOtherGroupDown Time elapsed: 0.009 s shouldDragReorderToFirstRowBetweenGroupsDown Time elapsed: 0.022 s shouldDragReorderUpRemoveFromCollapsedGroupAddToOtherGroup Time elapsed: 0.011 s shouldHideMultipleLastRows Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnReorderFromCollapsedToEndWithHiddenLast Time elapsed: 0.014 s shouldDragReorderDownAddRowToCollapsedGroupWithStaticsInGroupRightEdge Time elapsed: 0.011 s shouldNotBreakUnbreakableGroupOnReorderFromUnbreakable Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToEndWithHiddenLast Time elapsed: 0.01 s shouldUngroupMiddleItemInGroup Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnDragReorderFromGroupToStartWithHiddenFirst Time elapsed: 0.019 s shouldNotRemoveGroupOnReorderLastRowInGroupToUnbreakableGroup Time elapsed: 0.008 s shouldCalculateColumnWidthOnGroupModelChanges Time elapsed: 0.009 s shouldUngroupMultipleItemsFirstLastOfGroup Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnMultiReorderFromGroupToStartWithHiddenFirst Time elapsed: 0.01 s shouldHideMultipleRowsInMiddleOfTableTwiceToReduceRowCountMoreThanEventEnd Time elapsed: 0.011 s shouldDragReorderEntireRowGroupToLast Time elapsed: 0.016 s shouldReorderDownAddRowToCollapsedGroupWithStatics Time elapsed: 0.011 s shouldReorderGroupOutsideVisibleArea Time elapsed: 0.022 s shouldReorderDownRemoveFromCollapsedGroupAddToOtherGroup Time elapsed: 0.01 s shouldReorderFirstRowWithinGroup Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnDragReorderFromCollapsedToEndWithHiddenLast Time elapsed: 0.012 s shouldReorderMultipleUngroupedNotAddRowToGroupDownOnEdge Time elapsed: 0.011 s shouldNotBreakUnbreakableGroupOnMultiReorderUngroupedToEndWithHiddenLast Time elapsed: 0.01 s shouldNotModifyUnbreakableGroupOnCreateAndCreateNewNonContiguous Time elapsed: 0.011 s shouldRemoveRowGroup Time elapsed: 0.01 s shouldNotResizeNotResizableRowGroupHeaderColumnMulti Time elapsed: 0.011 s shouldNotShowHiddenLastRowInCollapsedGroup Time elapsed: 0.019 s shouldDragReorderDownAddUngroupedToGroupAsFirstRow Time elapsed: 0.01 s shouldDragReorderEntireRowGroupToStart Time elapsed: 0.008 s shouldNotExpandCollapsedGroupOnDragReorderToEnd Time elapsed: 0.017 s shouldNotResizeNotResizableRowGroupHeaderColumn Time elapsed: 0.01 s shouldReorderUpAddUngroupedToGroupAsLastRow Time elapsed: 0.013 s shouldReorderDownAddUngroupedToCollapsedGroupUp Time elapsed: 0.013 s shouldNotRemoveGroupOnReorderRemoveLastFromCollapsed Time elapsed: 0.025 s shouldHideLastRowInGroup Time elapsed: 0.01 s shouldCollapseExpandAll Time elapsed: 0.01 s shouldReorderUngroupRowGroupDown Time elapsed: 0.009 s shouldReorderInsideGroupWithHiddenColumnsAtEnd Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnReorderFromGroupToEndWithHiddenLast Time elapsed: 0.01 s shouldRenderRowGroups Time elapsed: 0.015 s shouldNotBreakUnbreakableGroupOnReorderBetweenGroupsDown Time elapsed: 0.008 s shouldDragReorderBetweenGroupsDown Time elapsed: 0.008 s shouldNotUngroupFromUnbreakableGroup Time elapsed: 0.02 s shouldSetGroupHeaderColumnWidth Time elapsed: 0.008 s shouldShowNonGroupRowIfAdjacentGroupsAreCollapsed Time elapsed: 0.011 s shouldRemoveFirstRowFromGroup Time elapsed: 0.009 s shouldReorderDownAddUngroupedToCollapsedGroupDown Time elapsed: 0.011 s shouldNotShowHiddenRowsInCollapsedGroup Time elapsed: 0.011 s shouldReorderMultipleRowsInsideGroupToUngroupDown Time elapsed: 0.009 s shouldReorderWithinGroup Time elapsed: 0.009 s shouldMultiResizeRowGroupHeaderColumn Time elapsed: 0.009 s shouldNotUngroupOnReorderEntireGroupToGroupStart Time elapsed: 0.016 s shouldNotBreakUnbreakableGroupOnMultiReorderFromGroupToEndWithHiddenLast Time elapsed: 0.009 s shouldNotModifyUnbreakableGroupOnCreate Time elapsed: 0.012 s shouldHideShowLastGroupInCollapsedState Time elapsed: 0.012 s shouldShowNonGroupColumnIfAdjacentGroupsAreCollapsed Time elapsed: 0.012 s shouldNotBreakUnbreakableGroupOnDragReorderUngroupedToEndWithHiddenLastTableEnd Time elapsed: 0.013 s shouldReorderGroupToNonVisibleArea Time elapsed: 0.016 s shouldReorderGroupToNonVisibleAreaEnd Time elapsed: 0.031 s shouldCreateTwoColumnGroupsWithSameName Time elapsed: 0.012 s shouldShowFirstVisibleColumnOnCollapseWhenFirstColumnIsHidden Time elapsed: 0.011 s shouldHideMultipleFirstColumns Time elapsed: 0.012 s shouldNotBreakUnbreakableGroupOnDragReorderGroupToStartWithHiddenFirst Time elapsed: 0.011 s shouldReorderUnbreakableGroupsBetweenGroupsLeft Time elapsed: 0.01 s shouldReorderRightAddColumnToCollapsedGroupWithStatics Time elapsed: 0.039 s shouldReorderFromCollapsedGroupLeftToRemoveAndRightToAddColumnAgain Time elapsed: 0.025 s shouldAvoidReorderCollapsedGroupInOtherGroup Time elapsed: 0.008 s shouldReorderBetweenGroupsLeft Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnDragReorderMultipleFromUnbreakable Time elapsed: 0.008 s shouldHideMultipleColumnsAfterFirstHideAtEndOfTable Time elapsed: 0.01 s shouldReorderUngroupedAddColumnToGroupRight Time elapsed: 0.009 s shouldReorderUnbreakableGroupsToEndRight Time elapsed: 0.014 s shouldReorderLeftAddColumnToCollapsedGroupWithStatics Time elapsed: 0.012 s shouldNotBreakUnbreakableGroupOnReorderGroupToStartWithHiddenFirst Time elapsed: 0.009 s shouldHideMultipleColumnsInMiddleOfTableTwiceToReduceColumnCountMoreThanEventEnd Time elapsed: 0.009 s shouldUngroupMultipleLastItemsInGroup Time elapsed: 0.013 s shouldReorderToFirstColumnBetweenGroupsRight Time elapsed: 0.009 s shouldReorderLeftAddUngroupedToCollapsedGroupLeftJump Time elapsed: 0.011 s shouldNotRemoveUnbreakableColumnGroup Time elapsed: 0.009 s shouldCreateGroupFromUncontiguous Time elapsed: 0.009 s shouldReorderUngroupLastColumnInGroup Time elapsed: 0.009 s shouldDragReorderRightRemoveColumnFromCollapsedGroupWithStatics Time elapsed: 0.028 s shouldReorderFirstColumnBetweenGroupsRight Time elapsed: 0.014 s shouldReturnSameCellForDifferentColumnPositions Time elapsed: 0.011 s shouldReorderGroupBetweenHiddenColumns Time elapsed: 0.014 s shouldSetGroupHeaderRowHeight Time elapsed: 0.011 s shouldReturnConfigLabels Time elapsed: 0.012 s shouldDragReorderToRightEndInsideGroupWithHidden Time elapsed: 0.014 s shouldNotResizeNotResizableColumnGroupHeaderRow Time elapsed: 0.019 s shouldExpandCollapseNonVisibleGroup Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnDragReorderMultipleToUnbreakable Time elapsed: 0.01 s shouldReorderGroupFromNonVisibleArea Time elapsed: 0.017 s shouldDragReorderUngroupLastColumnInGroup Time elapsed: 0.02 s shouldReorderMultipleColumnsFromOneGroupToOtherGroupRight Time elapsed: 0.013 s shouldNotRemoveGroupOnReorderLastColumnInGroupToUnbreakableGroup Time elapsed: 0.011 s shouldAvoidReorderGroupInOtherGroup Time elapsed: 0.012 s shouldReorderUngroupedAddColumnToGroupLeft Time elapsed: 0.011 s shouldNotExpandCollapsedGroupOnDragReorderToStart Time elapsed: 0.012 s shouldUngroupFirstItemInGroup Time elapsed: 0.01 s shouldDragReorderToFirstColumnBetweenGroupsLeft Time elapsed: 0.009 s shouldNotShowHiddenColumnInCollapsedGroup Time elapsed: 0.01 s shouldReorderToFirstWithHidden Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnDragReorderFromUnbreakable Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnReorderToUnbreakableEdgeRight Time elapsed: 0.018 s shouldCalculateRowHeightByPosition Time elapsed: 0.008 s shouldDragReorderFirstColumnBetweenGroupsRight Time elapsed: 0.008 s shouldReorderRightAddUngroupedToCollapsedGroupLeft Time elapsed: 0.01 s shouldShowHiddenFirstStaticColumnInCollapsedState Time elapsed: 0.01 s shouldCreateColumnGroup Time elapsed: 0.009 s shouldReorderRightAddUngroupedToGroupAsFirstColumn Time elapsed: 0.008 s shouldNotExpandCollapsedGroupOnReorderToEnd Time elapsed: 0.015 s shouldNotExpandCollapsedGroupOnReorderToRight Time elapsed: 0.031 s shouldDragReorderRightAddUngroupedToGroupAsFirstColumn Time elapsed: 0.01 s shouldMultiResizeColumnGroupHeaderRow Time elapsed: 0.009 s shouldReorderInsideCollapsedGroupWithStaticsFromBeginning Time elapsed: 0.011 s shouldNotExpandCollapsedGroupOnReorderLeft Time elapsed: 0.008 s shouldReorderToLastWithHidden Time elapsed: 0.01 s shouldExpandOnAddPositionToGroup Time elapsed: 0.009 s shouldCollapseExpandGroup Time elapsed: 0.008 s shouldReorderGroupOutsideVisibleAreaWithCommand Time elapsed: 0.018 s shouldHandleResetOfColumnReordering Time elapsed: 0.019 s shouldDragReorderLeftAddColumnToCollapsedGroupWithStatics Time elapsed: 0.013 s shouldCollapseGroupWithStaticColumns Time elapsed: 0.011 s shouldDragReorderLeftRemoveFromCollapsedGroupAddToOtherGroup Time elapsed: 0.01 s shouldDragReorderInsideCollapsedGroupWithStaticsFromBeginning Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnReorderCollapsedGroupToEndWithHiddenLast Time elapsed: 0.013 s shouldShowGroupHiddenByLoadState Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToStartWithHiddenFirst Time elapsed: 0.009 s shouldExpandOnRemovePositionFromGroup Time elapsed: 0.023 s shouldHideMultipleColumnsAfterCollapseWithStaticsAtEndOfTable Time elapsed: 0.016 s shouldDragReorderWithinGroup Time elapsed: 0.012 s shouldNotReorderUngroupMiddleColumnInGroup Time elapsed: 0.015 s shouldExpandOnRemovePositionsFromMultipleGroups Time elapsed: 0.013 s shouldReorderGroupFromNonVisibleAreaWithCommand Time elapsed: 0.046 s shouldRemoveLastColumnFromGroup Time elapsed: 0.008 s shouldReorderLeftAddUngroupedToGroupAsLastColumn Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnReorderToUnbreakable Time elapsed: 0.009 s shouldOnlyShowNonGroupColumnIfAdjacentGroupsAreCollapsed Time elapsed: 0.013 s shouldHideShowFirstGroupInCollapsedState Time elapsed: 0.01 s shouldReorderRightRemoveFromCollapsedGroupAddToOtherGroup Time elapsed: 0.009 s shouldCalculateRowHeightOnGroupModelChanges Time elapsed: 0.008 s shouldReorderRightRemoveColumnFromCollapsedGroupWithStatics Time elapsed: 0.011 s shouldNotResizeNotResizableColumnGroupHeaderRowMulti Time elapsed: 0.008 s shouldExpandOnRemoveGroupByPosition Time elapsed: 0.008 s shouldHideMultipleMixedColumns Time elapsed: 0.008 s shouldDragReorderRightRemoveFromCollapsedGroupAddToOtherGroup Time elapsed: 0.009 s shouldRemoveAllFromColumnGroup Time elapsed: 0.008 s shouldNotShowHiddenLastColumnInCollapsedGroup Time elapsed: 0.008 s shouldNotBreakUnbreakableCollapsedGroupOnMultiReorderUngroupedToEndWithHiddenLast Time elapsed: 0.011 s shouldReorderRightAddColumnToCollapsedGroupWithStaticsInGroupRightEdge Time elapsed: 0.009 s shouldAddColumnAtStartOfGroup Time elapsed: 0.007 s shouldReorderMultipleUngroupedAddColumnToGroupLeftOnEdge Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnMultiReorderFromCollapsedToEndWithHiddenLast Time elapsed: 0.022 s shouldNotBreakUnbreakableGroupOnReorderFromGroupToStartWithHiddenFirst Time elapsed: 0.009 s shouldReorderLeftRemoveFromCollapsedGroupAddToOtherGroup Time elapsed: 0.008 s shouldDragReorderFromCollapsedGroupLeftToRemoveAndRightToAddColumnAgain Time elapsed: 0.01 s shouldReorderUngroupColumnFromGroupLeft Time elapsed: 0.009 s shouldDragReorderFirstColumnBetweenGroupsLeft Time elapsed: 0.01 s shouldReorderToFirstColumnWithinGroup Time elapsed: 0.008 s shouldReorderInsideCollapsedGroupWithStatics Time elapsed: 0.01 s shouldReorderRightAddUngroupedToCollapsedGroupRight Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnDragReorderUngroupedToEndWithHiddenLast Time elapsed: 0.008 s shouldReturnConfigLabelsWithAccumulator Time elapsed: 0.018 s shouldHideMultipleLastColumns Time elapsed: 0.011 s shouldDragReorderToFirstColumnWithinGroup Time elapsed: 0.01 s shouldReorderLeftAddUngroupedToCollapsedGroupLeft Time elapsed: 0.011 s shouldReorderFromCollapsedGroupRightToRemoveAndLeftToAddColumnAgain Time elapsed: 0.013 s shouldReorderToFirstColumnBetweenGroupsLeft Time elapsed: 0.009 s shouldResizeColumnGroupHeaderRowWithoutDownScale Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnDragReorderGroupToEndWithHiddenLast Time elapsed: 0.01 s shouldExpandOnRemoveGroupByName Time elapsed: 0.009 s shouldRemoveMiddleColumnFromGroup Time elapsed: 0.016 s shouldNotShowHiddenColumnsInMultipleGroups Time elapsed: 0.011 s shouldNotRemoveGroupOnReorderLastColumnInGroup Time elapsed: 0.015 s shouldRemoveGroupOnReorderLastFromCollapsedGroupToOtherGroup Time elapsed: 0.012 s shouldNotBreakUnbreakableCollapsedGroupOnDragReorderUngroupedToEndWithHiddenLast Time elapsed: 0.011 s shouldDragReorderUngroupedToRightWithFirstHidden Time elapsed: 0.015 s shouldReorderMultipleColumnsInsideGroupToUngroupRight Time elapsed: 0.017 s shouldReorderFirstColumnWithinGroup Time elapsed: 0.011 s shouldHideMultipleMiddleColumns Time elapsed: 0.013 s shouldRemoveColumnGroup Time elapsed: 0.011 s shouldReorderBetweenGroupsRight Time elapsed: 0.016 s shouldNotBreakUnbreakableGroupOnReorderToUnbreakableEdgeLeft Time elapsed: 0.013 s shouldResizeColumnGroupHeaderRow Time elapsed: 0.012 s shouldUngroupMultipleItemsInMiddleOfGroup Time elapsed: 0.015 s shouldReorderGroupToNonVisibleAreaEndWithCommand Time elapsed: 0.033 s shouldReorderGroupToNonVisibleAreaWithCommand Time elapsed: 0.022 s shouldResizeColumnHeaderRow Time elapsed: 0.008 s shouldReorderToRightEndInsideGroupWithHidden Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnDragReorderFromGroupToEndWithHiddenLast Time elapsed: 0.009 s shouldReorderFirstColumnBetweenGroupsLeft Time elapsed: 0.007 s shouldNotBreakUnbreakableGroupOnReorderBetweenGroupsRight Time elapsed: 0.007 s shouldHideAllColumnsInOneGroup Time elapsed: 0.007 s shouldHideShowLastGroupInCollapsedStateWithStatics Time elapsed: 0.013 s shouldHideMultipleColumnsInOneGroup Time elapsed: 0.009 s shouldNotRemoveGroupOnDragReorderLastColumnInGroup Time elapsed: 0.008 s shouldDragReorderBetweenGroupsRight Time elapsed: 0.009 s shouldReorderLeftAddColumnToCollapsedGroupWithStaticsInGroupLeftEdge Time elapsed: 0.011 s shouldNotUngroupOnReorderEntireGroupToGroupEnd Time elapsed: 0.008 s shouldHideStaticColumnInCollapsedState Time elapsed: 0.009 s shouldShowColumnGroupOnReorderInHiddenState Time elapsed: 0.01 s shouldNotDragReorderUngroupMiddleColumnInGroup Time elapsed: 0.008 s shouldHideMultipleColumnsInMiddleOfTableToReduceColumnCountMoreThanEventEnd Time elapsed: 0.009 s shouldRemoveFirstColumnFromGroup Time elapsed: 0.018 s shouldNotBreakUnbreakableCollapsedGroupOnReorderUngroupedToEndWithHiddenLast Time elapsed: 0.014 s shouldDragReorderFirstColumnWithinGroup Time elapsed: 0.009 s shouldDragReorderRightAddColumnToCollapsedGroupWithStaticsInGroupRightEdge Time elapsed: 0.011 s shouldCheckIfPartOfGroup Time elapsed: 0.007 s shouldReorderLeftRemoveColumnFromCollapsedGroup Time elapsed: 0.008 s shouldReorderGroupWithReorderedColumns Time elapsed: 0.008 s shouldReorderMultipleUngroupedNotAddColumnToGroupRightOnEdge Time elapsed: 0.066 s shouldUngroupMultipleFirstItemsInGroup Time elapsed: 0.01 s shouldNotBreakUnbreakableGroupOnReorderGroupToEndWithHiddenLast Time elapsed: 0.01 s shouldDragReorderEntireColumnGroupToLast Time elapsed: 0.009 s shouldReorderUngroupFirstColumnInGroup Time elapsed: 0.01 s shouldReorderEntireColumnGroupToStart Time elapsed: 0.009 s shouldReorderRightRemoveColumnFromCollapsedGroup Time elapsed: 0.026 s shouldReorderRightAddColumnToCollapsedGroupWithStaticsInMiddleOfGroup Time elapsed: 0.01 s shouldReorderEntireColumnGroupBetweenOtherGroups Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnDragReorderToUnbreakable Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnDragReorderUngroupedToStartWithHiddenFirst Time elapsed: 0.01 s shouldUpdateGroupOnCreate Time elapsed: 0.01 s shouldDragReorderToFirstColumnBetweenGroupsRight Time elapsed: 0.012 s shouldDragReorderEntireColumnGroupToStart Time elapsed: 0.01 s shouldUngroupLastItemInGroup Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnMultiReorderUngroupedToStartWithHiddenFirst Time elapsed: 0.023 s shouldHideLastColumnInGroup Time elapsed: 0.012 s shouldExpandOnClearGroups Time elapsed: 0.02 s shouldReorderLeftColumnFromCollapsedGroupWithStatics Time elapsed: 0.012 s shouldReorderUnbreakableGroupsToStartLeft Time elapsed: 0.011 s shouldReorderMultipleColumnsFromOneGroupToOtherGroupLeft Time elapsed: 0.011 s shouldReorderMultipleUngroupedAddColumnToGroupRight Time elapsed: 0.012 s shouldReorderGroupWithHiddenColumns Time elapsed: 0.017 s shouldRenderGroupInScrolledState Time elapsed: 0.012 s shouldLoadStateWithExpandCollapseStates Time elapsed: 0.026 s shouldReorderMultipleColumnsInsideGroupToUngroupLeft Time elapsed: 0.01 s shouldMultiResizeColumnGroupHeaderRowWithDownScale Time elapsed: 0.008 s shouldMultiResizeColumnGroupHeaderAndColumnHeader Time elapsed: 0.008 s shouldReorderMultipleColumnsInsideGroupLeft Time elapsed: 0.008 s shouldReorderLeftAddUngroupedToCollapsedGroupRight Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnReorderFromCollapsedToEndWithHiddenLast Time elapsed: 0.023 s shouldNotBreakUnbreakableGroupOnReorderFromUnbreakable Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnReorderUngroupedToEndWithHiddenLast Time elapsed: 0.009 s shouldUngroupMiddleItemInGroup Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnDragReorderFromGroupToStartWithHiddenFirst Time elapsed: 0.008 s shouldMultiResizeColumnGroupHeaderRowWithoutDownScale Time elapsed: 0.009 s shouldRemoveGroupOnReorderLastColumnInGroupToOtherGroup Time elapsed: 0.009 s shouldReorderMultipleColumnsInsideGroupRight Time elapsed: 0.015 s shouldUngroupMultipleItemsFirstLastOfGroup Time elapsed: 0.01 s shouldReorderEntireColumnGroupToLast Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnMultiReorderFromGroupToStartWithHiddenFirst Time elapsed: 0.012 s shouldReorderMultipleUngroupedAddColumnToGroupLeft Time elapsed: 0.008 s shouldResizeColumnGroupHeaderRowWithDownScale Time elapsed: 0.007 s shouldShowAllHiddenStaticColumnsInCollapsedState Time elapsed: 0.009 s shouldReorderGroupOutsideVisibleArea Time elapsed: 0.016 s shouldNotBreakUnbreakableGroupOnDragReorderFromCollapsedToEndWithHiddenLast Time elapsed: 0.009 s shouldNotBreakUnbreakableGroupOnMultiReorderUngroupedToEndWithHiddenLast Time elapsed: 0.008 s shouldCreateGroupFromSingleColumn Time elapsed: 0.007 s shouldNotModifyUnbreakableGroupOnCreateAndCreateNewNonContiguous Time elapsed: 0.007 s shouldNotShowHiddenFirstColumnInCollapsedGroup Time elapsed: 0.009 s shouldHideLastColumnInLastGroup Time elapsed: 0.012 s shouldDragReorderLeftAddUngroupedToGroupAsLastColumn Time elapsed: 0.009 s shouldNotRemoveGroupOnReorderLastColumnInGroupToNonGrouped Time elapsed: 0.008 s shouldNotExpandCollapsedGroupOnDragReorderToEnd Time elapsed: 0.014 s shouldHideColumnBetweenGroups Time elapsed: 0.007 s shouldAddColumnToEndOfGroup Time elapsed: 0.007 s shouldNotRemoveGroupOnReorderRemoveLastFromCollapsed Time elapsed: 0.008 s shouldDragReorderUngroupFirstColumnInGroup Time elapsed: 0.007 s shouldHideFirstColumnInGroup Time elapsed: 0.008 s shouldCollapseExpandAll Time elapsed: 0.008 s shouldReorderInsideGroupWithHiddenColumnsAtEnd Time elapsed: 0.009 s shouldDragReorderLeftColumnFromCollapsedGroupWithStatics Time elapsed: 0.008 s shouldNotBreakUnbreakableGroupOnReorderFromGroupToEndWithHiddenLast Time elapsed: 0.008 s shouldReorderUngroupedToRightWithFirstHidden Time elapsed: 0.008 s shouldHideColumnInMiddleOfGroup Time elapsed: 0.008 s shouldDragReorderBetweenGroupsLeft Time elapsed: 0.009 s shouldReorderUngroupColumnGroupRight Time elapsed: 0.008 s shouldNotUngroupFromUnbreakableGroup Time elapsed: 0.008 s shouldReorderMultipleUngroupedToGroupOnRightEdgeWithHidden Time elapsed: 0.008 s shouldReorderUnbreakableGroupsToRight Time elapsed: 0.014 s shouldRenderColumnGroups Time elapsed: 0.023 s shouldReorderWithinGroup Time elapsed: 0.007 s shouldShowHiddenLastStaticColumnInCollapsedState Time elapsed: 0.008 s shouldNotUngroupOnReorderEntireGroupToGroupStart Time elapsed: 0.007 s shouldNotBreakUnbreakableGroupOnMultiReorderFromGroupToEndWithHiddenLast Time elapsed: 0.008 s shouldToggleMultiColumnReorderCommandCoordinateToLeftEdge Time elapsed: 0 s shouldNotToggleMultiColumnReorderCommandCoordinateToRightEdgeOnFirstColumn Time elapsed: 0 s shouldNotToggleColumnReorderEndCommandCoordinateToRightEdgeOnFirstColumn Time elapsed: 0 s shouldToggleMultiColumnReorderCommandCoordinateToRightEdge Time elapsed: 0.001 s shouldToggleColumnReorderEndCommandCoordinateToLeftEdge Time elapsed: 0 s shouldToggleColumnReorderCommandCoordinateToLeftEdge Time elapsed: 0 s shouldNotToggleColumnReorderEndCommandCoordinateToLeftEdgeOnLastColumn Time elapsed: 0 s shouldToggleColumnReorderEndCommandCoordinateToRightEdge Time elapsed: 0 s shouldToggleColumnReorderCommandCoordinateToRightEdge Time elapsed: 0 s shouldNotToggleColumnReorderCommandCoordinateToRightEdgeOnFirstColumn Time elapsed: 0 s shouldNotToggleMultiColumnReorderCommandCoordinateToLeftEdgeOnLastColumn Time elapsed: 0 s shouldNotToggleColumnReorderCommandCoordinateToLeftEdgeOnLastColumn Time elapsed: 0.001 s shouldTestIsBetweenTwoGroups Time elapsed: 0.009 s shouldTestIsReorderValidWithUnbreakableFromNonGroupedRight Time elapsed: 0.012 s shouldTestIsReorderValidWithUnbreakableFromNonGroupedLeft Time elapsed: 0.013 s shouldTestIsBetweenTwoGroupsOnLevel Time elapsed: 0.006 s shouldTestInSameGroup Time elapsed: 0.007 s shouldTestIsReorderValidWithoutUnbreakable Time elapsed: 0.016 s shouldTestIsGroupReordered Time elapsed: 0.006 s shouldTestIsReorderValidFromUnbreakable Time elapsed: 0.006 s shouldSelectRowInScrolledState Time elapsed: 0.009 s shouldMoveAnchorOnDeselectWithCtrl Time elapsed: 0.007 s shouldSelectAllCellsInGroup Time elapsed: 0.006 s shouldSelectAllCellsInGroupWithCtrl Time elapsed: 0.006 s shouldSelectInColumnScrolledState Time elapsed: 0.006 s shouldSelectAllCellsInGroupsDownWithShiftInScrolledState Time elapsed: 0.006 s shouldDeselectAndSelectAllCellsInGroup Time elapsed: 0.007 s shouldSelectAllCellsInGroupsToRightWithShift Time elapsed: 0.007 s shouldSelectAllCellsInGroupsToLeftWithShift Time elapsed: 0.006 s shouldMoveAnchorOnDeselectWithCtrlWithPreserve Time elapsed: 0.009 s shouldNotInsertIntoAnUnbreakableGroup Time elapsed: 0 s testCollapseableColumnGroups Time elapsed: 0 s getStaticColumnIndexesInGroup Time elapsed: 0 s sizeOfStaticColumns Time elapsed: 0.001 s expand Time elapsed: 0 s sizeOfGroup Time elapsed: 0 s isCollapsedByName Time elapsed: 0 s shouldFailWhenTryingToInsertSameColumnTwice Time elapsed: 0 s shouldFindColumnGroupPositionForColumnIndex Time elapsed: 0 s collapse Time elapsed: 0 s getCollapsedColumnCount Time elapsed: 0 s noColumnGroup Time elapsed: 0 s getColumnIndexesInGroup Time elapsed: 0.001 s isPartOfAGroup Time elapsed: 0 s shouldNotRemoveFromAnUnbreakableGroup Time elapsed: 0 s markAsUnbreakable Time elapsed: 0 s toggleColumnGroup Time elapsed: 0.001 s getAllIndexesInGroups Time elapsed: 0 s getColumnGroupForIndex Time elapsed: 0 s shouldInsertAColumnIndexToAGroup Time elapsed: 0 s removeColumnFromGroup Time elapsed: 0 s testSaveStateWithStatics Time elapsed: 0.001 s testSaveState Time elapsed: 0 s testLoadStateWithStatics Time elapsed: 0 s testSaveAndLoadStateWithStatics Time elapsed: 0.001 s testLoadState Time elapsed: 0 s getRowHeightWhenNoColumnGroupsPresent Time elapsed: 0.019 s testColumnWidthByPosition Time elapsed: 0.007 s testConfigLabelsWithAccumulator Time elapsed: 0.01 s getRowHeightByPosition Time elapsed: 0.008 s getDataValueByPosition Time elapsed: 0.006 s testConfigLabels Time elapsed: 0.007 s getCellForACellNotInAColumnGroup Time elapsed: 0.007 s getCellSpan Time elapsed: 0.008 s getCellSpanWhenRowsInGroupAreHidden Time elapsed: 0.026 s collapsedRowGroupShouldNotBeSpanned Time elapsed: 0.009 s shouldGetSameCellForACellInSameRowGroup Time elapsed: 0.009 s shouldMoveAnchorOnDeselectWithCtrl Time elapsed: 0.016 s shouldSelectAllCellsInGroup Time elapsed: 0.008 s shouldSelectColumnInScrolledState Time elapsed: 0.008 s shouldSelectAllCellsInGroupWithCtrl Time elapsed: 0.008 s shouldSelectInRowScrolledState Time elapsed: 0.008 s shouldDeselectAndSelectAllCellsInGroup Time elapsed: 0.008 s shouldSelectAllCellsInGroupsToRightWithShiftInScrolledState Time elapsed: 0.02 s shouldSelectAllCellsInGroupsToRightWithShift Time elapsed: 0.01 s shouldSelectAllCellsInGroupsToLeftWithShift Time elapsed: 0.008 s shouldMoveAnchorOnDeselectWithCtrlWithPreserve Time elapsed: 0.01 s shouldMoveInAndOutGroupsByOneStepUp Time elapsed: 0.008 s shouldRemoveFromAGroupWhileReorderingMultipleColumns Time elapsed: 0 s shouldReorderEntireColumnGroup Time elapsed: 0.001 s shouldAddToAGroupWhileReorderingMultipleColumns Time elapsed: 0 s shouldNotAllowRemovalFromAColumnGroupDuringMultiColumnReorder Time elapsed: 0.001 s adjacentColumnGroups Time elapsed: 0 s shouldRemoveFromOneGroupAndAddToAnother Time elapsed: 0 s shouldDragRightAndRemoveColumnFromGroup Time elapsed: 0 s shouldNotMoveColumnBetweenGroupsIfEitherGroupIsUnbreakable Time elapsed: 0 s shouldMoveInAndOutGroupsByOneStepDown Time elapsed: 0 s shouldDragRightAndNotRemoveFromAnUnbreakableGroup Time elapsed: 0 s handleReorderColumnsAndGroupsCommand Time elapsed: 0.001 s shouldLeaveModelUnchangedOnDragLeftWithinSameGroup Time elapsed: 0 s reorderMultipleColums Time elapsed: 0 s shouldNotAllowMultiReorderIntoAnUnbreakableGroup Time elapsed: 0.001 s shouldDragLeftAndMoveColumnIntoGroup Time elapsed: 0.001 s shouldLeaveModelUnchangedOnDragRightWithinSameGroup Time elapsed: 0 s shouldDragFirstCellRightAndAddColumnToGroup Time elapsed: 0 s shouldDragRightAndKeepColumnInGroup Time elapsed: 0 s shouldReorderEntireColumnGroupAndAddAColumnToCollapsedGroup Time elapsed: 0 s shouldDragRightAndAddColumnToGroup Time elapsed: 0 s shouldDragLeftAndRemoveColumnFromGroup Time elapsed: 0 s shouldReorderToConsecutive Time elapsed: 0 s shouldUngroupMiddleSelectedColumns Time elapsed: 0.012 s shouldRemoveAllColumnsInGroup Time elapsed: 0.008 s shouldNotUngroupColumnsInUnbreakableGroups Time elapsed: 0.008 s shouldAddLeftColumnToExistingGroup Time elapsed: 0.007 s shouldUngroupFirstSelectedColumn Time elapsed: 0.022 s shouldAddRightColumnToExistingGroup Time elapsed: 0.009 s shouldUngroupFirstAndLastSelectedColumn Time elapsed: 0.008 s shouldCreateColumnGroupAfterReordering Time elapsed: 0.008 s shouldCreateColumnGroupFromSelectedColumns Time elapsed: 0.008 s shouldReorderToConsecutive Time elapsed: 0.007 s getCellSpanWhenColumnsInGroupAreHidden Time elapsed: 0.008 s aCollapsedColumnGroupShouldNotBeSpanned Time elapsed: 0.007 s getColumnWidthByPositionForAColumnOutsideTheViewport Time elapsed: 0.04 s getColumnWidthByPosition Time elapsed: 0.009 s getCellForACellInAColumnGroup Time elapsed: 0.008 s testConfigLabelsWithAccumulator Time elapsed: 0.012 s getDataValueByPosition Time elapsed: 0.008 s getColumnWidthWhenNoColumnGroupsPresent Time elapsed: 0.007 s testConfigLabels Time elapsed: 0.006 s getCellForACellNotInAColumnGroup Time elapsed: 0.006 s testRowHeightByPosition Time elapsed: 0.044 s getCellSpan Time elapsed: 0.007 s getRowCountWhenColumnsAddedToTheGroup Time elapsed: 0.001 s hideColumnsAndReorder Time elapsed: 0.007 s resizeAColumnAndReorderIt Time elapsed: 0.007 s resizeAColumnAndHideIt Time elapsed: 0.006 s isLeftEdgeOfAColumnGroup Time elapsed: 0.011 s isRightEdgeOfAColumnGroup Time elapsed: 0.009 s testSingleCellIntegerValueDragUp Time elapsed: 0.03 s testMultiCellSameDiffDateYearValueDragDown Time elapsed: 0.016 s testSingleCellFloatValueDragDown Time elapsed: 0.003 s testMultiCellSameDiffLongValueDragRight Time elapsed: 0.003 s testMultiCellSameDiffIntegerValueDragUp Time elapsed: 0.002 s testBigIntegerNullCellValueDragDown Time elapsed: 0.002 s testSingleCellDoubleValueDragDown Time elapsed: 0.002 s testMultiCellSameDiffDateValueDragRight Time elapsed: 0.002 s testMultiCellSameDiffFloatValueDragRight Time elapsed: 0.003 s testMultiCellSameDiffByteValueDragRight Time elapsed: 0.003 s testMultiCellSameDiffFloatValueDragDown Time elapsed: 0.002 s testByteNullCellValueDragDown Time elapsed: 0.002 s testMultiCellSameDiffDateValueDragDown Time elapsed: 0.002 s testSingleCellLongValueDragDown Time elapsed: 0.002 s testSingleCellByteValueDragDown Time elapsed: 0.002 s testShortNullCellValueDragDown Time elapsed: 0.004 s testMultiCellSameDiffIntegerValueDragRight Time elapsed: 0.002 s testSingleCellIntegerValueDragDown Time elapsed: 0.002 s testSingleCellIntegerValueDragLeft Time elapsed: 0.004 s testFloatNullCellValueDragDown Time elapsed: 0.003 s testMultiCellSameDiffDoubleValueDragDown Time elapsed: 0.003 s testMultiCellSameDiffDoubleValueDragRight Time elapsed: 0.002 s testMultiCellSameDiffBigIntegerValueDragRight Time elapsed: 0.027 s testMultiCellSameDiffShortValueDragRight Time elapsed: 0.005 s testMultiCellSameDiffBigIntegerValueDragDown Time elapsed: 0.002 s testDateNullCellValueDragDown Time elapsed: 0.003 s testMultiCellIntegerValueDragRight Time elapsed: 0.003 s testSingleCellBigIntegerValueDragDown Time elapsed: 0.001 s testMultiCellSameDiffBigDecimalValueDragDown Time elapsed: 0.002 s testSingleCellBigDecimalValueDragDown Time elapsed: 0.002 s testMultiCellDifferentIntegerValueDragDown Time elapsed: 0.018 s testDoubleNullCellValueDragDown Time elapsed: 0.002 s testSingleCellDateValueDragDown Time elapsed: 0.002 s testMultiCellSameDiffLongValueDragDown Time elapsed: 0.002 s testMultiCellSameDiffByteValueDragDown Time elapsed: 0.002 s testMultiCellSameDiffBigDecimalValueDragRight Time elapsed: 0.002 s testMultiCellDifferentTypesDragRight Time elapsed: 0.002 s testMultiCellDifferentTypesDragDown Time elapsed: 0.002 s testSingleCellShortValueDragDown Time elapsed: 0.002 s testSingleCellIntegerValueDragRight Time elapsed: 0.002 s testSingleCellDateValueDragUp Time elapsed: 0.003 s testLongNullCellValueDragDown Time elapsed: 0.001 s testIntegerNullCellValueDragDown Time elapsed: 0.002 s testMultiCellSameDiffShortValueDragDown Time elapsed: 0.002 s testMultiCellIntegerValueDragDown Time elapsed: 0.003 s testBigDecimalNullCellValueDragDown Time elapsed: 0.005 s testMultiCellSameDiffIntegerValueDragDown Time elapsed: 0.003 s testMultiCellSameDiffIntegerValueDragLeft Time elapsed: 0.031 s testMultiCellDragOneRight Time elapsed: 0.004 s testMultiHorizontalCellDragRight Time elapsed: 0.001 s testSingleCellDragMultiUp Time elapsed: 0.005 s testSingleCellDragMultipleDown Time elapsed: 0.002 s testSingleCellDragOneUp Time elapsed: 0.003 s testSingleCellDragDownLeft Time elapsed: 0.002 s testMultiHorizontalCellDragUp Time elapsed: 0.002 s testSingleCellDragDownRight Time elapsed: 0.002 s testSingleCellDragUpLeft Time elapsed: 0.002 s testSingleCellDragOneRight Time elapsed: 0.002 s testSingleCellDragOneDown Time elapsed: 0.002 s testSingleCellDragOneLeft Time elapsed: 0.003 s testSingleCellDragOneUpRight Time elapsed: 0.003 s testMultiCellDragThreeUp Time elapsed: 0.003 s testMultiCellDragOneDown Time elapsed: 0.002 s testMultiCellDragOneLeft Time elapsed: 0.004 s testMultiCellDragThreeRight Time elapsed: 0.002 s testMultiVerticalCellDragDown Time elapsed: 0.003 s testMultiVerticalCellDragLeft Time elapsed: 0.002 s testMultiHorizontalCellDragDown Time elapsed: 0.002 s testMultiHorizontalCellDragLeft Time elapsed: 0.003 s testMultiVerticalCellDragUp Time elapsed: 0.003 s testSingleCellDragMultiLeft Time elapsed: 0.002 s testMultiCellDragOneUp Time elapsed: 0.002 s testSingleCellDragMultiRight Time elapsed: 0.002 s testMultiCellDragThreeDown Time elapsed: 0.003 s testMultiCellDragThreeLeft Time elapsed: 0.003 s testMultiVerticalCellDragRight Time elapsed: 0.003 s shouldSearchAllBodyCellsForColumnInSelection Time elapsed: 0.007 s shouldAccessCellsInSelectedColumn Time elapsed: 0 s shouldAccessWhatIsInSelection Time elapsed: 0.014 s shouldSearchSelectionBackwards Time elapsed: 0.01 s shouldOnlySearchWhatIsSelected Time elapsed: 0.009 s shouldNotWrap Time elapsed: 0.007 s shouldAccessCellInSelectedRow Time elapsed: 0.002 s shouldSearchAllBodyCellsForRowInSelection Time elapsed: 0.001 s shouldFindAllCellsWithValue Time elapsed: 0.02 s searchShouldMoveBackwardsToFindCell Time elapsed: 0.03 s searchShouldWrapAroundColumn Time elapsed: 0.015 s searchShouldHandleSpannedCellsForward Time elapsed: 0.018 s searchShouldWrapAroundRow Time elapsed: 0.022 s searchShouldNotFindWithSkipSearchLabel Time elapsed: 0.034 s searchShouldHandleSpannedCellsBackwards Time elapsed: 0.016 s shouldFindRegexInGrid Time elapsed: 0.014 s shouldFindTextInGridNonIncrementally Time elapsed: 0.012 s shouldFindTextInGridAfterWrapping Time elapsed: 0.008 s shouldFindTextInGridIncrementally Time elapsed: 0.007 s shouldFindTextInGrid Time elapsed: 0.007 s shouldFindRegexInRowFirst Time elapsed: 0.006 s shouldNotFindInGridForBadRegex Time elapsed: 0.006 s shouldNotFindTextInGridWithoutWrapping Time elapsed: 0.019 s shouldFindTextInSelectionWithoutWrap Time elapsed: 0.009 s shouldFindRegexInColumnFirst Time elapsed: 0.008 s shouldFindTextInSelectionWithWrap Time elapsed: 0.008 s shouldFindWholeWordInGrid Time elapsed: 0.008 s shouldNotFindWholeWordInGrid Time elapsed: 0.009 s shouldParseMixedNativeFunction Time elapsed: 0.011 s shouldParseNativeDifferenceFunctionString Time elapsed: 0.009 s shouldEvaluateSqrt Time elapsed: 0.025 s shouldThrowExceptionOnMissingOperator Time elapsed: 0.001 s shouldMatchFunctionRegex Time elapsed: 0 s shouldMatchDigiRegex Time elapsed: 0 s shouldProcessMultipleFunctions Time elapsed: 0.001 s shouldParseComplexNativeFunctionString Time elapsed: 0.003 s shouldParseNativeSumAndSubtractionFunctionString Time elapsed: 0.002 s shouldNoticeSimpleCycleReference Time elapsed: 0 s shouldEvaluateReferences Time elapsed: 0.003 s shouldNotMatchReferenceRangeRegex Time elapsed: 0 s shouldNoticeCycleReferenceWithRange Time elapsed: 0.002 s shouldThrowExceptionOnUnopenedParenthesis Time elapsed: 0.001 s shouldNotMatchRowRangeRegex Time elapsed: 0 s shouldParseMultipleFunction Time elapsed: 0.001 s shouldThrowExceptionOnUnclosedNestedParanthesis Time elapsed: 0 s shouldNotMatchRangeRegex Time elapsed: 0 s shouldParseFunction Time elapsed: 0.002 s shouldThrowExceptionOnWrongArgumentsMod Time elapsed: 0.001 s shouldMatchPlaceholderRegex Time elapsed: 0 s shouldProcessPowerFirst Time elapsed: 0.002 s shouldParseNativeSumFunctionString Time elapsed: 0.001 s shouldMatchRowRangeRegex Time elapsed: 0 s shouldMatchReferenceRangeRegex Time elapsed: 0 s shouldThrowExceptionOnUnopenedNestedParenthesis Time elapsed: 0.001 s shouldEvaluateColumnRange Time elapsed: 0.017 s shouldEvaluateReference Time elapsed: 0.001 s shouldThrowExceptionOnUnopenedTwoParenthesis Time elapsed: 0 s shouldConvertIndexToColumnString Time elapsed: 0.001 s shouldMatchColumnRangeRegex Time elapsed: 0 s shouldEvaluateReferenceRange Time elapsed: 0.005 s shouldParseNativeSubtractFunctionString Time elapsed: 0.001 s shouldEvaluateRowRange Time elapsed: 0.012 s shouldThrowExceptionOnUnsupportedTypes Time elapsed: 0.033 s shouldEvaluateMultiReferences Time elapsed: 0.002 s shouldMatchRangeRegex Time elapsed: 0 s shouldThrowExceptionOnUnclosedTwoParenthesis Time elapsed: 0.001 s shouldThrowExceptionOnNotClosingFunction Time elapsed: 0 s shouldNotMatchColumnRangeRegex Time elapsed: 0 s shouldReplaceNestedParenthesis Time elapsed: 0.002 s shouldMatchReferenceRegex Time elapsed: 0 s shouldParseNestedFunctions Time elapsed: 0.002 s shouldEvaluateEmptyReferences Time elapsed: 0 s shouldNoticeCycleReference Time elapsed: 0 s shouldUpdateReferences Time elapsed: 0 s shouldReplaceOneParenthesis Time elapsed: 0.001 s shouldThrowExceptionOnUnsupportedTypesInRange Time elapsed: 0 s shouldEvaluateMod Time elapsed: 0.001 s shouldThrowExceptionOnUnclosedParenthesis Time elapsed: 0 s shouldMatchLocalizedDigitRegex Time elapsed: 0 s shouldNotMatchReferenceRegex Time elapsed: 0 s shouldReplaceTwoParenthesis Time elapsed: 0.002 s shouldMatchOperatorRegex Time elapsed: 0 s shouldThrowExceptionOnNegativeSqrt Time elapsed: 0 s shouldThrowExceptionOnSelfReference Time elapsed: 0 s shouldParseNativeSumWithDecimals Time elapsed: 0 s shouldProcessFunction Time elapsed: 0.002 s shouldProcessNestedFunctions Time elapsed: 0.001 s shouldParseNativeProductFunctionString Time elapsed: 0.029 s shouldEvaluateDecimalCalculation Time elapsed: 0.001 s shouldEvaluateInteger Time elapsed: 0.001 s shouldParseNativePowerFunction Time elapsed: 0 s shouldConvertToNativeFormulaResult Time elapsed: 0.001 s shouldConvertFormulaResultLocalized Time elapsed: 0.001 s shouldConvertFormulaResult Time elapsed: 0.001 s testResultCachingDisabled Time elapsed: 0.075 s testDisableFormulaResolution Time elapsed: 0.053 s testCacheUpdate Time elapsed: 0.104 s testResultCaching Time elapsed: 0.052 s shouldDivideMultipleValues Time elapsed: 0 s shouldDivideTwoValues Time elapsed: 0 s shouldPowerTwoValues Time elapsed: 0 s shouldSumMultipleSumFunctions Time elapsed: 0 s shouldNegateTwoValues Time elapsed: 0 s shouldMultiplyMultipleValues Time elapsed: 0.001 s shouldDivideEmptyValues Time elapsed: 0 s shouldAvgTwoValues Time elapsed: 0 s shouldMultiplyEmptyValues Time elapsed: 0 s shouldNegateEmptyValues Time elapsed: 0 s shouldDivideNonTerminating Time elapsed: 0 s shouldAvgEmptyValues Time elapsed: 0 s shouldDivideSingleValue Time elapsed: 0 s shouldMultiplySingleValue Time elapsed: 0 s shouldPowerEmptyValues Time elapsed: 0 s shouldAvgNonTerminal Time elapsed: 0.001 s shouldSumEmptyValues Time elapsed: 0 s shouldCalculateNestedFunctions Time elapsed: 0 s shouldPowerMultipleValues Time elapsed: 0 s shouldNegateSingleValue Time elapsed: 0 s shouldThrowExceptionOnDivisionByZero Time elapsed: 0.001 s shouldAvgSingleValue Time elapsed: 0 s shouldSumMultipleValues Time elapsed: 0 s shouldPowerSingleValue Time elapsed: 0 s shouldMultiplyTwoValues Time elapsed: 0 s shouldSumTwoValues Time elapsed: 0 s shouldSumSingleValue Time elapsed: 0 s shouldAvgMultipleValues Time elapsed: 0 s testFullFunctionCellDragDown Time elapsed: 0.015 s testSingleCellSeriesStringDragOneDown Time elapsed: 0.004 s testSingleNumberCellDragDown Time elapsed: 0.003 s testSingleCellDragOneDown Time elapsed: 0.003 s testFunctionCellDragDown Time elapsed: 0.005 s testMultiNumberCellDragDown Time elapsed: 0.003 s shouldReturnEvaluatedFormula Time elapsed: 0 s shouldHandleNumberValueTypes Time elapsed: 0.002 s shouldReturnNativeFormula Time elapsed: 0 s shouldReturnNativeFormulaIfDisabled Time elapsed: 0 s shouldNotAddLabelsTwiceToLabelStack Time elapsed: 0 s shouldMoveLabelToTop Time elapsed: 0 s shouldAddLabelOnTopToLabelStack Time elapsed: 0 s shouldCorrectlyAddLabelsToLabelStack Time elapsed: 0.001 s shouldRemoveLabel Time elapsed: 0 s shouldCorrectlyInitializeLabelStack Time elapsed: 0 s sizeOverride Time elapsed: 0 s testAggregateSizeWithScaling Time elapsed: 0.001 s testAggregateSizeCache Time elapsed: 0 s testReset Time elapsed: 0 s testAggregateSize Time elapsed: 0 s allIndexesSameSize Time elapsed: 0.001 s getAggregateSize Time elapsed: 0 s setIndexResizable Time elapsed: 0 s ingnoreResizeForNonResizableColumns Time elapsed: 0 s testAggregateSizeWithPositionDefaults Time elapsed: 0 s getAggregateSizeWithSizeOverrides Time elapsed: 0.001 s handleUpdateDataCommandRaisesEvents Time elapsed: 0 s handleUpdateDataCommand Time elapsed: 0.001 s handleSameUpdateDataCommandRaisesNoEvents Time elapsed: 0 s getCellBounds Time elapsed: 0.002 s getDataValueForPositionNotInTheViewport Time elapsed: 0 s getColumnCount Time elapsed: 0 s getColumnPositionByX Time elapsed: 0.001 s getCellByPosition Time elapsed: 0.001 s getColumnWidthByPosition Time elapsed: 0 s getBoundsByPosition Time elapsed: 0 s getStartXOfColumnPosition Time elapsed: 0 s getRowPositionByY Time elapsed: 0 s cellBoundsForNonExistentCellPosition Time elapsed: 0 s childLayerInfoByPixelPosition Time elapsed: 0 s getRowHeightByPosition Time elapsed: 0 s testChildLayerInfoForViewportByLayout Time elapsed: 0 s testingChildLayerInfoForCornerByLayout Time elapsed: 0 s getDataValueByPosition Time elapsed: 0.001 s getHeight Time elapsed: 0.001 s isColumnPositionResizable Time elapsed: 0 s getColumnIndexByPosition Time elapsed: 0.001 s isRowPositionResizable Time elapsed: 0 s getRowIndexByPosition Time elapsed: 0 s getUnderlyingLayersByColumnPosition Time elapsed: 0 s getStartYOfRowPosition Time elapsed: 0 s getChildLayerByLayoutPosition Time elapsed: 0 s getWidth Time elapsed: 0 s getRowCount Time elapsed: 0.001 s testSaveEnhancedPercentageSizingState Time elapsed: 0.001 s testResetStatesOnLoad Time elapsed: 0.001 s loadStateFromEmptyPropertiesObject Time elapsed: 0 s testLoadEnhancedPercentageSizingState Time elapsed: 0 s testSaveEnhancedPercentageSizingWithMinSizeState Time elapsed: 0.001 s testLoadEnhancedPercentageSizingWithMinSizeState Time elapsed: 0 s testSaveState Time elapsed: 0.001 s testLoadStatePercentageSizing Time elapsed: 0 s testResetStatesOnReset Time elapsed: 0 s testLoadState Time elapsed: 0.001 s testLoadLabelsFromProperties Time elapsed: 0.001 s testRegisterOverridesCollection Time elapsed: 0 s testRegisterOverrides Time elapsed: 0 s testRegisterOverridesCollectionOnTop Time elapsed: 0 s testLoadMixedLabelsFromProperties Time elapsed: 0 s testMixedSaveStateToProperties Time elapsed: 0 s testRegisterOverridesEllipse Time elapsed: 0.001 s testSaveStateToProperties Time elapsed: 0 s testRegisterOverridesEllipseOnTop Time elapsed: 0 s testRegisterOverridesOnTop Time elapsed: 0 s testProvidedGridLabelsRowGroupHeader Time elapsed: 0.001 s testProvidedGridLabelsSortHeader Time elapsed: 0.018 s testAggregateConfigLabelAccumulator Time elapsed: 0.002 s testColumnLabelAccumulator Time elapsed: 0 s testTreeLabels Time elapsed: 0.035 s testProvidedGridLabelsColumnGroupHeader Time elapsed: 0 s testClassNameConfigLabelAccumulator Time elapsed: 0 s testRowOverrideLabelAccumulator Time elapsed: 0.002 s testBodyOverrideConfigLabelAccumulator Time elapsed: 0.001 s testProvidedGridLabelsFilterHeader Time elapsed: 0.013 s testCellOverrideLabelAccumulator Time elapsed: 0.002 s testSummaryRowLabels Time elapsed: 0.001 s testSimpleConfigLabelAccumulator Time elapsed: 0.001 s testProvidedGridLabels Time elapsed: 0.001 s testLayerAccumulatorIntegrationLabels Time elapsed: 0 s testColumnOverrideLabelAccumulator Time elapsed: 0 s testSelectionLabels Time elapsed: 0.001 s testProvidedRegionLabels Time elapsed: 0.008 s testIdentityLayerTransform Time elapsed: 0.002 s shouldIncreaseDynamicPercentageColumnHalfOfAdjacent Time elapsed: 0.003 s shouldIncreaseColumn9WithMinWidthSmallAmount Time elapsed: 0.002 s shouldDecreaseColumn8WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldIncreaseColumn8WithNoDynamicBigAmount Time elapsed: 0.001 s shouldIncreaseColumn7WithMinWidthSmallAmount Time elapsed: 0.001 s shouldIncreaseColumn5WithMinWidthSmallAmount Time elapsed: 0.001 s shouldIncreaseColumn3WithMinWidthSmallAmount Time elapsed: 0.001 s shouldIncreaseColumn5WithNoDynamicBigAmount1 Time elapsed: 0.001 s shouldIncreaseColumn4WithNoDynamicBigAmount1 Time elapsed: 0.001 s shouldDecreaseColumn10WithNoDynamicSmallAmount Time elapsed: 0.004 s shouldIncreaseColumn10WithNoDynamicBigAmount Time elapsed: 0.001 s shouldIncreaseColumn3WithMinWidthBigAmount Time elapsed: 0.001 s shouldIncreaseColumn5WithMinWidthBigAmount Time elapsed: 0 s shouldIncreaseColumn2WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldIncreaseColumn2WithNoDynamicBigAmount Time elapsed: 0.001 s shouldIncreaseColumn4WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldIncreaseColumn7WithMinWidthBigAmount Time elapsed: 0.001 s shouldIncreaseColumn9WithNoDynamicBigAmount Time elapsed: 0.033 s shouldDecreaseColumn3WithMinWidthBigAmount Time elapsed: 0.001 s shouldIncreaseColumn9WithMinWidthBigAmount Time elapsed: 0.001 s shouldIncreaseColumn8WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldDecreaseColumn5WithMinWidthBigAmount Time elapsed: 0.001 s shouldIncreaseColumn11WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldDecreaseColumn9WithMinWidthSmallAmount Time elapsed: 0.001 s shouldDecreaseColumn7WithMinWidthBigAmount Time elapsed: 0.001 s shouldDecreaseColumn3WithNoDynamicSmallAmount Time elapsed: 0 s shouldIncreaseColumn11WithNoDynamicBigAmount Time elapsed: 0.001 s shouldDecreaseColumn7WithMinWidthSmallAmount Time elapsed: 0.001 s shouldDecreaseColumn5WithNoDynamicSmallAmount Time elapsed: 0 s shouldDecreaseColumn9WithMinWidthBigAmount Time elapsed: 0.001 s shouldDecreaseColumn5WithMinWidthSmallAmount Time elapsed: 0 s shouldDecreaseColumn3WithMinWidthSmallAmount Time elapsed: 0 s shouldDecreaseColumn5WithNoDynamicBigAmount1 Time elapsed: 0.001 s shouldDecreaseColumn4WithNoDynamicBigAmount1 Time elapsed: 0 s shouldDecreaseColumn4WithNoDynamicBigAmount2 Time elapsed: 0.001 s shouldDecreaseColumn4WithNoDynamicBigAmount3 Time elapsed: 0.001 s shouldDecreaseColumn9WithNoDynamicSmallAmount Time elapsed: 0 s shouldIncreaseFixedPercentageColumnAndHandleMinSizeOfAdjacent Time elapsed: 0 s shouldDecreaseColumn8WithNoDynamicBigAmount Time elapsed: 0.001 s shouldDecreaseColumn10WithNoDynamicBigAmount Time elapsed: 0.001 s shouldIncreaseColumn3WithNoDynamicBigAmount Time elapsed: 0 s shouldDecreaseDynamicPercentageColumnSmallAmount Time elapsed: 0.001 s shouldDecreaseColumn11WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldIncreaseDynamicPercentageColumnSmallAmount Time elapsed: 0 s shouldIncreaseColumn3WithNoDynamicSmallAmount Time elapsed: 0 s shouldIncreaseColumn5WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldDecreaseColumn9WithNoDynamicBigAmount Time elapsed: 0.001 s shouldDecreaseColumn11WithNoDynamicBigAmount Time elapsed: 0.001 s shouldIncreaseColumn9WithNoDynamicSmallAmount Time elapsed: 0 s shouldIncreaseColumn10WithNoDynamicSmallAmount Time elapsed: 0 s shouldDecreaseColumn2WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldDecreaseColumn4WithNoDynamicSmallAmount Time elapsed: 0.001 s shouldScaleWithDPI120 Time elapsed: 0 s shouldScaleWithDPI144 Time elapsed: 0 s shouldNotScaleWithDPI96 Time elapsed: 0 s testFireClonedEventIfMultipleListeners Time elapsed: 0 s commandHandlerRegistration Time elapsed: 0.001 s persistablesAreSaved Time elapsed: 0.001 s testFireOriginalEventIfOnlyOneListener Time elapsed: 0.001 s getSizeMixedPercentageModeAfterAddingTooMuch Time elapsed: 0.002 s setSizeMixedScaled Time elapsed: 0.002 s shouldUpdateMinSizeOnResizeWithNoFixedPercentage Time elapsed: 0.001 s shouldUpdateMinSizeOnResizeWithNoFixedPercentageNoFixPercentageValues Time elapsed: 0 s setSizeMixed2 Time elapsed: 0.001 s mixedConfigurationShouldBeCorrectlyCalculatedWithGeneralPercentage Time elapsed: 0 s getAggregateSizeFixedModeSizeChangeCacheCheck Time elapsed: 0 s remainingSpaceShouldBeDistributedOnFixedPercentageColumns2 Time elapsed: 0 s lastColumnTakesRemaining Time elapsed: 0 s percentageOverrideCalculationMode Time elapsed: 0.001 s shouldInitiallySetSizeAsPercentageAfter Time elapsed: 0.002 s mixedConfigurationShouldBeCorrectlyCalculatedWithoutGeneralPercentage Time elapsed: 0.001 s sizeOverrideFixedMode Time elapsed: 0 s mixedPercentageSizeWithMinSize_oneFixedPercentageWithMinSize Time elapsed: 0.001 s shouldUpdateMinSizeOnResize Time elapsed: 0.001 s sizeOverrideMixedMode Time elapsed: 0.001 s singleMinSizeRespectedWithFixedPercentageSizeDifferentRatio Time elapsed: 0.001 s getAggregateSizeMixedModeSizeChangeCacheCheck Time elapsed: 0 s getAggregateSizeFixedModeSpaceChangeCacheCheck Time elapsed: 0 s getSizeConfigFixedMode Time elapsed: 0 s getAggregateSizeMixedModeSpaceChangeCacheCheck Time elapsed: 0 s getSizeMixedMixedModeAfterAddingTooMuch Time elapsed: 0.001 s getAggregateSizeCalculationMode Time elapsed: 0 s mixedPercentageSizeWithMinSize_twoFixedPercentage Time elapsed: 0.001 s getSizeConfigMixedMode Time elapsed: 0 s getAggregateSizeFixedModeAfterAdding Time elapsed: 0.001 s getAggregateSizeFixedModeAfterAddingTooMuch Time elapsed: 0 s getSizeFixedModeAfterAddingTooMuch Time elapsed: 0 s defaultMinSizeRespected Time elapsed: 0.001 s shouldKeepConsistentPercentagesOnExceedingSpace Time elapsed: 0 s shouldNotExceedSpaceOnScaling2 Time elapsed: 0.001 s setSizeCalculation Time elapsed: 0 s getAggregateSizeCalculationModeSizeChangeCacheCheck Time elapsed: 0 s setSizeMixedPercentage Time elapsed: 0 s setSizeMixedScaled2 Time elapsed: 0 s getAggregateSizeWithSizeOverridesFixedMode Time elapsed: 0 s getAggregateSizeCalculationModeSpaceChangeCacheCheck Time elapsed: 0 s defaultMinSizeRespectedWithFixedPercentageSize Time elapsed: 0.001 s setSizeCalculationWithoutFixPercentageValues Time elapsed: 0 s getAggregateSizeWithSizeOverridesMixedMode Time elapsed: 0 s getAggregateMixedModeSizeChangeCacheCheck Time elapsed: 0.001 s getSizeFixedModeAfterAddingWithNoSize Time elapsed: 0 s sizeOverrideCalculationModeLeft Time elapsed: 0 s getSizeFixedModeAfterAdding Time elapsed: 0.001 s getSizeMixedModeAfterAddingExactly100 Time elapsed: 0 s getAggregateMixedModeSpaceChangeCacheCheck Time elapsed: 0.001 s sizeOverrideCalculationMode Time elapsed: 0 s shouldInitiallySetSizeAsPercentage Time elapsed: 0 s getAggregateSizeMixedModeAfterAdding Time elapsed: 0.001 s singleMinSizeRespected Time elapsed: 0 s getAggregateSizeConfigMixedPercentageMode Time elapsed: 0 s getSizeMixedPercentageModeAfterAdding Time elapsed: 0 s getAggregateSizeWithSizeOverridesCalculationMode Time elapsed: 0 s sizeOverrideCalculationModeWithoutFixDynamicPercentages Time elapsed: 0 s getSizeConfigMixedPercentageMode Time elapsed: 0 s getSizeMixedPercentageModeAfterAddingExactly100 Time elapsed: 0.001 s getAggregateSizeConfigFixedMode Time elapsed: 0 s getAggregateSizeConfigMixedMode Time elapsed: 0 s shouldNotExceedSpaceOnScaling Time elapsed: 0 s mixedPercentageSizeWithMinSize_multiFixedPercentage Time elapsed: 0 s mixedPercentageSizeWithMinSize_twoFixedPercentage_not100percent Time elapsed: 0 s percentageOverrideFixedMode Time elapsed: 0.001 s remainingSpaceShouldBeDistributedOnFixedPercentageColumns Time elapsed: 0 s getSizeMixedModeAfterAddingTooMuch Time elapsed: 0.001 s setSizeFixed Time elapsed: 0 s setSizeMixed Time elapsed: 0 s percentageOverrideMixedMode Time elapsed: 0 s singleMinSizeRespectedWithFixedPercentageSize Time elapsed: 0 s shouldResizeCorrectlyAfterResizeOfFixedPosition Time elapsed: 0.001 s getAggregateSizeCalculationModeAfterAdding Time elapsed: 0 s getSizeMixedModeAfterAdding Time elapsed: 0 s testFindColumnPositionAtEnd Time elapsed: 0 s testFindWeirdRowPosition2 Time elapsed: 0.001 s testFindColumnPosition0 Time elapsed: 0 s testFindWeirdColumnPosition2 Time elapsed: 0 s testFindRowPositionAtEnd Time elapsed: 0 s testFindWeirdRowPosition Time elapsed: 0.001 s testFindRowPositionOffEnd Time elapsed: 0 s testFindColumnPositionOffEnd Time elapsed: 0 s testFindRowPosition0 Time elapsed: 0 s testFindWeirdColumnPosition Time elapsed: 0 s testSaveState Time elapsed: 0 s testLoadState Time elapsed: 0.001 s testColumnPositionByIndex Time elapsed: 0 s testStartXOfColumnPositionAfterModify Time elapsed: 0 s testRowsResizableByDefault Time elapsed: 0 s testRowPositionByY Time elapsed: 0 s testColumnCount Time elapsed: 0 s testResetColumnSize Time elapsed: 0 s testStartYOfRowPosition Time elapsed: 0.001 s testWidth Time elapsed: 0 s testColumnPositionByXAfterModify Time elapsed: 0 s testHeightAfterModify Time elapsed: 0 s testColumnWidthByPosition Time elapsed: 0 s testColumnWidthByPositionAfterModify Time elapsed: 0 s testStartYOfRowPositionAfterModify Time elapsed: 0 s testColumnPositionByX Time elapsed: 0.001 s testPreferredRowHeight Time elapsed: 0 s testRowIndexByPosition Time elapsed: 0 s testPreferredRowHeightByPosition Time elapsed: 0 s testRowPositionByYAfterModify Time elapsed: 0 s testColumnPositionResizable Time elapsed: 0 s testRowPositionResizable Time elapsed: 0 s testRowHeightByPositionAfterModify Time elapsed: 0 s testColumnIndexByPosition Time elapsed: 0 s testPreferredColumnWidth Time elapsed: 0 s testRowCount Time elapsed: 0 s testRowHeightByPosition Time elapsed: 0 s testPreferredColumnWidthByPosition Time elapsed: 0 s testWidthAfterModify Time elapsed: 0.001 s testHeight Time elapsed: 0 s testRowPositionByIndex Time elapsed: 0 s testResetRowSize Time elapsed: 0 s testStartXOfColumnPosition Time elapsed: 0 s testColumnsResizableByDefault Time elapsed: 0 s sizeOverride Time elapsed: 0 s testRoundingMixedSize Time elapsed: 0 s testAggregateSizeCache Time elapsed: 0 s testAggregateSize Time elapsed: 0 s testRoundingAllCustomSize Time elapsed: 0 s allIndexesSameSize Time elapsed: 0 s getAggregateSize Time elapsed: 0 s setIndexResizable Time elapsed: 0.001 s ingnoreResizeForNonResizableColumns Time elapsed: 0 s testRounding Time elapsed: 0 s testAggregateSizeWithPositionDefaults Time elapsed: 0 s testScalingFactor Time elapsed: 0 s getAggregateSizeWithSizeOverrides Time elapsed: 0.001 s orderingForSelectMode Time elapsed: 0 s orderingForNormalMode Time elapsed: 0 s orderingForEditMode Time elapsed: 0 s willSelectBodyCellAndShouldHaveColumnHeaderSelected Time elapsed: 0.003 s shouldReturnProvidedLabels Time elapsed: 0.002 s shouldReturnAdditionalLabels Time elapsed: 0.002 s willSelectBodyCellAndShouldHaveColumnHeaderSelected Time elapsed: 0.001 s shouldReturnFullySelectedStyle Time elapsed: 0.001 s doCommand Time elapsed: 0.043 s parseColumnIndexFromKey Time elapsed: 0.012 s saveStateForMultipleLabels Time elapsed: 0.023 s loadStateForMultipleMixedLabels Time elapsed: 0.014 s loadStateForMultipleLabels Time elapsed: 0.013 s shouldRemoveLabelFromPersistenceIfStyleIsCleared Time elapsed: 0.015 s proxyShouldRetreiveConfigAttributeUsingTheDisplayModeOrdering Time elapsed: 0.001 s willSelectBodyCellAndShouldHaveColumnHeaderSelected Time elapsed: 0.002 s shouldReturnFullySelectedStyle Time elapsed: 0.001 s shouldFallBackToSuperTypeAttributesForOddCell Time elapsed: 0.012 s shouldFallBackToSuperTypeAttributesForEvenCell Time elapsed: 0.049 s shouldCalculateNextSortDirectionCorrectly Time elapsed: 0 s shouldSaveSortedColumnsAndSortOrder Time elapsed: 0.001 s loadStateFromProperties Time elapsed: 0.002 s shouldParseTheSavedStringCorrectly Time elapsed: 0 s shouldNotSaveIfNothingIsSorted Time elapsed: 0 s shouldDiscardUpdateAfterDelete Time elapsed: 0.012 s shouldDiscardMultipleRowInsertEventAppending Time elapsed: 0.002 s shouldDiscardInsertAndUpdateInsertedItem Time elapsed: 0.001 s shouldResetUpdateDeleteOnDiscard Time elapsed: 0 s shouldDiscardMultipleRowDeleteEvent Time elapsed: 0.001 s shouldDiscardUpdateAfterInsert Time elapsed: 0 s shouldSaveRowDeleteEvent Time elapsed: 0.001 s shouldDiscardMultipleRowInsertEvent Time elapsed: 0 s shouldClearRowInsertOnStructuralChange Time elapsed: 0.001 s shouldDiscardDeleteInsertedObject Time elapsed: 0.001 s shouldDiscardUpdateInsertAndUpdateBack Time elapsed: 0 s shouldSaveRowInsertEvent Time elapsed: 0 s shouldTrackRowDeleteEvent Time elapsed: 0 s shouldDiscardInsertAndDeleteAgain Time elapsed: 0.001 s shouldDiscardRowDeleteEvent Time elapsed: 0.001 s shouldTrackRowInsertEvent Time elapsed: 0.001 s shouldClearRowDeleteWithoutReset Time elapsed: 0 s shouldClearRowDeleteOnStructuralChange Time elapsed: 0 s shouldDiscardInsertAfterDelete Time elapsed: 0.001 s shouldClearRowInsertWithoutReset Time elapsed: 0 s shouldDiscardInsertAfterInsert Time elapsed: 0.001 s shouldDiscardRowInsertEvent Time elapsed: 0 s shouldDiscardUpdateInsert Time elapsed: 0.001 s shouldDiscardChanges Time elapsed: 0.002 s shouldRemoveChangeOnColumnDelete Time elapsed: 0.001 s shouldUpdateChangeOnRowDelete Time elapsed: 0.001 s shouldUpdateChangeOnRowInsert Time elapsed: 0.001 s shouldUpdateChangeOnSortAndSaveWithTemp Time elapsed: 0.002 s shouldRemoveChangeOnRowDelete Time elapsed: 0.001 s shouldClearOnStructuralChange Time elapsed: 0 s shouldUpdateDataInDataLayer Time elapsed: 0 s shouldClearWithoutReset Time elapsed: 0.001 s shouldNotBeDirtyForSameValue Time elapsed: 0 s shouldUpdateOnMultiRowDelete Time elapsed: 0.001 s shouldUpdateChangeOnSortAndDiscard Time elapsed: 0.001 s shouldUpdateOnMultiRowInsert Time elapsed: 0 s shouldNotBeDirtyOnSettingSameValue Time elapsed: 0.001 s shouldUpdateChangeOnColumnDelete Time elapsed: 0 s shouldUpdateChangeOnColumnInsert Time elapsed: 0 s shouldSaveChanges Time elapsed: 0.001 s shouldDiscardUpdateAfterDelete Time elapsed: 0.005 s shouldDiscardMultipleRowInsertEventAppending Time elapsed: 0.001 s shouldDiscardInsertAndUpdateInsertedItem Time elapsed: 0 s shouldResetUpdateDeleteOnDiscard Time elapsed: 0 s shouldDiscardMultipleRowDeleteEvent Time elapsed: 0.001 s shouldDiscardUpdateAfterInsert Time elapsed: 0 s shouldSaveRowDeleteEvent Time elapsed: 0.001 s shouldDiscardMultipleRowInsertEvent Time elapsed: 0.001 s shouldClearRowInsertOnStructuralChange Time elapsed: 0 s shouldDiscardDeleteInsertedObject Time elapsed: 0.001 s shouldDiscardUpdateInsertAndUpdateBack Time elapsed: 0.001 s shouldSaveRowInsertEvent Time elapsed: 0 s shouldTrackRowDeleteEvent Time elapsed: 0.001 s shouldDiscardInsertAndDeleteAgain Time elapsed: 0 s shouldDiscardRowDeleteEvent Time elapsed: 0.001 s shouldTrackRowInsertEvent Time elapsed: 0.001 s shouldClearRowDeleteWithoutReset Time elapsed: 0 s shouldClearRowDeleteOnStructuralChange Time elapsed: 0 s shouldDiscardInsertAfterDelete Time elapsed: 0.001 s shouldClearRowInsertWithoutReset Time elapsed: 0 s shouldDiscardInsertAfterInsert Time elapsed: 0.001 s shouldDiscardRowInsertEvent Time elapsed: 0 s shouldDiscardUpdateInsert Time elapsed: 0.001 s shouldDiscardChanges Time elapsed: 0.001 s shouldUpdateNullValueAndBackAgain Time elapsed: 0 s shouldNotBeDirtyOnResettingSameValue Time elapsed: 0.001 s shouldClearOnStructuralChange Time elapsed: 0 s shouldSaveAfterDelete Time elapsed: 0.001 s shouldUpdateToNullAndBackAgain Time elapsed: 0 s shouldSaveAfterInsert Time elapsed: 0.001 s shouldClearWithoutReset Time elapsed: 0 s shouldDiscardAfterDelete Time elapsed: 0 s shouldNotDirtyNullToNull Time elapsed: 0.001 s shouldNotBeDirtyForSameValue Time elapsed: 0 s shouldNotUpdateDataInDataLayer Time elapsed: 0 s shouldSaveChanges Time elapsed: 0.001 s shouldDiscardChanges Time elapsed: 0.001 s shouldRemoveChangeOnColumnDelete Time elapsed: 0 s shouldUpdateChangeOnRowDelete Time elapsed: 0.001 s shouldUpdateChangeOnRowInsert Time elapsed: 0.001 s shouldRemoveChangeOnRowDelete Time elapsed: 0 s shouldUpdateNullValueAndBackAgain Time elapsed: 0 s shouldDiscardToOriginalAfterMultipleChanges Time elapsed: 0 s shouldClearOnStructuralChange Time elapsed: 0 s shouldSaveAfterDelete Time elapsed: 0.001 s shouldUpdateDataInDataLayer Time elapsed: 0 s shouldUpdateToNullAndBackAgain Time elapsed: 0 s shouldClearWithoutReset Time elapsed: 0.001 s shouldDiscardAfterDelete Time elapsed: 0 s shouldDiscardAfterInsert Time elapsed: 0.001 s shouldNotDirtyNullToNull Time elapsed: 0 s shouldNotBeDirtyForSameValue Time elapsed: 0.001 s shouldUpdateOnMultiRowDelete Time elapsed: 0.001 s shouldUpdateOnMultiRowInsert Time elapsed: 0 s shouldNotBeDirtyOnSettingSameValue Time elapsed: 0 s shouldUpdateChangeOnColumnDelete Time elapsed: 0 s shouldUpdateChangeOnColumnInsert Time elapsed: 0.001 s shouldSaveChanges Time elapsed: 0 s shouldInsertInScrolledStateInTable Time elapsed: 0.016 s shouldInsertMultipleRows Time elapsed: 0 s shouldInsertInScrolledStateInTableAtBottom Time elapsed: 0.011 s shouldInsertSingleRow Time elapsed: 0 s shouldAppendMultipleRows Time elapsed: 0.001 s shouldInsertInScrolledState Time elapsed: 0 s shouldInsertInScrolledStateAtBottom Time elapsed: 0 s shouldAppendSingleRow Time elapsed: 0 s shouldAutoResizeCorrectlyIfMultipleColumnsAreSelected Time elapsed: 0.052 s autoResizeOneColumn Time elapsed: 0.183 s org.eclipse.nebula.widgets.nattable.resize.event.ResizingVisibleReorderedColumnsTest skipped shouldFireResizeEventAfterRowResizeCommand Time elapsed: 0.001 s shouldReturnARectangleStartingFromResizedRowToEndOfGrid Time elapsed: 0 s shouldFireResizeEventAfterColumnResizeCommand Time elapsed: 0 s shouldReturnARectangleStartingFromResizedColumnToEndOfGrid Time elapsed: 0 s testColumnDiffs Time elapsed: 0.002 s testConvertToLocal Time elapsed: 0.001 s testSetPercentageValue Time elapsed: 0.001 s testDefaultSize Time elapsed: 0 s testPercentageSizing Time elapsed: 0 s testSetSizeInGrid Time elapsed: 0.001 s testSetSizeInColumnHeaderRegion Time elapsed: 0 s testSetPercentage Time elapsed: 0 s testSetSize Time elapsed: 0.001 s testSetSizeInBodyRegion Time elapsed: 0 s testSetPercentageValue Time elapsed: 0.001 s testDefaultSize Time elapsed: 0 s testPercentageSizing Time elapsed: 0 s testSetSizeInGrid Time elapsed: 0 s testSetSizeInColumnHeaderRegion Time elapsed: 0 s testSetPercentage Time elapsed: 0 s testSetSize Time elapsed: 0 s testSetSizeInBodyRegion Time elapsed: 0 s testResetOnlyBody Time elapsed: 0.016 s testResetAllRegions Time elapsed: 0.016 s testHandleColumnSizeResetCommand Time elapsed: 0 s testHandleRowSizeResetCommandWithoutEvent Time elapsed: 0.001 s testHandleRowSizeResetCommand Time elapsed: 0 s testResetOnlyBody Time elapsed: 0.015 s testResetAllRegions Time elapsed: 0.013 s testHandleRowSizeResetCommandWithoutEvent Time elapsed: 0 s shouldResizePercentageSizedColumnWithDownscale Time elapsed: 0.001 s shouldResizePercentageSizedColumnWithoutDownscale Time elapsed: 0 s testResizeWithDownscale Time elapsed: 0 s shouldResizeAllSelectedColumns Time elapsed: 0.001 s shouldResizePercentageSizedColumn Time elapsed: 0 s testHandleColumnResizeCommand Time elapsed: 0 s testResizeWithoutDownscale Time elapsed: 0 s shouldResizePercentageSizedColumnWithDownscale Time elapsed: 0 s shouldResizePercentageSizedColumnWithoutDownscale Time elapsed: 0 s testHandleRowResizeCommand Time elapsed: 0.001 s testResizeWithDownscale Time elapsed: 0 s shouldResizePercentageSizedRow Time elapsed: 0 s testResizeWithoutDownscale Time elapsed: 0 s testMultiResizeWithDownscaleOnSelection Time elapsed: 0.02 s getColumnWidth Time elapsed: 0 s getCommonColumnWidth Time elapsed: 0 s getColumnWidthWhenTheColumnPositionsHaveBeenConverted Time elapsed: 0 s testMultiResizeWithoutDownscaleOnSelection Time elapsed: 0.007 s testMultiResizeWithDownscale Time elapsed: 0.008 s testMultiResizeWithoutDownscale Time elapsed: 0.008 s testMultiResizeWithDownscaleOnSelection Time elapsed: 0.01 s testGetCommonColumnWidth Time elapsed: 0 s testMultiResizeWithoutDownscaleOnSelection Time elapsed: 0.009 s testGetRowHeight Time elapsed: 0 s testMultiResizeWithDownscale Time elapsed: 0.009 s testMultiResizeWithoutDownscale Time elapsed: 0.01 s shouldHandleColumnPositionOutsideScope Time elapsed: 0.009 s shouldCalculatePreferredColumnWidths Time elapsed: 0.001 s shouldCalculatePreferredRowHeights Time elapsed: 0.003 s shouldHandleRowPositionOutsideScope Time elapsed: 0.002 s reiszeColumnInATableWithNoRows Time elapsed: 0.029 s shouldInitWithNoScroll Time elapsed: 0.011 s testPostEventToDisposedLayer Time elapsed: 0.113 s shouldShowCellInViewport Time elapsed: 0.001 s shouldShowColumnInViewport Time elapsed: 0.001 s shouldShowRowInViewport Time elapsed: 0 s scrollViewportLeftByPage Time elapsed: 0 s dragLeft Time elapsed: 0 s scrollViewportLeftByOffset Time elapsed: 0.001 s horizontalScrollbarThumbSizeCalcNoScrollingNeeded Time elapsed: 0 s dragRight Time elapsed: 0 s scrollViewportRightByOffset Time elapsed: 0 s horizontalScrollbarThumbSize Time elapsed: 0.001 s issueNTBL99MoveByColumn Time elapsed: 0 s issueNTBL99MoveByPage Time elapsed: 0 s verticalScrollbarThumbSize Time elapsed: 0.001 s dragUp Time elapsed: 0.001 s dragDown Time elapsed: 0 s verticalScrollbarThumbSizeCalcNoScrollingNeeded Time elapsed: 0.001 s scrollViewportUpByOffset Time elapsed: 0 s scrollViewportDownByOffset Time elapsed: 0 s testMoveColumnPositionIntoViewportFiresEvent Time elapsed: 0.001 s moveColumnIntoViewportByMovingLeftAndRight Time elapsed: 0 s testMoveRowPositionIntoViewport Time elapsed: 0.001 s getColumnCount Time elapsed: 0 s moveIntoViewportForAColPartiallyDisplayedAtTheRightEdge Time elapsed: 0 s testMoveColumnPositionIntoViewportForAColumnAlreadyInTheViewport Time elapsed: 0 s moveRowIntoViewportByMovingUpAndDown Time elapsed: 0 s setViewportOriginRowPosition Time elapsed: 0 s adjustRowOrigin Time elapsed: 0 s getColumnIndexByPositionForAColumnOusideTheViewport Time elapsed: 0 s adjustColOrigin Time elapsed: 0.001 s settingViewportColumnOriginFiresEvent Time elapsed: 0 s setViewportOriginColumnPosition Time elapsed: 0 s getHeight Time elapsed: 0.001 s testMoveColumnPositionIntoViewportSimpleCase Time elapsed: 0 s getColumnIndexByPosition Time elapsed: 0.001 s setViewportMinOriginColumnPosition Time elapsed: 0.001 s settingViewportRowOriginFireEvent Time elapsed: 0 s shouldPickUpTheDefaultClientAreaIfItHasNotBeenSet Time elapsed: 0.001 s scrollVerticallyByAPageCommand Time elapsed: 0 s setViewportMinOriginRowPosition Time elapsed: 0.001 s testMoveCellPositionIntoViewport Time elapsed: 0.001 s getWidth Time elapsed: 0 s shouldTakeTheButtomIntoAccountWhileMatching Time elapsed: 0.02 s shouldTakeTheRegionIntoAccountWhileMatching Time elapsed: 0.013 s shouldMatchCellsWithCustomLabels Time elapsed: 0.012 s testNotEqual Time elapsed: 0 s testDefaultEquals Time elapsed: 0 s testMap Time elapsed: 0 s testFullConstructorEquals Time elapsed: 0 s testNotEqual Time elapsed: 0 s testMap Time elapsed: 0.001 s testEquals Time elapsed: 0 s testSpecialCharactersMatch Time elapsed: 0 s testWhiteSpacesNotMatch Time elapsed: 0 s testLetterOrDigitMatch Time elapsed: 0 s shouldGetDataFromParentForNestedMenus Time elapsed: 0.022 s keyGeneration Time elapsed: 0.003 s shouldAddUpdateEvents Time elapsed: 0.002 s shouldCleanUpStaleEventsAterTTLExpires Time elapsed: 0.701 s shouldUpdateEventDataForMultipleUpdatesToBean Time elapsed: 0.002 s shouldConstructTheKeyUsingTheColumnIndexAndRowId Time elapsed: 0 s layerStackShouldUpdate Time elapsed: 0.18 s shouldReturnTheBlinkConfigTypeWhenARowIsUpdated Time elapsed: 0.163 s testIdentity Time elapsed: 0 s testHashCode Time elapsed: 0 s testEquals Time elapsed: 0 s testIdentityHashCode Time elapsed: 0 s testAdjacentRangeOverlap Time elapsed: 0 s testEmptyRangeOverlap Time elapsed: 0.001 s shouldMergeContiguousRangesToOne Time elapsed: 0.001 s getPositionsFromRangesFilterNegative Time elapsed: 0 s shouldJoinContiguousRanges Time elapsed: 0 s getGroupedByContiguousArray2 Time elapsed: 0.004 s shouldNotJoinNotContiguousRanges Time elapsed: 0 s getRangesForAnEmptyArray Time elapsed: 0 s shouldMergeNotContiguousRanges Time elapsed: 0 s getGroupedByContiguousArray Time elapsed: 0 s getRangesFromArray Time elapsed: 0 s groupByContinuousForEmptyCollection Time elapsed: 0 s getGroupedByContiguous2 Time elapsed: 0 s getRanges Time elapsed: 0 s getGroupedByContiguous Time elapsed: 0 s getPositionsFromRanges Time elapsed: 0 s getRangesForAnEmptyCollection Time elapsed: 0 s groupByContinuousArrayForEmptyCollection Time elapsed: 0.001 s testIdentity Time elapsed: 0 s testHashCode Time elapsed: 0 s testEquals Time elapsed: 0.001 s testIdentityHashCode Time elapsed: 0 s testFreezeHideShowColumnAllViewportRegion Time elapsed: 0.004 s testFreezeHideShowRowBothRegionsEdge Time elapsed: 0.002 s testFreezeHideShowColumnPositionViewportRegionRightEdge Time elapsed: 0.001 s testFreezeHideShowColumnBothRegionsViewportAll Time elapsed: 0.001 s testFreezeHideMultiColumnShowPositionInvalid Time elapsed: 0.001 s testFreezeHideShowRowFrozenRegionEdge Time elapsed: 0.001 s testFreezeHideShowRowBothRegionsFreezeAll Time elapsed: 0.001 s testFreezeHideShowRowBothRegionsAll Time elapsed: 0.001 s testFreezeHideShowColumnFrozenRegionMiddle Time elapsed: 0 s testFreezeHideShowColumnFrozenRegionEdge Time elapsed: 0 s testFreezeAllRows Time elapsed: 0.001 s testFreezeHideShowColumnBothRegionsFreezeAll Time elapsed: 0.001 s testFreezeRows Time elapsed: 0.001 s testFreezeHideShowColumnBothRegions Time elapsed: 0.001 s testFreezeHideShowRowFrozenRegionMiddle Time elapsed: 0.001 s testFreezeHideShowRowBothRegions Time elapsed: 0.002 s testFreezeHideShowColumnAllFrozenRegion Time elapsed: 0 s testFreezeHideShowRowViewportRegion Time elapsed: 0 s testFreezeHideShowColumnFrozenRegion Time elapsed: 0 s testFreezeHideShowColumnBothRegionsAll Time elapsed: 0.001 s testFreezeHideShowRowBothRegionsViewportAll Time elapsed: 0.001 s testFreezeDeleteRows Time elapsed: 0.001 s testFreezeHideShowRowPositionViewportRegionBottomEdge Time elapsed: 0.002 s testFreezeHideShowRowAllFrozenRegion Time elapsed: 0.001 s testFreezeColumns Time elapsed: 0 s testFreezeAllColumns Time elapsed: 0 s testFreezeHideShowColumnBothRegionsEdge Time elapsed: 0.001 s testFreezeHideShowColumnViewportRegionEdge Time elapsed: 0.001 s testFreezeHideShowRowFrozenRegion Time elapsed: 0.001 s testFreezeHideShowColumnViewportRegion Time elapsed: 0.001 s testNotFrozen Time elapsed: 0.001 s testFreezeHideShowRowAllViewportRegion Time elapsed: 0.001 s testFreezeHideShowRowViewportRegionEdge Time elapsed: 0.001 s testSetupRows Time elapsed: 0 s testMovingAroundColumns Time elapsed: 0.001 s testReorderingIntoTopLeftCoordinate Time elapsed: 0 s testSetupColumns Time elapsed: 0 s testReorderOutInteriorColumn Time elapsed: 0.001 s testReorderInInteriorColumn Time elapsed: 0 s testReorderingRightBottomCornerOutOfFrozenArea Time elapsed: 0 s testHideShowInteriorColumn Time elapsed: 0.001 s testReorderNonFrozenColumnToEndOfFrozenArea Time elapsed: 0.009 s testHideBeginningFrozenColumn Time elapsed: 0.006 s testReorderEndFrozenColumnToMiddleOfFrozenArea Time elapsed: 0.005 s testFreezeSelectionInMiddle Time elapsed: 0.006 s testHideEndFrozenColumn Time elapsed: 0.005 s testFreezeSelectionAtBeginning Time elapsed: 0.005 s testReorderBeginningFrozenColumnToMiddleOfFrozenArea Time elapsed: 0.005 s testReorderMiddleFrozenColumnToMiddleOfFrozenArea Time elapsed: 0.004 s testReorderEndFrozenColumnToBeginningOfFrozenArea Time elapsed: 0.004 s testReorderNonFrozenColumnToBeginningOfFrozenArea Time elapsed: 0.004 s testFreezeColumns Time elapsed: 0.004 s testFreezeAllColumns Time elapsed: 0.003 s testReorderMiddleFrozenColumnToBeginningOfFrozenArea Time elapsed: 0.004 s testNotFrozen Time elapsed: 0.003 s testReorderNonFrozenColumnToMiddleOfFrozenArea Time elapsed: 0.004 s testHideMiddleFrozenColumn Time elapsed: 0.004 s testReorderBeginningFrozenColumnToEndOfFrozenArea Time elapsed: 0.006 s testReorderMiddleFrozenColumnToEndOfFrozenArea Time elapsed: 0.005 s testFreezeRowResize Time elapsed: 0.033 s shouldFreezeAfterScrolling Time elapsed: 0.008 s testFreezeAllRowsResize Time elapsed: 0.016 s shouldFreezeFirstColumn Time elapsed: 0.009 s shouldRestructureFrozenArea Time elapsed: 0.009 s testFreezeReorderToAllColumns Time elapsed: 0.016 s shouldFreezeRowsAndColumnsBasedOnSelection Time elapsed: 0.008 s shouldFreezeRowsAndColumnsBasedOnSelectionInclude Time elapsed: 0.007 s testFreezeColumnResize Time elapsed: 0.019 s testFreezeAllColumnsResize Time elapsed: 0.014 s shouldFreezeRowsAndColumnsBasedOnMultiSelection Time elapsed: 0.008 s shouldFreezeRowsAndColumnsBasedOnMultiSelectionInclude Time elapsed: 0.008 s dummyTest Time elapsed: 0 s getPositionsFromEntries Time elapsed: 0.004 s getVisibleColumnEntries Time elapsed: 0.001 s shouldProvideRenamedLabelsIfTheColumnHasBeenRenamed Time elapsed: 0 s listContainsEntry Time elapsed: 0 s find Time elapsed: 0.001 s getIndexesFromEntries Time elapsed: 0 s moveSelectedToBottom_withFirstItemNotVisible Time elapsed: 0.945 s moveSelectedToBottom_withFirstColumnGroupNotVisible Time elapsed: 0.066 s moveSelectedToBottom_withColumnGroups Time elapsed: 0.065 s moveSelectedToTop_withFirstItemNotVisible Time elapsed: 0.064 s moveSelectedToBottom_withFirstItemRemovedFromSelectedTree Time elapsed: 0.06 s moveSelectedToTop_withFirstColumnGroupRemovedFromSelectedTree Time elapsed: 0.061 s moveSelectedToTop_withColumnGroups Time elapsed: 0.067 s setSelection Time elapsed: 0.047 s moveSelectedToTop_withFirstItemRemovedFromSelectedTree Time elapsed: 0.066 s moveSelectedToBottom_withFirstColumnGroupRemovedFromSelectedTree Time elapsed: 0.062 s getIndexesOfSelectedLeaves Time elapsed: 0.05 s moveSelectedToTop_withFirstColumnGroupNotVisible Time elapsed: 0.063 s moveSelectedToTop Time elapsed: 0.063 s populateTree Time elapsed: 0.054 s moveSelectedToBottom Time elapsed: 0.076 s testNoLevelHeaderReorder Time elapsed: 0.032 s testReorderToFirstColumnInLevel Time elapsed: 0.001 s testNoReorderInOtherLevel Time elapsed: 0.001 s testReorderToLastColumnInLevel Time elapsed: 0.001 s testCreationWithCarAndMotorWithOrdersAndRootObjects Time elapsed: 0.005 s testCreationWithCarOnly Time elapsed: 0 s testCreationWithCarAndMotor Time elapsed: 0.001 s testCreationWithCarOnlyAndRootObjects Time elapsed: 0 s testCreationWithMultipleCarAndMotorWithOrdersAndRootObjects Time elapsed: 0 s testCreationWithCarAndMotorAndRootObjects Time elapsed: 0 s testCreationWithCarAndMotorWithOrders Time elapsed: 0 s shouldCollapseAllWithHidden Time elapsed: 0.009 s testCollapseExpandSingleItemFirstLevel Time elapsed: 0.004 s testCollapseAll Time elapsed: 0.002 s testGetColumnPositionByIndex Time elapsed: 0.001 s shouldHideAndCollapse Time elapsed: 0.001 s testReorderInLevelWithoutLevelHeader Time elapsed: 0.001 s testMultiColumnHide Time elapsed: 0.002 s testGetDisplayModeByPositionWithSelectionLayer Time elapsed: 0.006 s testGetWidth Time elapsed: 0.001 s testGetStartXOfColumnPosition Time elapsed: 0.001 s testGetDisplayModeByPosition Time elapsed: 0.001 s testColumnCount Time elapsed: 0.001 s testUnhideOnSearchWithoutLevelHeader Time elapsed: 0.009 s testExpandOnSearch Time elapsed: 0.008 s testUnderlyingToLocalColumnPosition Time elapsed: 0.001 s testConsecutiveCollapse Time elapsed: 0.002 s testGetProvidedLabels Time elapsed: 0.001 s testHideAllColumnsInLastLevel Time elapsed: 0.001 s testIsLevelHeaderColumn Time elapsed: 0.001 s testGetColumnWidthByPosition Time elapsed: 0 s testExpandAllLevelsOnSearch Time elapsed: 0.007 s testIsTreeColumn Time elapsed: 0.001 s testRowPositionHide Time elapsed: 0.002 s testExpandOnSearchWithoutLevelHeader Time elapsed: 0.005 s shouldExpandWithHidden Time elapsed: 0.001 s shouldExpandAllWithHidden Time elapsed: 0.003 s testUnhideOnSearch Time elapsed: 0.005 s testCollapseMultipleExpandSingle Time elapsed: 0.001 s testHideAllSelectedRowPositions Time elapsed: 0.002 s testGetColumnIndexesForLevel Time elapsed: 0.001 s testNoMultiReorderBetweenLevels Time elapsed: 0 s testConfigLabelsByPosition Time elapsed: 0.001 s testCollapseAllExpandAll Time elapsed: 0.002 s testGetWidthScaled Time elapsed: 0 s shouldPerformEditChecksOnHierarchicalTreeLayer Time elapsed: 0.013 s testNoLevelObject Time elapsed: 0.001 s testReorderInLevel Time elapsed: 0 s testGetDataValueByPosition Time elapsed: 0.001 s testGetColumnIndexByPosition Time elapsed: 0 s testExpandCollapseConfigLabelsByPosition Time elapsed: 0.002 s testExpandAllLevelsOnSearchWithoutLevelHeader Time elapsed: 0.006 s testLevelHeaderCanNotBeReordered Time elapsed: 0.001 s testGetCellByPosition Time elapsed: 0.001 s testSelectSpannedCellIsOrigin Time elapsed: 0.003 s testSelectLevelHeader Time elapsed: 0.002 s testNoReorderBetweenLevels Time elapsed: 0 s testSelectLevelHeaderColumn Time elapsed: 0.001 s testNoReorderBetweenLevelsWithoutLevelHeader Time elapsed: 0 s testGetStartXOfColumnPositionScaled Time elapsed: 0 s testGetColumnWidthByPositionScaled Time elapsed: 0.001 s testUnderlyingToLocalColumnPositions Time elapsed: 0 s testExpandToLevel Time elapsed: 0.002 s testSelectLevelHeaderWithSublevel Time elapsed: 0.002 s testExpandCollapseConfigLabelsByPositionForChildColumns Time elapsed: 0.003 s testSelectLevelHeaderColumnWithSublevel Time elapsed: 0.002 s testGetColumnPositionByX Time elapsed: 0.001 s testCollapseMultipleExpandSingleToLevel Time elapsed: 0.001 s testColumnHide Time elapsed: 0.001 s testGetColumnPositionByXScaled Time elapsed: 0 s testIsLevelHeaderColumnOnHideShow Time elapsed: 0 s testgetLevelByColumnIndex Time elapsed: 0.001 s basics Time elapsed: 0.002 s remove Time elapsed: 0 s insertChild Time elapsed: 0 s findParent Time elapsed: 0 s findElements Time elapsed: 0 s shouldReturnLabelForCategoriesFromTheModel Time elapsed: 0 s shouldReturnLabelsFromIndexesFromTheColumnEntry Time elapsed: 0 s shouldCreateModelCorrectly Time elapsed: 0.001 s removeColumnIndexesFromModel Time elapsed: 0 s rootMustBeTheFirstNodeSet Time elapsed: 0 s rootCanOnlyBeSetOnce Time elapsed: 0.001 s calculateDestinationPositionsForMovingUp Time elapsed: 0.001 s shouldFireCorrectMoveCommandsOnTable Time elapsed: 0.001 s calculateDestinationPositionsForMovingDown Time elapsed: 0 s shouldStartUpAllConflaterTasksAtTheEndOfTheInterval Time elapsed: 0.116 s shouldAddEventsToAllChildren Time elapsed: 0.014 s registerWithDisplayModeAndMultipleConfigLabels Time elapsed: 0 s regressionRegistrationWithASingleDisplayMode Time elapsed: 0.001 s regressionRegistrationWithoutDisplayModeOrConfigLabel Time elapsed: 0 s regressionRegisterWithDisplayModeAndConfigLabel Time elapsed: 0 s regressionRegisterWithDisplayModeAndMultipleConfigLabels Time elapsed: 0 s regressionRegistrationWithMultipleDisplayModes Time elapsed: 0 s registerWithDisplayModeAndConfigLabel Time elapsed: 0 s registrationWithMultipleDisplayModes Time elapsed: 0 s registrationWithASingleDisplayMode Time elapsed: 0 s registrationWithoutDisplayModeOrConfigLabel Time elapsed: 0 s testCompareNullAB Time elapsed: 0 s testCompareNonComparables Time elapsed: 0 s testCompareNonNullComparables Time elapsed: 0 s testCompareNullA Time elapsed: 0 s testCompareNullB Time elapsed: 0 s testCompareNonComparables1 Time elapsed: 0.001 s testCompareNonComparables2 Time elapsed: 0 s shouldReturnNullOnInvalidColumnIndex Time elapsed: 0 s shouldThrowExceptionOnSet Time elapsed: 0.001 s shouldReturnPropertyLabel Time elapsed: 0 s shouldReturnColumnLabel Time elapsed: 0 s loadStateFromProperties Time elapsed: 0 s doNotSaveStateIfNoColumnAreRenamed Time elapsed: 0 s loadStateWhenNoPrepertiesArePersisted Time elapsed: 0 s shouldRenameColumn Time elapsed: 0 s saveRenamedColumnInProperties Time elapsed: 0 s initBodyLayer Time elapsed: 0.002 s initCorner Time elapsed: 0.001 s doCommandInvokesOtherLayers Time elapsed: 0 s initRowHeaderHeight Time elapsed: 0.002 s getLayers Time elapsed: 0 s doCommandInvokesBodyFirst Time elapsed: 0 s testDeleteState Time elapsed: 0.058 s testGetAvailableStates Time elapsed: 0.039 s testDeleteStateOnEmptyState Time elapsed: 0.039 s testGetAvailableStatesOnEmpty Time elapsed: 0 s testGetAvailableStatesOnNull Time elapsed: 0 s testDeleteStateOnNullState Time elapsed: 0.033 s testDeleteStateOnEmptyProperties Time elapsed: 0.034 s testDeleteStateOnNullProperties Time elapsed: 0.034 s loadPersistedColorSettings Time elapsed: 0 s persistColorToProperties Time elapsed: 0 s loadFontSettings Time elapsed: 0 s loadPersistedAlignmentSettings Time elapsed: 0 s persistStyleSettingsToProperties Time elapsed: 0.001 s loadBorderStyleSettings Time elapsed: 0 s shouldFailToLoadForMissingRGBString Time elapsed: 0 s shouldLoadColorFromSavedRGBString Time elapsed: 0 s shouldSaveTheColorAsAString Time elapsed: 0 s canRecreateInstanceFromAPersistedStringWithoutBorderMode Time elapsed: 0 s canRecreateInstanceFromAPersistedString Time elapsed: 0 s toStringCreatesAPersistableString Time elapsed: 0 s testAllCellsEditableWithSingleSelectionOneColumnEditable Time elapsed: 0.014 s testAllCellsEditableWithoutSelection Time elapsed: 0.011 s testIsConverterSameWithSingleSelection Time elapsed: 0.011 s testIsConverterSameWithMultiSelectionOneChangedConverter Time elapsed: 0.011 s testAllCellsEditableWithMultiSelection Time elapsed: 0.022 s testIsCellEditableWithoutSelectionEnableEditing Time elapsed: 0.011 s testIsValueSameWithoutSelection Time elapsed: 0.01 s testIsEditorSameWithMultiSelection Time elapsed: 0.012 s testAllCellsEditableWithSingleSelectionOneColumnEditableSelectNonEditable Time elapsed: 0.012 s testIsCellEditableWithSingleSelection Time elapsed: 0.012 s testIsConverterSameWithMultiSelection Time elapsed: 0.011 s testGetLastSelectedCellEditorWithSingleSelection Time elapsed: 0.011 s testIsEditorSameWithSingleSelectionOneChangedEditor Time elapsed: 0.016 s testGetLastSelectedCellWithMultiSelection Time elapsed: 0.012 s testGetLastSelectedCellEditorWithMultiSelection Time elapsed: 0.011 s testIsEditorSameWithMultiSelectionOneChangedEditor Time elapsed: 0.012 s testIsCellEditableWithoutSelection Time elapsed: 0.01 s testIsEditorSameWithoutSelection Time elapsed: 0.01 s testAllCellsEditableWithSingleSelectionEnableEditing Time elapsed: 0.01 s testAllCellsEditableWithSingleSelection Time elapsed: 0.01 s testIsConverterSameWithMultiSelectionOneColumnConverterMultiSelection Time elapsed: 0.011 s testAllCellsEditableWithoutSelectionEnableEditing Time elapsed: 0.01 s testIsConverterSameWithoutSelection Time elapsed: 0.011 s testIsValueSameWithSingleSelection Time elapsed: 0.01 s testIsCellEditableWithSingleSelectionEnableEditing Time elapsed: 0.01 s testGetLastSelectedCellEditorWithoutSelection Time elapsed: 0.01 s testIsConverterSameWithSingleSelectionOneChangedConverter Time elapsed: 0.012 s testIsValueSameWithMultiSelectionEnsureSameValues Time elapsed: 0.014 s testIsValueSameWithMultiSelection Time elapsed: 0.012 s testGetLastSelectedCellWithSingleSelection Time elapsed: 0.027 s testGetLastSelectedCellWithoutSelection Time elapsed: 0.01 s testAllCellsEditableWithMultiSelectionOneColumnEditableMultiSelection Time elapsed: 0.011 s testAllCellsEditableWithMultiSelectionEnableEditing Time elapsed: 0.011 s testIsEditorSameWithMultiSelectionOneColumnEditorMultiSelection Time elapsed: 0.011 s testIsEditorSameWithSingleSelection Time elapsed: 0.012 s testAllCellsEditableWithoutSelection Time elapsed: 0.01 s testIsConverterSameWithSingleSelection Time elapsed: 0.01 s testIsConverterSameWithMultiSelectionOneChangedConverter Time elapsed: 0.024 s testAllCellsEditableWithMultiSelection Time elapsed: 0.01 s testIsCellEditableWithoutSelectionEnableEditing Time elapsed: 0.012 s testIsValueSameWithoutSelection Time elapsed: 0.011 s testIsEditorSameWithMultiSelection Time elapsed: 0.011 s testIsCellEditableWithSingleSelection Time elapsed: 0.01 s testIsConverterSameWithMultiSelection Time elapsed: 0.01 s testGetLastSelectedCellEditorWithSingleSelection Time elapsed: 0.01 s testGetLastSelectedCellWithMultiSelection Time elapsed: 0.011 s testGetLastSelectedCellEditorWithMultiSelection Time elapsed: 0.017 s testIsEditorSameWithMultiSelectionOneChangedEditor Time elapsed: 0.009 s testIsCellEditableWithoutSelection Time elapsed: 0.009 s testIsEditorSameWithoutSelection Time elapsed: 0.01 s testAllCellsEditableWithSingleSelectionEnableEditing Time elapsed: 0.011 s testAllCellsEditableWithSingleSelection Time elapsed: 0.009 s testAllCellsEditableWithoutSelectionEnableEditing Time elapsed: 0.009 s testIsConverterSameWithoutSelection Time elapsed: 0.009 s testIsValueSameWithSingleSelection Time elapsed: 0.009 s testIsCellEditableWithSingleSelectionEnableEditing Time elapsed: 0.011 s testGetLastSelectedCellEditorWithoutSelection Time elapsed: 0.011 s testIsValueSameWithMultiSelectionEnsureSameValues Time elapsed: 0.01 s testIsValueSameWithMultiSelection Time elapsed: 0.01 s testGetLastSelectedCellWithSingleSelection Time elapsed: 0.011 s testGetLastSelectedCellWithoutSelection Time elapsed: 0.012 s testAllCellsEditableWithMultiSelectionEnableEditing Time elapsed: 0.011 s testIsEditorSameWithSingleSelection Time elapsed: 0.013 s shouldNotHandleNonNumbers Time elapsed: 0 s shouldDecreaseTypeCorrectly Time elapsed: 0.001 s shouldHandleNumbers Time elapsed: 0 s shouldIncreaseTypeCorrectly Time elapsed: 0 s shouldIncrementCellValue Time elapsed: 0.002 s shouldUpdateMultipleCellsInSelection Time elapsed: 0.001 s shouldDecrementCellValue Time elapsed: 0 s shouldUpdateOnlyIfAllCellsHaveTheSameEditor Time elapsed: 0.004 s shouldNotThrowExceptionOnNoSelection Time elapsed: 0.001 s shouldNotUpdateAnUneditableCell Time elapsed: 0 s testCalculateInBackgroundWithCoordsKeyClearSmooth Time elapsed: 0.252 s testCalculateInSameThreadWithColumnKey Time elapsed: 0.203 s testCalculateInBackgroundWithCoordsKeyKillSmooth Time elapsed: 0.252 s testCalculateInBackgroundWithCoordsKey Time elapsed: 0.251 s testCalculateInBackgroundWithRowKey Time elapsed: 0.252 s testCalculateInBackgroundWithCoordsKeyClearNonSmooth Time elapsed: 0.253 s testCalculateInSameThreadWithRowKey Time elapsed: 0.202 s testIllegalState Time elapsed: 0.001 s testCalculateInSameThreadWithCoordsKey Time elapsed: 0.2 s testCalculateInBackgroundWithColumnKey Time elapsed: 0.251 s conversionToIntArray Time elapsed: 0 s isNotEmpty Time elapsed: 0 s isEmpty Time elapsed: 0 s shouldCollectUniqueNonComparable Time elapsed: 0.019 s shouldCollectUniqueValuesWithNull Time elapsed: 0.002 s shouldCollectUniqueValues Time elapsed: 0.002 s shouldFireDisposeCommandOnDisposal Time elapsed: 0.011 s shouldPassOnLayerEventsToListeners Time elapsed: 0.006 s shouldReturnArrayOfCellsForColumnsInSelectionModel Time elapsed: 0.009 s shouldReturnOnlySelectedBodyCells Time elapsed: 0.006 s shouldNotCopySingleCellMarkedAsCopyNotAllowed Time elapsed: 0.006 s shouldCopySingleCell Time elapsed: 0.006 s shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneColumn Time elapsed: 0.007 s shouldReturnGridWithSelectedCellsAndHeaders Time elapsed: 0.008 s shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneRow Time elapsed: 0.007 s shouldReturnGridWithSelectedCellsNoHeaders Time elapsed: 0.007 s shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionRegion Time elapsed: 0.007 s shouldCollapseAllWithHidden Time elapsed: 0.005 s shouldHideAndCollapse Time elapsed: 0.002 s shouldCollapseAll Time elapsed: 0.001 s shouldExpandWithHidden Time elapsed: 0.001 s shouldExpandAllWithHidden Time elapsed: 0.002 s shouldHaveTreeNodes Time elapsed: 0.001 s shouldHandleGenericLayerCommand Time elapsed: 0 s shouldPropagateToUnderlyingLayer Time elapsed: 0 s shouldAccumulateEvents Time elapsed: 0.215 s Results: Tests run: 2922, Failures: 0, Errors: 0, Skipped: 3 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.feature >-- [INFO] Building [feature] NatTable Core Feature 2.0.0-SNAPSHOT [6/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.core.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.feature/target/org.eclipse.nebula.widgets.nattable.core.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.core.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.core.source.feature >-- [INFO] Building [feature] NatTable Core Source Feature 2.0.0-SNAPSHOT [7/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.source.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.core.source.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.source.feature/target/org.eclipse.nebula.widgets.nattable.core.source.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.core.source.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4 >-- [INFO] Building [bundle] NatTable extension for Eclipse 4 2.0.0-SNAPSHOT [8/26] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.e4 [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/target/org.eclipse.nebula.widgets.nattable.extension.e4-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/target/org.eclipse.nebula.widgets.nattable.extension.e4-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.e4 --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4.feature >-- [INFO] Building [feature] NatTable Eclipse 4 Extension Feature 2.0.0-SNAPSHOT [9/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.e4.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.feature/target/org.eclipse.nebula.widgets.nattable.extension.e4.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.e4.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.e4.source.feature >-- [INFO] Building [feature] NatTable Eclipse 4 Extension Source Feature 2.0.0-SNAPSHOT [10/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.source.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.e4.source.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.source.feature/target/org.eclipse.nebula.widgets.nattable.extension.e4.source.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.e4.source.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists >-- [INFO] Building [bundle] NatTable extension for GlazedLists 2.0.0-SNAPSHOT [11/26] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.glazedlists [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/target/org.eclipse.nebula.widgets.nattable.extension.glazedlists-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/target/org.eclipse.nebula.widgets.nattable.extension.glazedlists-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests >-- [INFO] Building [test-bundle] NatTable GlazedLists Extensions Test 2.0.0-SNAPSHOT [12/26] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/work/data, -install, /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/work, -configuration, /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/surefire.properties] Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.GlazedListsEventLayerTest 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. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.GlazedListsEventLayerTest propertyChangeEventshouldBePropagatedImmediately Time elapsed: 0.444 s shouldConflateEvents Time elapsed: 0.203 s shouldShutConflaterThreadDownWhenNatTableIsDisposed Time elapsed: 0.203 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowStructuralDataChangeLayerIntegrationTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowStructuralDataChangeLayerIntegrationTest shouldDiscardRowInsertInSortedState Time elapsed: 0.112 s shouldTrackRowInsert Time elapsed: 0.006 s shouldNotThrowAnExceptionOnResize Time elapsed: 0.104 s shouldTrackRowInsertOnSort Time elapsed: 0.01 s shouldUpdateDataInDataLayer Time elapsed: 0.004 s shouldTrackRowInsertInSortedState Time elapsed: 0.011 s shouldDiscardMultipleRowInsertOnChangeSortedState Time elapsed: 0.018 s shouldKeepChangeOnFilter Time elapsed: 0.203 s shouldDiscardMultipleRowInsertOnChangeSortedStateAppending Time elapsed: 0.007 s shouldDiscardRowInsertOnChangeSortedState Time elapsed: 0.005 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.HideMultipleColumnsIntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.HideMultipleColumnsIntegrationTest hideAllColumnsWithColumnGroupsEnabled Time elapsed: 1.083 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowSelectionIntegrationTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.853 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowSelectionIntegrationTest shouldPreserveRowSelectionOnDataUpdates Time elapsed: 0.462 s shouldReturnEmptySelectionOnNoSelection Time elapsed: 0.026 s setSingleSelectionViaProvider Time elapsed: 0.051 s setMultipleSelectionViaProvider Time elapsed: 0.026 s shouldPreserveRowSelectionOnSort Time elapsed: 0.084 s onlySelectRowEventsFired Time elapsed: 0.029 s onlyOneRowSelectedAtAnyTime Time elapsed: 0.028 s testColumnSelectionProcessing Time elapsed: 0.047 s shouldClearSelectionOnSetEmpty Time elapsed: 0.021 s shouldIgnoreNullSelectionListener Time elapsed: 0.018 s shouldClearSelectionOnSetEmptyOnAdd Time elapsed: 0.017 s setMultipleSelectionViaProviderWithAdd Time elapsed: 0.038 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.DataChangeLayerIntegrationTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.DataChangeLayerIntegrationTest shouldNotThrowAnExceptionOnResize Time elapsed: 0.102 s shouldUpdateDataInDataLayer Time elapsed: 0.007 s shouldKeepChangeOnFilter Time elapsed: 0.202 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.SortIntegrationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.SortIntegrationTest shouldPersistSortStateToProperties Time elapsed: 0.032 s shouldNotSortUnsortableColumns Time elapsed: 0.026 s multipleSort Time elapsed: 0.022 s shouldUseCustomCompratorsIfSpecified Time elapsed: 0.02 s shouldRestoreSortStateFromProperties Time elapsed: 0.064 s shouldSortByClickingOnTheHeader Time elapsed: 0.025 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowRegularExpressionConverterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowRegularExpressionConverterTest shouldConvertQuestionMarkFromDisplayToCanonical Time elapsed: 0.002 s shouldConvertQuestionMarkFromCanonicalToDisplay Time elapsed: 0.001 s shouldConvertAsteriskFromDisplayToCanonical Time elapsed: 0.001 s shouldConvertAsteriskFromCanonicalToDisplay Time elapsed: 0 s shouldConvertMixedFromDisplayToCanonical Time elapsed: 0.001 s shouldConvertMixedFromCanonicalToDisplay Time elapsed: 0 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.DefaultGlazedListsStaticFilterStrategyTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.DefaultGlazedListsStaticFilterStrategyTest shouldResetFilterinSameOrderWithStaticHomerFilter Time elapsed: 0.414 s shouldFilterForSimpsonsWithStaticHomerFilter Time elapsed: 0.104 s shouldResetFilterinDifferentOrder Time elapsed: 0.169 s shouldReEvaluateWithChange Time elapsed: 0.003 s shouldFilterForSimpsons Time elapsed: 0.034 s shouldResetFilterinDifferentOrderWithStaticHomerFilter Time elapsed: 0.138 s shouldResetFilterinSameOrder Time elapsed: 0.055 s shouldFilterForMultipleCriteria Time elapsed: 0.035 s shouldFilterForMultipleCriteriaWithStaticHomerFilter Time elapsed: 0.07 s shouldReEvaluateWithoutChange Time elapsed: 0.075 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxFilterRowHeaderCompositeIntegrationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.011 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxFilterRowHeaderCompositeIntegrationTest shouldFilterForMaleSimpsons Time elapsed: 0.55 s shouldKeepFilterOnEdit Time elapsed: 0.911 s shouldKeepFilterOnSort skipped shouldKeepFilterOnStructuralChanges Time elapsed: 0.983 s shouldFilterForSimpsons Time elapsed: 0.226 s shouldFilterOnLoadPersistedState Time elapsed: 1.443 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowUtilsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowUtilsTest parseLessThanOrEqualSymbol Time elapsed: 0.001 s parseWithoutThresholdSymbols Time elapsed: 0 s parseGreaterThanOrEqualSymbolWithSpace Time elapsed: 0.001 s parseLessThanSymbolWithoutSpace Time elapsed: 0.001 s parseLessThanSymbol Time elapsed: 0.001 s shouldMapBetweenNatTableAndGlazedLists Time elapsed: 0.004 s parseNotEqualSymbolWithSpace Time elapsed: 0.001 s parseMultipleStrings Time elapsed: 0 s parseNotEqualSymbol Time elapsed: 0 s parseMultiple Time elapsed: 0.001 s parseGreaterThanSymbolWithoutSpace Time elapsed: 0.001 s parseGreaterThanSymbol Time elapsed: 0.001 s parseWithInvalidSymbols skipped parseMultipleStringsWithSpaces Time elapsed: 0.001 s parseEqualSymbolWithSpace Time elapsed: 0 s parseLessThanOrEqualSymbolWithSpace Time elapsed: 0 s parseGreaterThanOrEqualSymbol Time elapsed: 0.001 s parseEqualSymbol Time elapsed: 0 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxGlazedListsFilterStrategyTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxGlazedListsFilterStrategyTest shouldFilterAll Time elapsed: 0.033 s shouldResetFilterinSameOrderWithStaticHomerFilter Time elapsed: 0.208 s shouldFilterForSimpsonsWithStaticHomerFilter Time elapsed: 0.051 s shouldResetFilterinDifferentOrder Time elapsed: 0.071 s shouldFilterForSimpsons Time elapsed: 0.025 s shouldResetFilterinDifferentOrderWithStaticHomerFilter Time elapsed: 0.174 s shouldResetFilterinSameOrder Time elapsed: 0.07 s shouldFilterForMultipleCriteria Time elapsed: 0.042 s shouldFilterForMultipleCriteriaWithStaticHomerFilter Time elapsed: 0.121 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.DefaultGlazedListsFilterStrategyTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.DefaultGlazedListsFilterStrategyTest shouldFilterTwoBooleanColumns Time elapsed: 0.003 s shouldResetFilterinDifferentOrder Time elapsed: 0.072 s shouldReEvaluateWithChange Time elapsed: 0.002 s shouldFilterForSimpsons Time elapsed: 0.027 s shouldResetFilterinSameOrder Time elapsed: 0.059 s shouldFilterForMultipleCriteria Time elapsed: 0.033 s shouldReEvaluateWithoutChange Time elapsed: 0.046 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowDataProviderTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowDataProviderTest settingTextValueAppliesTextFilter Time elapsed: 0.001 s persistence Time elapsed: 0.004 s clearingFilterFiresUpdateEvent Time elapsed: 0.001 s shouldRecoverFromCorruptPersistedState Time elapsed: 0.001 s loadingStateFiresUpdateEvent Time elapsed: 0.002 s testRegularExpressionWithPipes Time elapsed: 0.002 s testPersistenceRegularExpressionWithPipes Time elapsed: 0.002 s settingAValueFiresUpdateEvent Time elapsed: 0.022 s setDataValue Time elapsed: 0.001 s shouldRemoveNonFilteredColumnsWhenLoadingState Time elapsed: 0.003 s settingThresholdValuesUpdatedFilter Time elapsed: 0.005 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowDataLayerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowDataLayerTest shouldHandleTheClearAllFiltersCommand Time elapsed: 0.002 s testUnregisterPersistable Time elapsed: 0.019 s shouldHandleClearFilterCommand Time elapsed: 0.001 s saveState Time elapsed: 0.003 s shouldHandleTheToggeleFilterRowCommand Time elapsed: 0.001 s loadState Time elapsed: 0.001 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowHeaderCompositeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowHeaderCompositeTest shouldHandleTheClearAllFiltersCommand Time elapsed: 0.003 s shouldHandleClearFilterCommand Time elapsed: 0.001 s shouldHandleTheToggeleFilterRowCommand Time elapsed: 0.001 s shouldSwitchVisibilityProgrammatically Time elapsed: 0 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.hierarchical.HierarchicalTreeLayerGlazedListsTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hierarchical.HierarchicalTreeLayerGlazedListsTest shouldClearCollapsedStateOnFilter Time elapsed: 0.04 s shouldFindIndex Time elapsed: 0.003 s shouldOnlySortLastLevel Time elapsed: 0.039 s shouldCleanupRetainedCollapsedStates Time elapsed: 0.005 s shouldOnlySortMiddleLevel Time elapsed: 0.01 s shouldRetainCollapsedStateOnFilter Time elapsed: 0.005 s shouldRetainCollapsedStateOnSort Time elapsed: 0.003 s shouldRetainCollapsedStateOnDescSorting Time elapsed: 0.002 s shouldBecomeUnsorted Time elapsed: 0.002 s shouldOnlySortFirstLevel Time elapsed: 0.005 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByModelPersistenceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByModelPersistenceTest testSaveStateAfterUngroup Time elapsed: 0.001 s testSaveState Time elapsed: 0 s testLoadState Time elapsed: 0 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerSummaryRowConcurrencyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.065 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerSummaryRowConcurrencyTest shouldCorrectlyCalculateSummaryValues Time elapsed: 2.065 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerTest testConfigLabelsWithGroupingAndSummary Time elapsed: 0.014 s testTwoLevelGroupSortSummary Time elapsed: 0.106 s testGroupByItemCount Time elapsed: 0.006 s testKeepSortOnGrouping Time elapsed: 0.011 s testClearCollapsedStateOnReGrouping Time elapsed: 0.012 s testOneLevelGroupSortSummary Time elapsed: 0.048 s testOneLevelGrouping Time elapsed: 0.003 s testTwoLevelGroupWithCustomComparator Time elapsed: 0.016 s testGetElementsInGroupWithNullValue Time elapsed: 0.003 s testProvidedLabels Time elapsed: 0.002 s testConfigLabelsWithoutGrouping Time elapsed: 0.001 s testConfigLabelsWithGrouping Time elapsed: 0.003 s testConfigLabelsWithGroupingAndSummaryWithConditional Time elapsed: 0.007 s testOneLevelGroupSortTree Time elapsed: 0.015 s testGroupByItemCountAfterListChange Time elapsed: 0.033 s testTwoLevelGrouping Time elapsed: 0.006 s testRetainCollapsedStateOnGrouping Time elapsed: 0.004 s testOneLevelGroupSortOther Time elapsed: 0.014 s Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree.GlazedListTreeRowModelExpandCollapseTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree.GlazedListTreeRowModelExpandCollapseTest testCollapseAll Time elapsed: 0.006 s testGetChildrenByIndex Time elapsed: 0.001 s testExpandCollapseByObject Time elapsed: 0.002 s testInitialExpanded Time elapsed: 0.001 s testCollapseExpandAllNonUnique Time elapsed: 0.006 s testCollapseAllNonUnique Time elapsed: 0.003 s testCollapseExpandAll Time elapsed: 0.002 s testExpandToLevel Time elapsed: 0.002 s testCollapseAllStepByStep Time elapsed: 0.001 s testExpandCollapseByIndex Time elapsed: 0.001 s Results: Tests run: 154, Failures: 0, Errors: 0, Skipped: 2 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature >-- [INFO] Building [feature] NatTable GlazedLists Extension Feature 2.0.0-SNAPSHOT [13/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/target/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature >-- [INFO] Building [feature] NatTable GlazedLists Extension Source Feature 2.0.0-SNAPSHOT [14/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/target/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula >-- [INFO] Building [bundle] NatTable extension for Nebula widgets 2.0.0-SNAPSHOT [15/26] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.nebula [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/org.eclipse.nebula.widgets.nattable.extension.nebula-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/org.eclipse.nebula.widgets.nattable.extension.nebula-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.nebula --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.feature >-- [INFO] Building [feature] NatTable Nebula Extension Feature 2.0.0-SNAPSHOT [16/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.nebula.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature/target/org.eclipse.nebula.widgets.nattable.extension.nebula.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature >-- [INFO] Building [feature] NatTable Nebula Extension Source Feature 2.0.0-SNAPSHOT [17/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/target/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi >-- [INFO] Building [bundle] NatTable extension for Apache POI 2.0.0-SNAPSHOT [18/26] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.poi [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/org.eclipse.nebula.widgets.nattable.extension.poi-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/org.eclipse.nebula.widgets.nattable.extension.poi-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.poi --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.feature >-- [INFO] Building [feature] NatTable POI Extension Feature 2.0.0-SNAPSHOT [19/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.poi.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature/target/org.eclipse.nebula.widgets.nattable.extension.poi.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.source.feature >-- [INFO] Building [feature] NatTable POI Extension Source Feature 2.0.0-SNAPSHOT [20/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.poi.source.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/target/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.updatesite >-- [INFO] Building NatTable Update Site 2.0.0-SNAPSHOT [21/26] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- maven-resources-plugin:2.4.1:copy-resources (copy-resources) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] Deleting /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/target [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.updatesite [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (report-aggregate) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] Loading execution data file /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core.tests' with 533 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests' with 63 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core' with 1166 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core.source.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core' with 1166 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.e4' with 10 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.e4.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.e4.source.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.e4' with 10 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists' with 57 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists' with 57 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.nebula' with 13 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.nebula.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.nebula' with 13 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.poi' with 3 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.poi.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.poi.source.feature' with 0 classes [INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.poi' with 3 classes [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/target/org.eclipse.nebula.widgets.nattable.updatesite-2.0.0-SNAPSHOT.zip [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:single (make-assembly) @ org.eclipse.nebula.widgets.nattable.updatesite --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/target/org.eclipse.nebula.widgets.nattable.updatesite-2.0.0-SNAPSHOT-site.zip [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples >-- [INFO] Building org.eclipse.nebula.widgets.nattable.examples 2.0.0-SNAPSHOT [22/26] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] Compiling 192 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/src/test/resources [INFO] [INFO] >>> exec-maven-plugin:1.2.1:java (default) > validate @ org.eclipse.nebula.widgets.nattable.examples >>> [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] [INFO] <<< exec-maven-plugin:1.2.1:java (default) < validate @ org.eclipse.nebula.widgets.nattable.examples <<< [INFO] [INFO] [INFO] --- exec-maven-plugin:1.2.1:java (default) @ org.eclipse.nebula.widgets.nattable.examples --- Creating examples.index basedir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/org.eclipse.nebula.widgets.nattable.examples-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/org.eclipse.nebula.widgets.nattable.examples-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (default) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] Executing tasks main: prepare_jar: [jar] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/NatTableExamples.jar [jar] org/eclipse/nebula/widgets/nattable/examples/examples/waiting.gif already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/fixtures/column_header_bg.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/fixtures/row_header_bg.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/fixtures/selected_column_header_bg.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/resources/column_header_bg.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/resources/hovered_column_header_bg.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/resources/selected_column_header_bg.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/resources/selected_hovered_column_header_bg.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/runner/nebula_logo_16.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/runner/nebula_logo_32.png already added, skipping [jar] org/eclipse/nebula/widgets/nattable/examples/runner/nebula_logo_64.png already added, skipping [jar] OSGI-INF/l10n/bundle.properties already added, skipping [jar] OSGI-INF/l10n/bundle.properties already added, skipping [jar] META-INF/LICENSE.txt already added, skipping [jar] META-INF/NOTICE.txt already added, skipping [jar] OSGI-INF/l10n/bundle.properties already added, skipping [jar] META-INF/LICENSE.txt already added, skipping [jar] META-INF/NOTICE.txt already added, skipping [jar] OSGI-INF/l10n/bundle.properties already added, skipping [jar] OSGI-INF/l10n/bundle.properties already added, skipping [jar] OSGI-INF/l10n/bundle.properties already added, skipping [jar] OSGI-INF/l10n/bundle.properties already added, skipping [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:1.8:attach-artifact (attach-artifacts) @ org.eclipse.nebula.widgets.nattable.examples --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4 >-- [INFO] Building [bundle] NatTable Eclipse 4 Examples 2.0.0-SNAPSHOT [23/26] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples.e4 [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/target/org.eclipse.nebula.widgets.nattable.examples.e4-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/target/org.eclipse.nebula.widgets.nattable.examples.e4-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.examples.e4 --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.feature >-- [INFO] Building [feature] NatTable E4 Examples Feature 2.0.0-SNAPSHOT [24/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples.e4.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature/target/org.eclipse.nebula.widgets.nattable.examples.e4.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature >-- [INFO] Building [feature] NatTable E4 RCP Feature 2.0.0-SNAPSHOT [25/26] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/target/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature --- [INFO] [INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.product >-- [INFO] Building NatTable Eclipse 4 Examples Application 2.0.0-SNAPSHOT [26/26] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] The project's OSGi version is 2.0.0.202101050738 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples.e4.product [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] Building zip: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/org.eclipse.nebula.widgets.nattable.examples.e4.product-2.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:2.0.0:materialize-products (materialize-products) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] Installing product org.eclipse.nebula.widgets.nattable.examples.e4.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product/win32/win32/x86_64 Installing org.eclipse.nebula.widgets.nattable.examples.e4.product 2.0.0.202101050738. Installing org.eclipse.collections.feature.feature.group 10.4.0.v20200820-2049. Operation completed in 3629 ms. [INFO] Installing product org.eclipse.nebula.widgets.nattable.examples.e4.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product/linux/gtk/x86_64 Installing org.eclipse.nebula.widgets.nattable.examples.e4.product 2.0.0.202101050738. Installing org.eclipse.collections.feature.feature.group 10.4.0.v20200820-2049. Operation completed in 3594 ms. [INFO] Installing product org.eclipse.nebula.widgets.nattable.examples.e4.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product/macosx/cocoa/x86_64/NatTable Example Application.app Installing org.eclipse.nebula.widgets.nattable.examples.e4.product 2.0.0.202101050738. Installing org.eclipse.collections.feature.feature.group 10.4.0.v20200820-2049. Operation completed in 3871 ms. [INFO] [INFO] --- tycho-p2-director-plugin:2.0.0:archive-products (archive-products) @ org.eclipse.nebula.widgets.nattable.examples.e4.product --- [INFO] Building zip: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] -------------< org.eclipse.nebula.widgets.nattable:parent >------------- [INFO] Building Nebula NatTable 2.0.0-SNAPSHOT [27/26] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar-maven-plugin:3.7.0.1746:sonar (default-cli) @ parent --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.5.0 [INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) [INFO] Load global settings [INFO] Load global settings (done) | time=723ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=208ms [INFO] Load/download plugins (done) | time=72042ms [INFO] Loaded core extensions: developer-scanner [INFO] JavaScript/TypeScript frontend is enabled [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'org.eclipse.nebula.widgets.nattable:parent' [INFO] Load project settings for component key: 'org.eclipse.nebula.widgets.nattable:parent' (done) | time=125ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=4ms [INFO] Project key: org.eclipse.nebula.widgets.nattable:parent [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar [INFO] Working dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=120ms [INFO] Check ALM binding of project 'org.eclipse.nebula.widgets.nattable:parent' [INFO] Detected project binding: NOT_BOUND [INFO] Check ALM binding of project 'org.eclipse.nebula.widgets.nattable:parent' (done) | time=109ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=114ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=4ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=214ms [INFO] Load active rules [INFO] Load active rules (done) | time=3456ms [INFO] Organization key: eclipse [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[bundle] NatTable Core' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable Core Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable Core Source Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.source.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[test-bundle] NatTable Core Tests' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[bundle] NatTable Dataset Utilities (internal usage)' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module 'org.eclipse.nebula.widgets.nattable.examples' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples [INFO] Source paths: pom.xml, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[bundle] NatTable Eclipse 4 Examples' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4 [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable E4 Examples Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module 'NatTable Eclipse 4 Examples Application' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product [INFO] Source paths: pom.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable E4 RCP Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[bundle] NatTable extension for Eclipse 4' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4 [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable Eclipse 4 Extension Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable Eclipse 4 Extension Source Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.source.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[bundle] NatTable extension for GlazedLists' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable GlazedLists Extension Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable GlazedLists Extension Source Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[test-bundle] NatTable GlazedLists Extensions Test' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[bundle] NatTable extension for Nebula widgets' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable Nebula Extension Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable Nebula Extension Source Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[bundle] NatTable extension for Apache POI' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi [INFO] Source paths: .polyglot.META-INF, src [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable POI Extension Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[feature] NatTable POI Extension Source Feature' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature [INFO] Source paths: .polyglot.feature.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module 'NatTable Update Site' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite [INFO] Source paths: pom.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module '[target] NatTable Target Definition' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target-platform [INFO] Source paths: .polyglot.target-platform.target [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] Indexing files of module 'Nebula NatTable' [INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar [INFO] Source paths: pom.xml [INFO] Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.* [INFO] 1399 files indexed [INFO] 581 files ignored because of inclusion/exclusion patterns [INFO] 1 file ignored because of scm ignore settings [INFO] Quality profile for java: Sonar way [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module [feature] NatTable Nebula Extension Source Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=119ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=2ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=832ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module [test-bundle] NatTable Core Tests [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=420ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [test-bundle] NatTable GlazedLists Extensions Test [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=288ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module [feature] NatTable Nebula Extension Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=378ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module NatTable Eclipse 4 Examples Application [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Load project repositories [INFO] Load project repositories (done) | time=441ms [INFO] Sensor JavaXmlSensor [java] (done) | time=716ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=5ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=223ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=359ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module [bundle] NatTable Eclipse 4 Examples [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=3ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=346ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [feature] NatTable POI Extension Source Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=310ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [bundle] NatTable extension for GlazedLists [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=21ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 48 source files to be analyzed [INFO] 20/48 files analyzed, current file: org.eclipse.nebula.widgets.nattable.extension.glazedlists/src/org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/DefaultGroupByThemeExtension.java [INFO] 48/48 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=19422ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=2ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=20036ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=3ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=488ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [bundle] NatTable extension for Nebula widgets [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 7 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1479ms [INFO] 7/7 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=2ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=2ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1493ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=2ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=394ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module [feature] NatTable E4 Examples Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=603ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module [feature] NatTable Eclipse 4 Extension Source Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=265ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [feature] NatTable Eclipse 4 Extension Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=345ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [feature] NatTable GlazedLists Extension Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=255ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [feature] NatTable Core Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=263ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [feature] NatTable Core Source Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=400ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [feature] NatTable E4 RCP Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=278ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [bundle] NatTable Dataset Utilities (internal usage) [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=386ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [feature] NatTable POI Extension Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=268ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module NatTable Update Site [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=37ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] 1/1 source files have been analyzed [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=16ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=276ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module [bundle] NatTable Core [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=14ms [INFO] Java Main Files AST scan [INFO] 1045 source files to be analyzed [INFO] 58/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/ui/matcher/CellPainterMouseEventMatcher.java [INFO] 125/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/performance/command/ColumnGroupReorderEndCommandHandler.java [INFO] 187/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/preserve/Selections.java [INFO] 231/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/hover/config/SimpleHoverStylingBindings.java [INFO] 303/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/data/ExtendedReflectiveColumnPropertyAccessor.java [INFO] 380/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/datachange/RowInsertDataChangeHandler.java [INFO] 442/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/blink/KeyStrategy.java [INFO] 522/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectionModel.java [INFO] 567/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/layer/SizeConfig.java [INFO] 639/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/performance/GroupModel.java [INFO] 684/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/export/action/ExportTableAction.java [INFO] 744/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/datachange/UpdateDataChangeHandler.java [INFO] 850/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/ui/matcher/CellEditorMouseEventMatcher.java [INFO] 897/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/ui/scaling/ScalingUiBindingConfiguration.java [INFO] 961/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/resize/event/ColumnResizeEvent.java [INFO] Java Main Files AST scan (done) | time=159242ms [INFO] 1045/1045 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=2ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=159270ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=3ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=9ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=4ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1012ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] ------------- Run sensors on module [bundle] NatTable extension for Apache POI [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1383ms [INFO] Java Test Files AST scan [INFO] 3/3 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=13ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1407ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=389ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [feature] NatTable GlazedLists Extension Source Feature [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=545ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module [bundle] NatTable extension for Eclipse 4 [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=3ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=3ms [INFO] Java Main Files AST scan [INFO] 12 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=4185ms [INFO] 12/12 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=2ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=4201ms [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=371ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module [target] NatTable Target Definition [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=272ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.eclipse.nebula.widgets.nattable.examples [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=20ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=26ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=271ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module Nebula NatTable [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor SonarCSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=32ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=57ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/jenkins/agent/workspace/nattable-snapshot-sonar/../org.eclipse.nebula.widgets.nattable.updatesite/target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor JavaSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/java [INFO] Read 1837 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/java [INFO] 07:49:30.080605 Building Runtime Type propagation graph [INFO] 07:49:30.855694 Running Tarjan on 39945 nodes [INFO] 07:49:31.150048 Tarjan found 39098 components [INFO] 07:49:31.490627 Variable type analysis: done [INFO] 07:49:31.499326 Building Runtime Type propagation graph [INFO] 07:49:32.839575 Running Tarjan on 39630 nodes [INFO] 07:49:32.92961 Tarjan found 38864 components [INFO] 07:49:33.110331 Variable type analysis: done [INFO] Analyzing 7883 ucfgs to detect vulnerabilities. [INFO] All rules entrypoints : 0 Retained UCFGs : 0 [INFO] rule: S5131, entrypoints: 0 [INFO] rule: S5131 done [INFO] rule: S3649, entrypoints: 0 [INFO] rule: S3649 done [INFO] rule: S2076, entrypoints: 0 [INFO] rule: S2076 done [INFO] rule: S2091, entrypoints: 0 [INFO] rule: S2091 done [INFO] rule: S2078, entrypoints: 0 [INFO] rule: S2078 done [INFO] rule: S2631, entrypoints: 0 [INFO] rule: S2631 done [INFO] rule: S5135, entrypoints: 0 [INFO] rule: S5135 done [INFO] rule: S2083, entrypoints: 0 [INFO] rule: S2083 done [INFO] rule: S5167, entrypoints: 0 [INFO] rule: S5167 done [INFO] rule: S5144, entrypoints: 0 [INFO] rule: S5144 done [INFO] rule: S5145, entrypoints: 0 [INFO] rule: S5145 done [INFO] rule: S5146, entrypoints: 0 [INFO] rule: S5146 done [INFO] rule: S5334, entrypoints: 0 [INFO] rule: S5334 done [INFO] Sensor JavaSecuritySensor [security] (done) | time=28633ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/ucfg_cs2 [INFO] No UCFGs have been included for analysis. [INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/php [INFO] No UCFGs have been included for analysis. [INFO] Sensor PhpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/python [INFO] No UCFGs have been included for analysis. [INFO] Sensor PythonSecuritySensor [security] (done) | time=2ms [INFO] Sensor JsSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/js [INFO] No UCFGs have been included for analysis. [INFO] Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] ------------- Run sensors on project [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=17ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=1728ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 1 source file to be analyzed [INFO] SCM Publisher 1/1 source file have been analyzed (done) | time=558ms [INFO] CPD Executor 302 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 813 files [INFO] CPD Executor CPD calculation finished (done) | time=439ms [INFO] Analysis report generated in 916ms, dir size=10 MB [INFO] Analysis report compressed in 3573ms, zip size=4 MB [INFO] Analysis report uploaded in 1900ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.nebula.widgets.nattable%3Aparent [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AXbRhj-bSm-rkPyZul9L [INFO] Analysis total time: 4:15.262 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Nebula NatTable 2.0.0-SNAPSHOT: [INFO] [INFO] Nebula NatTable .................................... SUCCESS [05:35 min] [INFO] [target] NatTable Target Definition ................ SUCCESS [ 0.245 s] [INFO] [bundle] NatTable Core ............................. SUCCESS [ 27.498 s] [INFO] [bundle] NatTable Dataset Utilities (internal usage) SUCCESS [ 0.683 s] [INFO] [test-bundle] NatTable Core Tests .................. SUCCESS [ 48.190 s] [INFO] [feature] NatTable Core Feature .................... SUCCESS [ 0.189 s] [INFO] [feature] NatTable Core Source Feature ............. SUCCESS [ 0.101 s] [INFO] [bundle] NatTable extension for Eclipse 4 .......... SUCCESS [ 0.701 s] [INFO] [feature] NatTable Eclipse 4 Extension Feature ..... SUCCESS [ 0.123 s] [INFO] [feature] NatTable Eclipse 4 Extension Source Feature SUCCESS [ 0.113 s] [INFO] [bundle] NatTable extension for GlazedLists ........ SUCCESS [ 1.173 s] [INFO] [test-bundle] NatTable GlazedLists Extensions Test . SUCCESS [ 25.424 s] [INFO] [feature] NatTable GlazedLists Extension Feature ... SUCCESS [ 0.085 s] [INFO] [feature] NatTable GlazedLists Extension Source Feature SUCCESS [ 0.076 s] [INFO] [bundle] NatTable extension for Nebula widgets ..... SUCCESS [ 0.419 s] [INFO] [feature] NatTable Nebula Extension Feature ........ SUCCESS [ 0.148 s] [INFO] [feature] NatTable Nebula Extension Source Feature . SUCCESS [ 0.130 s] [INFO] [bundle] NatTable extension for Apache POI ......... SUCCESS [ 0.343 s] [INFO] [feature] NatTable POI Extension Feature ........... SUCCESS [ 0.164 s] [INFO] [feature] NatTable POI Extension Source Feature .... SUCCESS [ 0.114 s] [INFO] NatTable Update Site ............................... SUCCESS [ 35.296 s] [INFO] org.eclipse.nebula.widgets.nattable.examples ....... SUCCESS [ 21.275 s] [INFO] [bundle] NatTable Eclipse 4 Examples ............... SUCCESS [ 0.630 s] [INFO] [feature] NatTable E4 Examples Feature ............. SUCCESS [ 0.130 s] [INFO] [feature] NatTable E4 RCP Feature .................. SUCCESS [ 0.497 s] [INFO] NatTable Eclipse 4 Examples Application ............ SUCCESS [ 27.763 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:27 min [INFO] Finished at: 2021-01-05T07:50:06Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 63 killed; [ssh-agent] Stopped. Sending e-mails to: nattable-dev@eclipse.org Recording test results Finished: SUCCESS