Started by user Stephan Wahlbrink Running as Stephan Wahlbrink Resume disabled by user, switching to high-performance, low-durability mode. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-vgbdg is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-vgbdg" namespace: "statet" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.statet.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-vgbdg" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-vgbdg" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.statet.svc.cluster.local/statet/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-statet" 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" Running on basic-vgbdg in /home/jenkins/agent/workspace/statet-4.8.x-r [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] echo Build *Release* branch= releases/4.8.0.202308171800-r / timestamp= 202308171800-r [Pipeline] script [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.8.x-r/statet [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository https://gitlab.eclipse.org/eclipse/statet/statet.git > git init /home/jenkins/agent/workspace/statet-4.8.x-r/statet # timeout=10 Fetching upstream changes from https://gitlab.eclipse.org/eclipse/statet/statet.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/statet-4.8.x-r/statet@tmp/jenkins-gitclient-ssh173730299092926412.key Verifying host key using known hosts file > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/statet/statet.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/statet/statet.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 96d53ae713c5d1cfb7b879a2d31b7e5249be09b2 (releases/4.8.0.202308171800-r) > git rev-parse refs/remotes/origin/releases/4.8.0.202308171800-r^{commit} # timeout=10 > git rev-parse releases/4.8.0.202308171800-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 96d53ae713c5d1cfb7b879a2d31b7e5249be09b2 # timeout=10 Commit message: "Release 4.8.0 (202308171800-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests [Pipeline] { [Pipeline] sh + mkdir tmp + cd tmp + curl -sL --max-time 10 --retry 2 https://github.com/commonmark/commonmark-spec/archive/refs/tags/0.30.tar.gz + tar -xz --strip-components=1 commonmark-spec-0.30/spec.txt + mv spec.txt spec-0.30.txt + ls -Al total 204 -rw-r--r--. 1 jenkins 1000780000 204971 Jun 20 2021 spec-0.30.txt [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build 'statet') [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.8.x-r/statet [Pipeline] { [Pipeline] sh + mvn -f statet-pom.xml verify -P eclipse-sign --batch-mode -Dstatet.dependencies.url=https://ci.eclipse.org/statet/job/3rdparty-main/72/artifact/statet/3rdparty/_assemblies/repository/target/repository -Dtycho.localArtifacts=ignore -Dstatet.build.timestamp=202308171800-r -Dassembly.tarLongFileMode=posix -Dmaven.test.failure.ignore=true -Dstatet.test.excludes= Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/tools/apache-maven/3.8.6 Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:eclipse-plugin:4.8.0.202308171800-r [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:eclipse-plugin:4.8.0.202308171800-r [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.statet.r:org.eclipse.statet.ide.ui:eclipse-plugin:4.8.0.202308171800-r [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.statet.r:org.eclipse.statet.r.ui:eclipse-plugin:4.8.0.202308171800-r [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/target-eclipse.ide/target-eclipse.ide.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@1bf3af3d... [INFO] Adding repository https://ci.eclipse.org/statet/job/3rdparty-main/72/artifact/statet/3rdparty/_assemblies/repository/target/repository [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.jsch:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.apache:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests:4.4.0.202107080600-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.rcpdemo.product [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/.polyglot.META-INF [INFO] Resolving target definition file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/target-eclipse.ide/target-eclipse.ide.target for environments=[win32/win32/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@1bf3af3d... [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.doc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/statet-repository/pom.xml [WARNING] The project org.eclipse.statet-releng:parent:pom:4.8.0.202308171800-r uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The project org.eclipse.statet-releng:spring.boot-parent:pom:4.8.0.202308171800-r uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse StatET - Maven Parent [pom] [INFO] target-eclipse.ide [eclipse-target-definition] [INFO] Eclipse StatET - Parent for Eclipse IDE based applications [pom] [INFO] Eclipse StatET - Parent for Spring Boot based applications [pom] [INFO] jcommons [pom] [INFO] org.eclipse.statet.jcommons.util [eclipse-plugin] [INFO] [test-bundle] StatET JCommons - Util - Tests (Incubation) [eclipse-test-plugin] [INFO] org.eclipse.statet.jcommons.text.core [eclipse-plugin] [INFO] [test-bundle] StatET JCommons - Text - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET JCommons - Net - Core - JSch Integration (Incubation) [eclipse-plugin] [INFO] [bundle] StatET JCommons - Net - Core - Mina SSH Integration (Incubation) [eclipse-plugin] [INFO] ecommons [pom] [INFO] [bundle] StatET ECommons - Runtime - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Runtime - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Preferences - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Net - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - EMF - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - EMF - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Databinding - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Text - Core (Incubation) [eclipse-plugin] [INFO] [test-bundle] StatET ECommons - Text - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET ECommons - Miscellany of Core Packages (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Debug - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Miscellany of UI Packages (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Debug - UI (Incubation) [eclipse-plugin] [INFO] ecommons.waltable [pom] [INFO] [bundle] StatET ECommons - WaLTable - Core (Incubation) [eclipse-plugin] [INFO] ecommons.edb [pom] [INFO] [bundle] StatET ECommons - Embedded DB - Core (Incubation) [eclipse-plugin] [INFO] autonature [pom] [INFO] [bundle] StatET EUtils - Auto-Nature (Incubation) [eclipse-plugin] [INFO] autonature [pom] [INFO] [feature] StatET Auto Project Configuration (Incubation) [eclipse-feature] [INFO] autorun [pom] [INFO] [bundle] StatET EUtils - Auto Run (Incubation) [eclipse-plugin] [INFO] autorun [pom] [INFO] [feature] StatET Auto Run (Incubation) [eclipse-feature] [INFO] ltk [pom] [INFO] [bundle] StatET LTK (Incubation) [eclipse-plugin] [INFO] [bundle] StatET LTK - Core (Incubation) [eclipse-plugin] [INFO] [test-bundle] StatET LTK - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET LTK - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET LTK - Buildpath - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET LTK - Buildpath - UI (Incubation) [eclipse-plugin] [INFO] ltk [pom] [INFO] [feature] StatET LTK (Incubation) [eclipse-feature] [INFO] yaml [pom] [INFO] [bundle] StatET YAML Tools - Core (Incubation) [eclipse-plugin] [INFO] [test-bundle] StatET YAML Tools - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET YAML Tools - UI (Incubation) [eclipse-plugin] [INFO] yaml [pom] [INFO] [feature] StatET YAML Editor (Incubation) [eclipse-feature] [INFO] docmlet [pom] [INFO] [bundle] StatET DocMLET - Base - Core (Incubation) [eclipse-plugin] [INFO] [test-bundle] StatET DocMLET - Base - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET DocMLET - Base - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET DocMLET - TeX - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET DocMLET - TeX - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET DocMLET - Wikitext - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET DocMLET - Wikitext - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - Core (Incubation) [eclipse-plugin] [INFO] [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET DocMLET - Documentation (Incubation) [eclipse-plugin] [INFO] docmlet [pom] [INFO] rj.core [pom] [INFO] org.eclipse.statet.rj.data [eclipse-plugin] [INFO] org.eclipse.statet.rj.services.core [eclipse-plugin] [INFO] [test-bundle] StatET RJ - Data - Tests (Incubation) [eclipse-test-plugin] [INFO] org.eclipse.statet.rj.server [eclipse-plugin] [INFO] [test-bundle] StatET RJ - Server - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET RJ - Server - Remote Tools (Incubation) [eclipse-plugin] [INFO] StatET RJ - Server - R Package Skeleton + API (Incubation) [jar] [INFO] [test-bundle] StatET RJ - R Services API and Tools - Tests (Incubation) [eclipse-test-plugin] [INFO] org.eclipse.statet.rj.client [eclipse-plugin] [INFO] [bundle] StatET RJ - Java Core (Incubation) [eclipse-plugin] [INFO] rj.core [pom] [INFO] [feature] StatET RJ - Core (Incubation) [eclipse-feature] [INFO] org.eclipse.statet.rj.server-consoleserver [pom] [INFO] rj.servi [pom] [INFO] org.eclipse.statet.rj.servi [eclipse-plugin] [INFO] [test-bundle] StatET RJ - RServi - Tests (Incubation) [eclipse-test-plugin] [INFO] org.eclipse.statet.rj.servi.webapp [war] [INFO] rj.servi [pom] [INFO] rj.eclient [pom] [INFO] [bundle] StatET RJ - Eclipse Client - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET RJ - Eclipse Client (Incubation) [eclipse-plugin] [INFO] [bundle] StatET RJ - Eclipse Client - R Graphics (Incubation) [eclipse-plugin] [INFO] rj.eclient [pom] [INFO] [feature] StatET RJ - Eclipse Client (Incubation) [eclipse-feature] [INFO] [feature] StatET RJ - RServi E-Compilation (Incubation) [eclipse-feature] [INFO] Eclipse StatET RJ - RServi [eclipse-repository] [INFO] rj.examples [pom] [INFO] [bundle] StatET RJ - RServi Demo (Incubation) [eclipse-plugin] [INFO] [bundle] StatET RJ - RServi RCP Demo 1 (Incubation) [eclipse-plugin] [INFO] [bundle] StatET RJ - RServi RCP Demo 2 (Incubation) [eclipse-plugin] [INFO] rj.examples [pom] [INFO] [feature] StatET RJ - RCP Demo 2 (Incubation) [eclipse-feature] [INFO] [product] RServi RCP Demo [eclipse-repository] [INFO] rhelp [pom] [INFO] org.eclipse.statet.rhelp.core [eclipse-plugin] [INFO] [test-bundle] StatET R-Help - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] org.eclipse.statet.rhelp.server [jar] [INFO] r [pom] [INFO] [bundle] StatET IDE - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET IDE - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET NiCo - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET NiCo - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R - Core (Incubation) [eclipse-plugin] [INFO] [test-bundle] StatET R - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET R - Console - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R - Console - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R - Debug - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R - Debug - UI (Incubation) [eclipse-plugin] [INFO] org.eclipse.statet.r.launching.winrgui [eclipse-plugin] [INFO] [bundle] StatET R - Add-on for R Apps (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R - Documentation (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R (Incubation) [eclipse-plugin] [INFO] r [pom] [INFO] [feature] StatET IDE for R (Incubation) [eclipse-feature] [INFO] redocs [pom] [INFO] [bundle] StatET ReDocs - Commons for R (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ReDocs - LaTeX+R (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ReDocs - LaTeX+R - R Debug (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ReDocs - LaTeX+R - Documentation (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ReDocs - Wikitext+R (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ReDocs - Wikitext+R - R Debug (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ReDocs - Wikitext+R - CommonMark (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ReDocs - Wikitext+R - Textile (Incubation) [eclipse-plugin] [INFO] redocs [pom] [INFO] [feature] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents) (Incubation) [eclipse-feature] [INFO] [feature] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents) (Incubation) [eclipse-feature] [INFO] rtm [pom] [INFO] [bundle] StatET R Task Model - Base - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R Task Model - Base - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R Task Model - 'ftable' - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R Task Model - 'ftable' - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R Task Model - 'ggplot2' - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET R Task Model - 'ggplot' - UI (Incubation) [eclipse-plugin] [INFO] rtm [pom] [INFO] [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable') (Incubation) [eclipse-feature] [INFO] [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot') (Incubation) [eclipse-feature] [INFO] org.eclipse.statet.repository [eclipse-repository] [INFO] aggregation-statet [pom] [INFO] [INFO] ------------------< org.eclipse.statet-releng:parent >------------------ [INFO] Building Eclipse StatET - Maven Parent 4.8.0.202308171800-r [1/145] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- properties-maven-plugin:1.1.0:write-project-properties (default) @ parent --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] ------------< org.eclipse.statet-releng:target-eclipse.ide >------------ [INFO] Building target-eclipse.ide 4.8.0.202308171800-r [2/145] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-target-definition (default-package-target-definition) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ target-eclipse.ide --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ target-eclipse.ide --- [INFO] [INFO] ------------< org.eclipse.statet-releng:eclipse.ide-parent >------------ [INFO] Building Eclipse StatET - Parent for Eclipse IDE based applications 4.8.0.202308171800-r [3/145] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ eclipse.ide-parent --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ eclipse.ide-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.ide-parent --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ eclipse.ide-parent --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ eclipse.ide-parent --- [INFO] [INFO] ------------< org.eclipse.statet-releng:spring.boot-parent >------------ [INFO] Building Eclipse StatET - Parent for Spring Boot based applications 4.8.0.202308171800-r [4/145] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] ----------------< org.eclipse.statet.jcommons:jcommons >---------------- [INFO] Building jcommons 4.8.0.202308171800-r [5/145] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ jcommons --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ jcommons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ jcommons --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ jcommons --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ jcommons --- [INFO] [INFO] ----< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util >---- [INFO] Building org.eclipse.statet.jcommons.util 4.8.0.202308171800-r [6/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.util --- [INFO] Resolving class path of org.eclipse.statet.jcommons.util... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.util --- [INFO] Compiling 165 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/bundle/Bundles.java:[337] FileSystem fs= null; ^^ The value of the local variable fs is not used 2. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java (at line 463) address.getPort(), exit ) ^^^^ The expression of type int is boxed into Integer 3. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java (at line 558) port )); ^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CaseInsensitiveMap.java:[32] public class CaseInsensitiveMap extends HashMap<@NonNull String, V> { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/bundle/BundleEntryProvider.java:[89] && this.namePattern.pattern().equals(((JarFilePathEntryProvider) obj).namePattern.pattern()) ); ^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedListSet.java:[29] public interface SortedListSet extends NonNullSet, NonNullList { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location 7. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 301) throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$ ^ The expression of type int is boxed into Integer 8. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 1021) throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$ ^ The expression of type int is boxed into Integer 9. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 131) return get(key, Boolean.class, defaultData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 131) return get(key, Boolean.class, defaultData); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 136) return getRequired(key, Boolean.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 141) return get(key, Integer.class, defaultData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int 13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 141) return get(key, Integer.class, defaultData); ^^^^^^^^^^^ The expression of type int is boxed into Integer 14. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 146) return getRequired(key, Integer.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/CommonsRuntime.java:[44] if (environment == null) { throw new NullPointerException("environment"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/CommonsRuntime.java:[80] return CommonsRuntime.environment; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull AppEnvironment' but this expression has type '@Nullable AppEnvironment' 17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/ClassLoaderUtils.java (at line 44) private static String getUrlStringByDomain(final Class refClass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getUrlStringByDomain(Class) from the type ClassLoaderUtils is never used locally 18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/net/core/RemoteProcess.java (at line 34) private final String command; ^^^^^^^ The value of the field RemoteProcess.command is not used [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[26] import org.eclipse.core.runtime.IProgressMonitorWithBlocking; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IProgressMonitorWithBlocking is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[299] private static class EProgressMonitor implements IProgressMonitorWithBlocking { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IProgressMonitorWithBlocking is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[316] public void beginTask(final String name, final int totalWork) { ^^^^^^ Illegal redefinition of parameter name, inherited method from IProgressMonitor does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[322] public void setTaskName(final String name) { ^^^^^^ Illegal redefinition of parameter name, inherited method from IProgressMonitor does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[34] public class SortedArraySet extends AbstractList ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[34] public class SortedArraySet extends AbstractList ^^^^^^^^^^^^ The method Iterator iterator() from AbstractList cannot implement the corresponding method from List due to incompatible nullness constraints 25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java (at line 180) public final boolean add(final @SuppressWarnings("null") @NonNull E element) { ^^^^^^ At least one of the problems in category 'null' is not analysed due to a compiler option being ignored 26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java (at line 224) public @NonNull E set(int index, final @SuppressWarnings("null") @NonNull E element) { ^^^^^^ At least one of the problems in category 'null' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[289] public @NonNull Object[] toArray() { ^^^^^^^^ The return type is incompatible with 'Object @NonNull[]' returned from List.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[289] public @NonNull Object[] toArray() { ^^^^^^^^ The return type is incompatible with 'Object @NonNull[]' returned from AbstractCollection.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[293] return a; ^ Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[301] return Arrays.copyOfRange(SortedArraySet.this.array, this.offset, s - this.offset, (Class) a.getClass()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[305] a[s]= null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[343] this.typeClass= nonNullAssert((Class) array.getClass().getComponentType()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[363] this.typeClass= nonNullAssert((Class) array.getClass().getComponentType()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[397] final E[] newArray= (E[]) Array.newInstance(this.typeClass, Math.max((this.array.length * 3)/2 + 1, minCapacity) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to E[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[408] final E[] newArray= (E[]) Array.newInstance(this.typeClass, l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to E[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[432] ((Comparable) element1).compareTo(element2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from E to Comparable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[445] final int d= this.comparator.compare(a[i], element); ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[463] final int d= ((Comparable) a[i]).compareTo(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from E to Comparable 39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java (at line 551) public final boolean add(final @SuppressWarnings("null") @NonNull E element) { ^^^^^^ At least one of the problems in category 'null' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[634] this.array[--this.size]= null; ^^^^ Null type mismatch: required 'E extends @NonNull Object' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[676] this.array[i]= null; ^^^^ Null type mismatch: required 'E extends @NonNull Object' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[696] public @NonNull Object[] toArray() { ^^^^^^^^ The return type is incompatible with 'Object @NonNull[]' returned from List.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[696] public @NonNull Object[] toArray() { ^^^^^^^^ The return type is incompatible with 'Object @NonNull[]' returned from AbstractCollection.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[699] return a; ^ Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[706] return Arrays.copyOf(this.array, s, (Class) a.getClass()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[710] a[s]= null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' 46 problems (0 errors, 31 warnings, 15 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.jcommons.util --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util --- [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.jcommons.util --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests >-- [INFO] Building [test-bundle] StatET JCommons - Util - Tests (Incubation) 4.8.0.202308171800-r [7/145] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util.tests --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Resolving class path of [test-bundle] StatET JCommons - Util - Tests (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.util.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.util.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util.tests --- [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/surefire.properties] Running null Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in null org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.retainAll Time elapsed: 0.066 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.addAll Time elapsed: 0.003 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.remove Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.add Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.clear Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.retainAll_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.removeAll_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.addAll_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.removeAll Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.add_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.remove_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.clearToList Time elapsed: 0.001 s Running null Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in null org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.addAll_atIndex Time elapsed: 0.004 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.retainAll Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.addAll Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.remove Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.remove_atIndex Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.add Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.clear Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.retainAll_notIdentical Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.removeAll_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.add_atIndex Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.addAll_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.removeAll Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.add_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.remove_notIdentical Time elapsed: 0.001 s Running null Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in null org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_removeElement_ImList_atIndex Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElement_ArrayList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElement_ArrayList_atIndex Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_removeElement_ArrayList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElementIfAbsent_ImList Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElementIfAbsent_ArrayList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_concatList_2ImList Time elapsed: 0.003 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_removeLastElement_ImIdentityList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_addElement_ImIdentityList_atIndex Time elapsed: 0.024 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_concatList_2ImList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_addElement_ImIdentityList Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_removeElement_ImList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_addElementIfAbsent_ImIdentityList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_removeElement_ImIdentityList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElement_ImList Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElement_ImList_atIndex Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_removeElement_ImIdentityList_atIndex Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_removeElement_ArrayList_atIndex Time elapsed: 0.001 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in null org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.equals Time elapsed: 0.005 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.toArray Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.remove Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.contains Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.toArrayEquals Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.removeAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.lastIndexOf Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.add Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.size Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.addAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.clear Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.getAt Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.setAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.indexOf Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.isEmpty Time elapsed: 0.001 s Running null Tests run: 728, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.514 s - in null org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[1] Time elapsed: 0.024 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[5] Time elapsed: 0.022 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[10] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[11] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[1] Time elapsed: 0.003 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[1] Time elapsed: 0.003 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[9] Time elapsed: 0.019 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[6] Time elapsed: 0.016 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[1] Time elapsed: 0.008 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[1] Time elapsed: 0.019 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[8] Time elapsed: 0.012 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[10] Time elapsed: 0.023 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[1] Time elapsed: 0.013 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[1] Time elapsed: 0.003 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[2] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[3] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[12] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[13] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[2] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[7] Time elapsed: 0.016 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[8] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[1] Time elapsed: 0.003 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[2] Time elapsed: 0.004 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[7] Time elapsed: 0.031 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[2] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[5] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[6] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[7] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[12] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[13] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[2] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[2] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[13] Time elapsed: 0.001 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null org.eclipse.statet.jcommons.collections.ImLongSeqListTest.equals Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.toArray Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.remove Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.contains Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.toArrayEquals Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.removeAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.lastIndexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.add Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.size Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.addAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.clear Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.getAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.setAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.indexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongSeqListTest.isEmpty Time elapsed: 0.001 s Running null Tests run: 266, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in null org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[3] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[3] Time elapsed: 0.02 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[7] Time elapsed: 0 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in null org.eclipse.statet.jcommons.collections.ImIntSeqListTest.equals Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.toArray Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.remove Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.contains Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.toArrayEquals Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.removeAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.lastIndexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.add Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.size Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.addAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.clear Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.getAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.setAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.indexOf Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSeqListTest.isEmpty Time elapsed: 0 s Running null Tests run: 266, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in null org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[1] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[2] Time elapsed: 0.025 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[3] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[1] Time elapsed: 0.029 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[6] Time elapsed: 0.008 s org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[7] Time elapsed: 0 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.equals Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.toArray Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.remove Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.contains Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.toArrayEquals Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.removeAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.lastIndexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.add Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.size Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.addAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.clear Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.getAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.setAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.indexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.isEmpty Time elapsed: 0 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in null org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.equals Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.toArray Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.remove Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.contains Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.toArrayEquals Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.removeAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.lastIndexOf Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.add Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.size Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.addAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.clear Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.getAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.setAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.indexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.isEmpty Time elapsed: 0.001 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null org.eclipse.statet.jcommons.collections.ImLongArrayListTest.equals Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.toArray Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.remove Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.contains Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.toArrayEquals Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.removeAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.lastIndexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.add Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.size Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.addAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.clear Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.getAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.setAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.indexOf Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongArrayListTest.isEmpty Time elapsed: 0 s Running null Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.retainAll Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.addAll Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.remove Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.add Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.clear Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.retainAll_notIdentical Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.removeAll_notIdentical Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.addAll_notIdentical Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.removeAll Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.add_notIdentical Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.remove_notIdentical Time elapsed: 0 s org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.clearToList Time elapsed: 0 s Running null Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in null org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.LongList_newLongSequence_Empty Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.IntList_newIntSequence_argCheck Time elapsed: 0.011 s org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.IntList_newIntSequence_Seq Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.IntList_newIntSequence_Empty Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.LongList_newLongSequence_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.LongList_newLongSequence_Seq Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.LongList_newLongSequence_Singleton Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.IntList_newIntSequence_Singleton Time elapsed: 0 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null org.eclipse.statet.jcommons.collections.ImIntArrayListTest.equals Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.toArray Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.remove Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.contains Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.toArrayEquals Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.removeAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.lastIndexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.add Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.size Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.addAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.clear Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.getAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.setAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.indexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImIntArrayListTest.isEmpty Time elapsed: 0 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.equals Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.toArray Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.remove Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.contains Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.toArrayEquals Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.removeAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.lastIndexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.add Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.size Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.addAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.clear Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.getAt Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.setAt Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.indexOf Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.isEmpty Time elapsed: 0.001 s Running null Tests run: 728, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s - in null org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[6] Time elapsed: 0.009 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[2] Time elapsed: 0.003 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[3] Time elapsed: 0.014 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[3] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[3] Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[5] Time elapsed: 0.034 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[7] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[3] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[11] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[12] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[13] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[1] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[2] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[4] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[5] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[6] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[8] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[9] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[10] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[13] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[1] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[2] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[3] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[4] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[5] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[6] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[7] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[8] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[9] Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[10] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[11] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[12] Time elapsed: 0 s org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[13] Time elapsed: 0 s Running null Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in null org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertBlank_start0 Time elapsed: 0.002 s org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertBlank Time elapsed: 0 s org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertRegion Time elapsed: 0 s org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertBlank_empty Time elapsed: 0.001 s org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.removeTail Time elapsed: 0 s org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertRegion_start0 Time elapsed: 0 s org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertRegion_empty Time elapsed: 0.001 s Running null Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharSequence_emtpy Time elapsed: 0.001 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharArrayString_asciiChar Time elapsed: 0.001 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_String Time elapsed: 0 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharArrayString Time elapsed: 0.001 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_String_emtpy Time elapsed: 0 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_Char_asciiChar Time elapsed: 0.001 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharArrayString_emtpy Time elapsed: 0 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharSequence_asciiChar Time elapsed: 0.001 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharSequence Time elapsed: 0 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_String_asciiChar Time elapsed: 0 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharArrayString_cached Time elapsed: 0 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharSequence_cached Time elapsed: 0 s org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_String_cached Time elapsed: 0 s Running null Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in null org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharSequence_emtpy Time elapsed: 0 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharArrayString_asciiChar Time elapsed: 0 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_String Time elapsed: 0 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharArrayString Time elapsed: 0 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_String_emtpy Time elapsed: 0 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_Char_asciiChar Time elapsed: 0.001 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharArrayString_emtpy Time elapsed: 0 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharSequence_asciiChar Time elapsed: 0 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharSequence Time elapsed: 0 s org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_String_asciiChar Time elapsed: 0 s Running null Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in null org.eclipse.statet.jcommons.string.Utf8StringsTest.getCodepoint Time elapsed: 0.233 s org.eclipse.statet.jcommons.string.Utf8StringsTest.getCodepointLength Time elapsed: 0.169 s org.eclipse.statet.jcommons.string.Utf8StringsTest.isValidCodepoint Time elapsed: 0 s org.eclipse.statet.jcommons.string.Utf8StringsTest.getCodepoint_argCheck Time elapsed: 0.002 s org.eclipse.statet.jcommons.string.Utf8StringsTest.getCodepoint_invalid Time elapsed: 0.001 s Running null Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in null org.eclipse.statet.jcommons.io.UriUtilsTest.toJarUrl Time elapsed: 0.002 s org.eclipse.statet.jcommons.io.UriUtilsTest.toJarUrlString Time elapsed: 0 s org.eclipse.statet.jcommons.io.UriUtilsTest.isJarUrlString Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.UriUtilsTest.isFileUrl Time elapsed: 0 s org.eclipse.statet.jcommons.io.UriUtilsTest.encodeFragment Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.UriUtilsTest.getJarFileUrl Time elapsed: 0 s org.eclipse.statet.jcommons.io.UriUtilsTest.isJarUrl Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.UriUtilsTest.getJarEntryPath_requireJarUrl Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.UriUtilsTest.encodePathSegment Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.UriUtilsTest.getJarEntryPath Time elapsed: 0 s org.eclipse.statet.jcommons.io.UriUtilsTest.isFileUrlString Time elapsed: 0 s org.eclipse.statet.jcommons.io.UriUtilsTest.getJarFileUrl_requireJarUrl Time elapsed: 0.001 s Running null Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.034 s - in null org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_HardLinkFile Time elapsed: 0.009 s org.eclipse.statet.jcommons.io.FileUtilsTest.cleanDirectory Time elapsed: 0.002 s org.eclipse.statet.jcommons.io.FileUtilsTest.cleanDirectory_withFilter Time elapsed: 0.002 s org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_SymbolicLinkDir Time elapsed: 0.002 s org.eclipse.statet.jcommons.io.FileUtilsTest.requireParent_requireNotNull Time elapsed: 0 s org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_notExisting Time elapsed: 0 s org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively Time elapsed: 0.002 s org.eclipse.statet.jcommons.io.FileUtilsTest skipped org.eclipse.statet.jcommons.io.FileUtilsTest.getUserWorkingDirectory Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_requireNotNull Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.FileUtilsTest.cleanDirectory_requireNotNull Time elapsed: 0 s org.eclipse.statet.jcommons.io.FileUtilsTest.cleanDirectory_requireDirectory Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.FileUtilsTest.requireParent Time elapsed: 0 s org.eclipse.statet.jcommons.io.FileUtilsTest.requireFileName Time elapsed: 0.001 s org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_SymbolicLinkFile Time elapsed: 0.002 s org.eclipse.statet.jcommons.io.FileUtilsTest.requireFileName_requireNotNull Time elapsed: 0.001 s Running null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null org.eclipse.statet.jcommons.runtime.ProcessUtilsTest.generateCommandLine_withSpecialChars Time elapsed: 0.001 s org.eclipse.statet.jcommons.runtime.ProcessUtilsTest.generateCommandLine Time elapsed: 0.001 s Running null Tests run: 13, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.019 s - in null org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_DevFolder Time elapsed: 0.004 s org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_TargetJar_Release Time elapsed: 0.001 s org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_TargetJar_Snapshot Time elapsed: 0.001 s org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_SimpleServerJar Time elapsed: 0.001 s org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_NexusJar_Snapshot Time elapsed: 0 s org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_NexusJar_Release Time elapsed: 0.001 s org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped Running null Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.002 s - in null org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest skipped org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest skipped org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest skipped Running null Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in null org.eclipse.statet.jcommons.net.RMIAddressTest.equals Time elapsed: 0.016 s org.eclipse.statet.jcommons.net.RMIAddressTest.parse_String_caseRegistryAddress Time elapsed: 0.011 s org.eclipse.statet.jcommons.net.RMIAddressTest.parseUnresolved_String Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.RMIAddressTest.new_RMIAddress_String_checkArgs Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.RMIAddressTest.parse_String_PARSE_REGISTRY Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.RMIAddressTest.new_String_Int_String Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.RMIAddressTest.parse_String_checkArgs Time elapsed: 0.003 s org.eclipse.statet.jcommons.net.RMIAddressTest.toString_andSerialization Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.RMIAddressTest.getRegistryAddress Time elapsed: 0 s org.eclipse.statet.jcommons.net.RMIAddressTest.getAddress Time elapsed: 0 s org.eclipse.statet.jcommons.net.RMIAddressTest.isLocalHost Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.RMIAddressTest.new_InetAddress_Port Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.RMIAddressTest.resolve Time elapsed: 0 s org.eclipse.statet.jcommons.net.RMIAddressTest.new_RMIAddress_String Time elapsed: 0 s org.eclipse.statet.jcommons.net.RMIAddressTest.parse_String Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.RMIAddressTest.new_InetAddress_Port_checkArgs Time elapsed: 0.001 s Running null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null org.eclipse.statet.jcommons.net.CommonsNetTest.isIpV4Address Time elapsed: 0.001 s org.eclipse.statet.jcommons.net.CommonsNetTest.isIpV6Address Time elapsed: 0.002 s Running null Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in null org.eclipse.statet.jcommons.util.StringUtilsTest.formatCodePoint Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringFromIndex Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.lastIndexOfNonTrim_StringFromToIndex Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringFromIndex Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.containsAny_StringBuilder Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringBuilderFromIndex_argCheck Time elapsed: 0.002 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_String_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_String_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringBuilderFromIndex Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfNonTrim_String_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_String Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.trim_StringFromToIndex Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.toSimpleSingleLine_argCheck Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringFromIndex_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.lastIndexOfNonTrim_StringFromToIndex_argCheck Time elapsed: 0.008 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringFromIndex_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfNonTrim_StringFromToIndex_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.isTrimEmpty_StringFromToIndex Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfNonTrim_StringFromToIndex Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.isTrimEmpty_String Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringBuilderFromIndex_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.containsAny_StringBuilder_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringBuilder_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.splitLines_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.containsAny_String_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringBuilderFromIndex Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.Match Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.lines Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_String Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringBuilder Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringBuilder Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.lines_empty Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfNonTrim_String Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringBuilder_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.lastIndexOfNonTrim_String_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.lastIndexOfNonTrim_String Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.toSimpleSingleLine Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.Match_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.StringUtilsTest.containsAny_String Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.isTrimEmpty_String_argCheck Time elapsed: 0 s org.eclipse.statet.jcommons.util.StringUtilsTest.isTrimEmpty_StringFromToIndex_argCheck Time elapsed: 0.001 s Running null Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in null org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_int Time elapsed: 0.03 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_byte Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_byteArray_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_byte_argCheck Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_intArray Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_byte Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_intArray_argCheck Time elapsed: 0.002 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_int Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_int_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.concat_byteArray_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_byteArray Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_byteArray Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.concat_byteArray Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_byte_argCheck Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_intArray_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_int_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_intArray_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_int Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_byte_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_intArray Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_byteArray_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_byteArray_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_byte Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.concat_intArray Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_byteArray Time elapsed: 0 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_int_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.concat_intArray_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_intArray Time elapsed: 0 s Running null Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in null org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getDefault Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getInt Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.ReturnData Time elapsed: 0 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRequired_convert Time elapsed: 0 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRequired_missing Time elapsed: 0 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.get Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRawData_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getDefault_convert Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.convertSingleValue Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getDefault_missing Time elapsed: 0 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.get_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getString Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRequired_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.get_convert Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getDefault_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getBoolean Time elapsed: 0 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.get_missing Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.convertDouble Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRequired Time elapsed: 0 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRawData Time elapsed: 0.001 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.convertInt Time elapsed: 0 s org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRawData_missing Time elapsed: 0 s Results: Tests run: 2362, Failures: 0, Errors: 0, Skipped: 11 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core >-- [INFO] Building org.eclipse.statet.jcommons.text.core 4.8.0.202308171800-r [8/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.text.core --- [INFO] Resolving class path of org.eclipse.statet.jcommons.text.core... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.text.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.text.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/SearchPattern.java:[50] public SearchPattern(final int rules, final String pattern) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field nameCharsString may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/FilterParserInput.java:[34] if (source == null) { throw new NullPointerException("source"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/RegionParserInput.java:[59] if (regions == null) { throw new NullPointerException("regions"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.jcommons.text.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.text.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core --- [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.jcommons.text.core --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests >-- [INFO] Building [test-bundle] StatET JCommons - Text - Core - Tests (Incubation) 4.8.0.202308171800-r [9/145] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Resolving class path of [test-bundle] StatET JCommons - Text - Core - Tests (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests --- [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/surefire.properties] Running null Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in null org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.skipTagWithAttrSpecial Time elapsed: 0.052 s org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.skipTagAtStart Time elapsed: 0.011 s org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.skipTagWithAttr Time elapsed: 0.012 s org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.htmlDoc Time elapsed: 0.012 s org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.decodeEntity Time elapsed: 0.018 s org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.skipTag Time elapsed: 0.005 s Running null Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in null org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.updateBuffer Time elapsed: 0.004 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.initRegionIllegalStart Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.combined Time elapsed: 0.004 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.consume1 Time elapsed: 0.011 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.readRegion Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.increaseBuffer Time elapsed: 0.007 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.init Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.read Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.empty Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.initRegion Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.initRegionIllegalLength Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.initRegionIllegalStop Time elapsed: 0.002 s Running null Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in null org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.updateBuffer Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initRegionIllegalStart Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.combined Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.consume1 Time elapsed: 0.009 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.readRegion Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.increaseBuffer Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.read Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.empty Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initNegativIndexInvalidStart Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initRegion Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initRegionIllegalLength Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initNegativIndexInvalidStop Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initAtOffset Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initRegionIllegalStop Time elapsed: 0.001 s Running null Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in null org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.matchesArray Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.get Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.matches1 Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.matches2 Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.matches3 Time elapsed: 0.001 s Running null Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in null org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.updateBuffer Time elapsed: 0.005 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.initRegionIllegalStart Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.combined Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.consume1 Time elapsed: 0.004 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.readRegion Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.increaseBuffer Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.init Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.read Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.initRegion Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.initRegionIllegalLength Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.initRegionIllegalStop Time elapsed: 0.001 s Running null Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null org.eclipse.statet.jcommons.text.core.SearchPatternTest.matches_Substring_CaseInsensitive Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.SearchPatternTest.getMatchingRegions_Substring_CaseInsensitive Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.SearchPatternTest.getMatchingRegions_Prefix_CaseInsensitive Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.SearchPatternTest.matches_Prefix_CaseInsensitive Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.SearchPatternTest.matches_Substring Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.SearchPatternTest.getMatchingRegions_Prefix Time elapsed: 0 s org.eclipse.statet.jcommons.text.core.SearchPatternTest.matches_Prefix Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.SearchPatternTest.getMatchingRegions_Substring Time elapsed: 0.001 s Running null Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in null org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.getEntityName_fromName Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.HtmlStringBuilder Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.writeContent_argCheck Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.writeContent Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.getEntityName_fromHtmlEntity Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.appendContent Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.appendContent_argCheck Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.HtmlStringBuilder_argCheck Time elapsed: 0.002 s Running null Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in null org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getStartOffset_SingleLine Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getStartOffset_MultiLines Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getNumberOfLines_SingleLine Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getNumberOfLines_MultiLines Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getStartOffset_Empty Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getEndOffset_SingleLine Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getEndOffset_Empty Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getEndOffset_MultiLines Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLength_SingleLine Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLength_MultiLines Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLength_Empty Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLineOfOffset_SingleLine Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLineOfOffset_Empty Time elapsed: 0.002 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getNumberOfLines_Empty Time elapsed: 0.001 s org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLineOfOffset_MultiLines Time elapsed: 0.002 s Results: Tests run: 79, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.jsch >-- [INFO] Building [bundle] StatET JCommons - Net - Core - JSch Integration (Incubation) 4.8.0.202308171800-r [10/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] Resolving class path of [bundle] StatET JCommons - Net - Core - JSch Integration (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/classes [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/org.eclipse.statet.jcommons.net.core.ssh.jsch-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/org.eclipse.statet.jcommons.net.core.ssh.jsch-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/org.eclipse.statet.jcommons.net.core.ssh.jsch-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/org.eclipse.statet.jcommons.net.core.ssh.jsch-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.jsch:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.jsch:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.jcommons.net.core.ssh.jsch --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.apache >-- [INFO] Building [bundle] StatET JCommons - Net - Core - Mina SSH Integration (Incubation) 4.8.0.202308171800-r [11/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] Resolving class path of [bundle] StatET JCommons - Net - Core - Mina SSH Integration (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[26] import org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenSshConfigFile' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[27] import org.eclipse.jgit.internal.transport.sshd.CachingKeyPairProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CachingKeyPairProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[28] import org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GssApiWithMicAuthFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[29] import org.eclipse.jgit.internal.transport.sshd.JGitPublicKeyAuthFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitPublicKeyAuthFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[30] import org.eclipse.jgit.internal.transport.sshd.JGitServerKeyVerifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitServerKeyVerifier' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[31] import org.eclipse.jgit.internal.transport.sshd.JGitSshClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[32] import org.eclipse.jgit.internal.transport.sshd.JGitSshConfig; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshConfig' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[33] import org.eclipse.jgit.internal.transport.sshd.JGitUserInteraction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitUserInteraction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[34] import org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenSshServerKeyDatabase' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[35] import org.eclipse.jgit.internal.transport.sshd.PasswordProviderWrapper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PasswordProviderWrapper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[77] GssApiWithMicAuthFactory.INSTANCE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GssApiWithMicAuthFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[77] GssApiWithMicAuthFactory.INSTANCE, ^^^^^^^^ Discouraged access: The field 'GssApiWithMicAuthFactory.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[78] JGitPublicKeyAuthFactory.FACTORY, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitPublicKeyAuthFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[78] JGitPublicKeyAuthFactory.FACTORY, ^^^^^^^ Discouraged access: The field 'JGitPublicKeyAuthFactory.FACTORY' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[147] (t) -> new JGitSshConfig( ^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshConfig' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[147] (t) -> new JGitSshConfig( ^^^^^^^^^^^^^ Discouraged access: The constructor 'JGitSshConfig(SshConfigStore)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[154] return new OpenSshConfigFile(configBase.getHomeDir().toFile(), configFile.toFile(), ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenSshConfigFile' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[154] return new OpenSshConfigFile(configBase.getHomeDir().toFile(), configFile.toFile(), ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'OpenSshConfigFile(File, File, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[165] (t) -> new CachingKeyPairProvider(defaultIdentities, null) ); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CachingKeyPairProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[165] (t) -> new CachingKeyPairProvider(defaultIdentities, null) ); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CachingKeyPairProvider(List, KeyCache)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[174] return new OpenSshServerKeyDatabase(true, getDefaultKnownHostsFiles(configBase)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenSshServerKeyDatabase' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[174] return new OpenSshServerKeyDatabase(true, getDefaultKnownHostsFiles(configBase)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'OpenSshServerKeyDatabase(boolean, List)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[201] return new PasswordProviderWrapper(providerFactory); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PasswordProviderWrapper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[201] return new PasswordProviderWrapper(providerFactory); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PasswordProviderWrapper(Supplier)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[226] protected JGitSshClient createClient(final SshTarget target, ^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[231] final var client= (JGitSshClient)ClientBuilder.builder() ^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[232] .factory(JGitSshClient::new) ^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[232] .factory(JGitSshClient::new) ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JGitSshClient()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[236] .serverKeyVerifier(new JGitServerKeyVerifier(getServerKeyDatabase(configBase))) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitServerKeyVerifier' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[236] .serverKeyVerifier(new JGitServerKeyVerifier(getServerKeyDatabase(configBase))) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JGitServerKeyVerifier(ServerKeyDatabase)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') 31. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java (at line 237) .compressionFactories(ImCollections.toList(BuiltinCompressions.VALUES)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull NamedFactory>' is made accessible using the less-annotated type 'List>', corresponding supertype is 'List<@NonNull NamedFactory>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[240] new JGitUserInteraction(credentialsProvider)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitUserInteraction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[240] new JGitUserInteraction(credentialsProvider)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JGitUserInteraction(CredentialsProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[248] client.setProxyDatabase(this.proxies); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JGitSshClient.setProxyDatabase(ProxyDataFactory)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[249] client.setCredentialsProvider(credentialsProvider); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JGitSshClient.setCredentialsProvider(CredentialsProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[252] client.setAttribute(JGitSshClient.PREFERRED_AUTHENTICATIONS, defaultAuths); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[252] client.setAttribute(JGitSshClient.PREFERRED_AUTHENTICATIONS, defaultAuths); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JGitSshClient.PREFERRED_AUTHENTICATIONS' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[255] client.setAttribute(JGitSshClient.HOME_DIRECTORY, configBase.getHomeDir()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[255] client.setAttribute(JGitSshClient.HOME_DIRECTORY, configBase.getHomeDir()); ^^^^^^^^^^^^^^ Discouraged access: The field 'JGitSshClient.HOME_DIRECTORY' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/SshdUtils.java:[26] import org.eclipse.jgit.internal.transport.sshd.AuthenticationLogger; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/SshdUtils.java:[96] final @Nullable AuthenticationLogger authLog) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/SshdUtils.java:[98] final String log= CollectionUtils.toString(authLog.getLog(), "\n"); ^^^^^^ Discouraged access: The method 'AuthenticationLogger.getLog()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[35] import org.eclipse.jgit.internal.transport.sshd.AuthenticationCanceledException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AuthenticationCanceledException' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[36] import org.eclipse.jgit.internal.transport.sshd.AuthenticationLogger; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[37] import org.eclipse.jgit.internal.transport.sshd.JGitSshClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[114] hostConfig= getHostConfig(target.getUserInfo(), host, target.getPort()); ^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[134] hostConfig.getHostName(), hostConfig.getPort() ); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[139] JGitSshClient.LOCAL_FORWARD_ADDRESS, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[139] JGitSshClient.LOCAL_FORWARD_ADDRESS, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JGitSshClient.LOCAL_FORWARD_ADDRESS' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[195] AuthenticationLogger authLog= null; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[197] authLog= new AuthenticationLogger(session); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[197] authLog= new AuthenticationLogger(session); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AuthenticationLogger(ClientSession)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[199] SshdUtils.verify(session.auth(), ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type '@NonNull AuthFuture' needs unchecked conversion to conform to '@NonNull VerifiableFuture<@NonNull AuthFuture>', corresponding supertype is 'VerifiableFuture' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[211] else if (e.getCause() instanceof AuthenticationCanceledException) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AuthenticationCanceledException' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[221] authLog.clear(); ^^^^^ Discouraged access: The method 'AuthenticationLogger.clear()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[412] setInputStream(in); ^^ Null type safety (type annotations): The expression of type 'InputStream' needs unchecked conversion to conform to '@NonNull InputStream' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[19] import org.eclipse.jgit.internal.transport.sshd.JGitClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitClientSession' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[20] import org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SshAgentClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[61] if (session instanceof final JGitClientSession jgitSession) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JGitClientSession' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[62] final var hostConfig= jgitSession.getHostConfigEntry(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JGitClientSession.getHostConfigEntry()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[76] return new SshAgentClient(this.factory.create(identityAgent, this.homeDir.toFile())); ^^^^^^^^^^^^^^ Discouraged access: The type 'SshAgentClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[76] return new SshAgentClient(this.factory.create(identityAgent, this.homeDir.toFile())); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'SshAgentClient(Connector)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar') 62 problems (0 errors, 61 warnings, 1 info) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/org.eclipse.statet.jcommons.net.core.ssh.apache-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/org.eclipse.statet.jcommons.net.core.ssh.apache-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/org.eclipse.statet.jcommons.net.core.ssh.apache-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/org.eclipse.statet.jcommons.net.core.ssh.apache-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.apache:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.apache:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.jcommons.net.core.ssh.apache --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.statet.ecommons:ecommons >---------------- [INFO] Building ecommons 4.8.0.202308171800-r [12/145] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ ecommons --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ ecommons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecommons --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ ecommons --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ ecommons --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core >-- [INFO] Building [bundle] StatET ECommons - Runtime - Core (Incubation) 4.8.0.202308171800-r [13/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Resolving class path of [bundle] StatET ECommons - Runtime - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[54] return internalBind(message, null, String.valueOf(binding), null); ^^^^ Null type mismatch: required 'Object @NonNull[]' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[54] return internalBind(message, null, String.valueOf(binding), null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[67] return internalBind(message, null, String.valueOf(binding1), String.valueOf(binding2)); ^^^^ Null type mismatch: required 'Object @NonNull[]' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[79] return internalBind(message, bindings, null, null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[79] return internalBind(message, bindings, null, null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[87] if (message == null) { return "No message available."; //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.runtime.core --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui >-- [INFO] Building [bundle] StatET ECommons - Runtime - UI (Incubation) 4.8.0.202308171800-r [14/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Resolving class path of [bundle] StatET ECommons - Runtime - UI (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.runtime.ui --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core >-- [INFO] Building [bundle] StatET ECommons - Preferences - Core (Incubation) 4.8.0.202308171800-r [15/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Resolving class path of [bundle] StatET ECommons - Preferences - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceAccessWrapper.java:[149] if (listener == null) { throw new NullPointerException("listener"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceAccessWrapper.java:[152] if (qualifiers == null) { throw new NullPointerException("qualifiers"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/EPreferences.java:[212] return null; ^^^^ Null type mismatch: required '@NonNull PreferenceSetService' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[189] public Class getUsageType() { ^^^^^ The return type is incompatible with '@NonNull Class<@Nullable String>' returned from Preference.getUsageType() (mismatching null constraints) 5. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 190) return String.class; ^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull String>' is made accessible using the less-annotated type '@NonNull Class' 6. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 392) return this.defaultValue; ^^^^^^^^^^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[456] public Class getUsageType() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[456] public Class getUsageType() { ^^^^^ Type safety: The return type Class for getUsageType() from the type Preference.EnumSetPref needs unchecked conversion to conform to Class from the type Preference [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[544] public static class StringArrayPref extends Preference<@NonNull String @NonNull[]> { ^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[561] public Class getUsageType() { ^^^^^ The return type is incompatible with '@NonNull Class<@NonNull String @NonNull[]>' returned from Preference.getUsageType() (mismatching null constraints) 11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 562) return String[].class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull String @NonNull[]>' is made accessible using the less-annotated type '@NonNull Class<@NonNull String []>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[668] public Class> getUsageType() { ^^^^^ The return type is incompatible with '@NonNull Class<@NonNull Set<@NonNull String>>' returned from Preference>.getUsageType() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[670] return (Class>) o; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Class> [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[690] final String[] array= usageValue.toArray(new String[usageValue.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String []' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceObjectCache.java:[109] return getTypeItem(def.getType(), def).get(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'TObject' but this expression has type '@Nullable TObject', where 'TObject' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/ECommonsPreferencesCorePlugin.java:[67] public ECommonsPreferencesCorePlugin() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field defaultPreferenceSetService may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[77] setPrefValue(node, pref, value); ^^^^ Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[83] setPrefValue(node, pref, value); ^^^^ Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[86] flush(node); ^^^^ Null type mismatch: required '@NonNull Preferences' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[92] flush(node); ^^^^ Null type mismatch: required '@NonNull Preferences' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[151] if (!scope.getNode("").nodeExists(fromQualifier) ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNode(String) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[164] if (value != null && toNode.get(key, null) == null) { ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[169] toNode.flush(); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[153] this.node= context.getNode(qualifier); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IEclipsePreferences' but this expression has type '@Nullable IEclipsePreferences' 25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java (at line 158) public IScopeContext getContext() { ^^^^^^^^^^^^ The method getContext() from the type PreferenceSetServiceImpl.NodeItem is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[170] this.newKeys.add(event.getKey()); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[234] return this.qualifierKeyMap.get(qualifier); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ImList<@NonNull String>' but this expression has type '@Nullable ImList<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[298] private final Job defaultJob= new NotifyJob(null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[413] return this.contextList; ^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ImList' but this expression has type '@Nullable ImList' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[425] if (listener == null) { throw new NullPointerException("listener"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[428] if (contexts == null) { throw new NullPointerException("contexts"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[431] if (qualifiers == null) { throw new NullPointerException("qualifiers"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 32 problems (0 errors, 28 warnings, 4 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.preferences.core --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core >-- [INFO] Building [bundle] StatET ECommons - Net - Core (Incubation) 4.8.0.202308171800-r [16/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.net.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.net.core --- [INFO] Resolving class path of [bundle] StatET ECommons - Net - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.net.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.net.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[22] import org.eclipse.egit.core.GitCorePreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GitCorePreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[58] private static final String EGIT_QUALIFIER= org.eclipse.egit.core.Activator.PLUGIN_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[58] private static final String EGIT_QUALIFIER= org.eclipse.egit.core.Activator.PLUGIN_ID; ^^^^^^^^^ Discouraged access: The field 'Activator.PLUGIN_ID' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[61] EGIT_QUALIFIER, GitCorePreferences.core_sshAgent, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GitCorePreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[61] EGIT_QUALIFIER, GitCorePreferences.core_sshAgent, ^^^^^^^^^^^^^ Discouraged access: The field 'GitCorePreferences.core_sshAgent' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[65] EGIT_QUALIFIER, GitCorePreferences.core_sshDefaultAgent ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GitCorePreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[65] EGIT_QUALIFIER, GitCorePreferences.core_sshDefaultAgent ); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'GitCorePreferences.core_sshDefaultAgent' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[68] EGIT_QUALIFIER, GitCorePreferences.core_saveCredentialsInSecureStore, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GitCorePreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[68] EGIT_QUALIFIER, GitCorePreferences.core_saveCredentialsInSecureStore, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'GitCorePreferences.core_saveCredentialsInSecureStore' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') 10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java (at line 162) return this.prefs.getPreferenceValue(IDENTITY_AGENT_ENABLED_PREF); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java (at line 171) return this.prefs.getPreferenceValue(SAVE_CREDITALS_IN_SECURE_STORE_ENABLED_PREF); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java (at line 176) SAVE_CREDITALS_IN_SECURE_STORE_ENABLED_PREF, enabled, ^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/sshd/EIdentityPasswordProvider.java:[57] return nonNullAssert(org.eclipse.egit.core.Activator.getDefault().getCredentialsStore()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/sshd/EIdentityPasswordProvider.java:[57] return nonNullAssert(org.eclipse.egit.core.Activator.getDefault().getCredentialsStore()); ^^^^^^^^^^ Discouraged access: The method 'Activator.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/sshd/EIdentityPasswordProvider.java:[57] return nonNullAssert(org.eclipse.egit.core.Activator.getDefault().getCredentialsStore()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Activator.getCredentialsStore()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/jsch/EJSchClientSessionFactory.java:[80] return (IJSchService)this.sshJSchTracker.getService(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull IJSchService' but the provided value is inferred as @Nullable 16 problems (0 errors, 13 warnings, 3 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.net.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.net.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.net.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.net.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.net.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.net.core --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.net.core --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core >-- [INFO] Building [bundle] StatET ECommons - EMF - Core (Incubation) 4.8.0.202308171800-r [17/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Resolving class path of [bundle] StatET ECommons - EMF - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.emf.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/databinding/IDataBindingContext.java:[31] IObservableValue getBaseObservable(); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/databinding/WrappedEMFEditContext.java:[52] public IObservableValue getBaseObservable() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/databinding/WrappedEMFEditContext.java:[63] public T getAdapter(final Class adapterType) { ^^^^^ Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/databinding/WrappedEMFEditContext.java:[67] return this.parent.getAdapter(adapterType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'T' but this expression has type '@Nullable T', where 'T' is a free type variable 4 problems (4 warnings) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.emf.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.emf.core --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.emf.core --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui >--- [INFO] Building [bundle] StatET ECommons - EMF - UI (Incubation) 4.8.0.202308171800-r [18/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Resolving class path of [bundle] StatET ECommons - EMF - UI (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[34] public class ListViewerObservableValueDecorator extends DecoratingObservableValue ^^^^^^^^^^^^^^^^^^^^^^^^^ DecoratingObservableValue is a raw type. References to generic type DecoratingObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[35] implements IViewerObservableValue, Listener { ^^^^^^^^^^^^^^^^^^^^^^ IViewerObservableValue is a raw type. References to generic type IViewerObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[47] public ListViewerObservableValueDecorator(final IObservableValue decorated, ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[49] super(decorated, true); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor DecoratingObservableValue(IObservableValue, boolean) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[57] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[81] super.setValue(value); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[106] protected void handleValueChange(final ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ ValueChangeEvent is a raw type. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[107] final ValueDiff diff= Diffs.createValueDiff( ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[110] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[34] public class TableViewerObservableValueDecorator extends DecoratingObservableValue ^^^^^^^^^^^^^^^^^^^^^^^^^ DecoratingObservableValue is a raw type. References to generic type DecoratingObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[35] implements IViewerObservableValue, Listener { ^^^^^^^^^^^^^^^^^^^^^^ IViewerObservableValue is a raw type. References to generic type IViewerObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[47] public TableViewerObservableValueDecorator(final IObservableValue decorated, ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[49] super(decorated, true); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor DecoratingObservableValue(IObservableValue, boolean) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[57] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[81] super.setValue(value); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[106] protected void handleValueChange(final ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ ValueChangeEvent is a raw type. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[107] final ValueDiff diff= Diffs.createValueDiff( ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[110] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/ecommons/emf/ui/databinding/CustomViewerObservables.java:[44] return new TableViewerObservableValueDecorator(observable, viewer, input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type TableViewerObservableValueDecorator needs unchecked conversion to conform to IViewerObservableValue 20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/ecommons/emf/ui/databinding/CustomViewerObservables.java (at line 44) return new TableViewerObservableValueDecorator(observable, viewer, input); ^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull Object>' is made accessible using the less-annotated type 'List' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/ecommons/emf/ui/databinding/CustomViewerObservables.java:[53] return new ListViewerObservableValueDecorator(observable, viewer, input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ListViewerObservableValueDecorator needs unchecked conversion to conform to IViewerObservableValue 22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/ecommons/emf/ui/databinding/CustomViewerObservables.java (at line 53) return new ListViewerObservableValueDecorator(observable, viewer, input); ^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull Object>' is made accessible using the less-annotated type 'List' 22 problems (0 errors, 20 warnings, 2 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.emf.ui --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core >-- [INFO] Building [bundle] StatET ECommons - Databinding - Core (Incubation) 4.8.0.202308171800-r [19/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Resolving class path of [bundle] StatET ECommons - Databinding - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/AggregateValidationStatus.java:[142] final IStatus status= validationStatusProvider ^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable validationStatusProvider may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/AggregateValidationStatus.java:[144] final int severity= DataStatus.getInfoSeverity(status); ^^^^^^ Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus' 4. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/internal/ecommons/databinding/core/ECommonsDatabindingCorePlugin.java (at line 83) private void checkStarted() { ^^^^^^^^^^^^^^ The method checkStarted() from the type ECommonsDatabindingCorePlugin is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/WritableEqualityValue.java:[30] private TValue value= null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TValue' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/WritableEqualityValue.java:[46] this.value= initialValue; ^^^^^^^^^^^^ Null type mismatch (type annotations): required 'TValue' but this expression has type '@Nullable TValue', where 'TValue' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/WritableEqualityValue.java:[58] this(Realm.getDefault(), initialValue, valueType); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/validation/DecimalValidator.java:[52] this.formatter= NumberFormat.getNumberInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'NumberFormat' needs unchecked conversion to conform to '@NonNull NumberFormat' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/validation/LongValidator.java:[52] this.formatter= NumberFormat.getIntegerInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'NumberFormat' needs unchecked conversion to conform to '@NonNull NumberFormat' 10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/util/DirtyTracker.java (at line 81) value.addValueChangeListener(this); ^^^^ Unsafe null type conversion (type annotations): The value of type 'DirtyTracker' is made accessible using the less-annotated type '@NonNull IValueChangeListener', corresponding supertype is 'IValueChangeListener<@NonNull Object>' 11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/util/DirtyTracker.java (at line 84) value.removeValueChangeListener(this); ^^^^ Unsafe null type conversion (type annotations): The value of type 'DirtyTracker' is made accessible using the less-annotated type '@NonNull IValueChangeListener', corresponding supertype is 'IValueChangeListener<@NonNull Object>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/DataBindingSubContext.java:[81] final @NonNull IObservable[] observables= ObservableTracker.runAndCollect(runnable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IObservable[]' needs unchecked conversion to conform to '@NonNull IObservable []' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/DataBindingSubContext.java:[95] binding.getTarget().addChangeListener(this.listener); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IChangeListener' but this expression has type '@Nullable IChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/DataBindingSubContext.java:[102] binding.getTarget().addChangeListener(this.listener); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IChangeListener' but this expression has type '@Nullable IChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ComputedOnChangeValue.java:[44] public ComputedOnChangeValue(final Object valueType, final IObservable... dependencies) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field value may not have been initialized, whereas its type 'TValue' is a free type variable that may represent a '@NonNull' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ComputedOnChangeValue.java:[63] public void handleChange(final ChangeEvent event) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from IChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/validation/IntegerValidator.java:[52] this.formatter= NumberFormat.getIntegerInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'NumberFormat' needs unchecked conversion to conform to '@NonNull NumberFormat' 17 problems (0 errors, 13 warnings, 4 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.databinding.core --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core >-- [INFO] Building [bundle] StatET ECommons - Text - Core (Incubation) 4.8.0.202308171800-r [20/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.text.core --- [INFO] Resolving class path of [bundle] StatET ECommons - Text - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.text.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.text.core --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartition.java:[42] if (node == null) { throw new NullPointerException("node"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/WrappedPartitionNodeScan.java:[36] public WrappedPartitionNodeScan(final TreePartitionNodeScan parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field beginNode may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/WrappedPartitionNodeScan.java:[37] if (parent == null) { throw new NullPointerException("parent"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/WrappedPartitionNodeScan.java:[45] if (beginNode == null) { throw new NullPointerException("beginNode"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/WrappedPartitionNodeScan.java:[66] this.beginNode= null; ^^^^ Null type mismatch: required '@NonNull TreePartitionNode' but the provided value is null 6. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/internal/ecommons/text/core/ECommonsTextCorePlugin.java (at line 83) private void checkStarted() { ^^^^^^^^^^^^^^ The method checkStarted() from the type ECommonsTextCorePlugin is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[61] public TreePartitionerScan(final TreePartitioner partitioner) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field beginPosition may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[61] public TreePartitionerScan(final TreePartitioner partitioner) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field lastParentPosition may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[146] if (type == null) { throw new NullPointerException("type"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[149] if (parentPosition == null) { throw new NullPointerException("parent"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[184] if (position == null) { position= createPosition(parentPosition, offset, length, childIdx, type); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[237] doDeleteChildren(p, childIdx, Integer.MAX_VALUE, null); ^ Null type mismatch: required '@NonNull NodePosition' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[238] childIdx= p.parent.indexOfChild(p) + 1; ^ Potential null pointer access: The variable p may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[238] childIdx= p.parent.indexOfChild(p) + 1; ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[275] return null; ^^^^ Null type mismatch: required '@NonNull NodePosition' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[281] if (position == null) { throw new IllegalArgumentException("node"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[337] final int parentLength= position.parent.getLength(); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[338] final int parentOffset= position.parent.getOffset(); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[341] doDeleteChildren(position.parent, position.parent.indexOfChild(position), ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[341] doDeleteChildren(position.parent, position.parent.indexOfChild(position), ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[348] position.parent.setLength(endOffset - parentOffset); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[349] position.parent.stamp= this.stamp; ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[351] position= position.parent; ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[86] public ITypedRegion[] computePartitioning(final int offset, final int length) { ^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from IDocumentPartitioner.computePartitioning(int, int) (mismatching null constraints) 25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 87) return remap(this.masterPartitioner.computePartitioning( AbstractFragmentDocument.this.offsetInMaster + offset, length)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[97] public String[] getLegalContentTypes() { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from IDocumentPartitioner.getLegalContentTypes() (mismatching null constraints) 27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 98) return this.masterPartitioner.getLegalContentTypes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[103] return remap(this.masterPartitioner.getPartition(AbstractFragmentDocument.this.offsetInMaster + offset)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ITypedRegion' but this expression has type '@Nullable ITypedRegion' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[117] public ITypedRegion[] computePartitioning(final int offset, final int length, final boolean includeZeroLengthPartitions) { ^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from IDocumentPartitionerExtension2.computePartitioning(int, int, boolean) (mismatching null constraints) 30. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 118) return this.masterPartitioner2.computePartitioning(AbstractFragmentDocument.this.offsetInMaster + offset, length, includeZeroLengthPartitions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[127] public String @Nullable [] getManagingPositionCategories() { ^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull String @Nullable[]' returned from IDocumentPartitionerExtension2.getManagingPositionCategories() (mismatching null constraints) 32. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 128) return this.masterPartitioner2.getManagingPositionCategories(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @Nullable[]' is made accessible using the less-annotated type 'String @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[200] event.fLength, event.fText ); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[240] if (text == null) { throw new NullPointerException(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[282] public String[] getPartitionings() { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractSynchronizableDocument.getPartitionings() (mismatching null constraints) 36. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 283) return this.master.getPartitionings(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[306] public String[] getLegalContentTypes() { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from IDocument.getLegalContentTypes() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[306] public String[] getLegalContentTypes() { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractDocument.getLegalContentTypes() (mismatching null constraints) 39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 307) return this.master.getLegalContentTypes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[311] public String[] getLegalContentTypes(final String partitioning) throws BadPartitioningException { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractDocument.getLegalContentTypes(String) (mismatching null constraints) 41. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 312) return this.master.getLegalContentTypes(partitioning); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[312] return this.master.getLegalContentTypes(partitioning); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[316] public ITypedRegion[] computePartitioning(final int offset, final int length) throws BadLocationException { ^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from AbstractDocument.computePartitioning(int, int) (mismatching null constraints) 44. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 317) return remap(this.master.computePartitioning(this.offsetInMaster + offset, length)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[321] public ITypedRegion[] computePartitioning(final String partitioning, final int offset, final int length, ^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from AbstractSynchronizableDocument.computePartitioning(String, int, int, boolean) (mismatching null constraints) 46. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 323) return remap(this.master.computePartitioning(partitioning, this.offsetInMaster + offset, length, includeZeroLengthPartitions)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[323] return remap(this.master.computePartitioning(partitioning, this.offsetInMaster + offset, length, includeZeroLengthPartitions)); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[328] return remap(this.master.getPartition(this.offsetInMaster + offset)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ITypedRegion' but this expression has type '@Nullable ITypedRegion' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[334] return remap(this.master.getPartition(partitioning, this.offsetInMaster + offset, preferOpenPartitions)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ITypedRegion' but this expression has type '@Nullable ITypedRegion' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[352] final ITypedRegion region= remap(masterRegion); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ITypedRegion' needs unchecked conversion to conform to '@NonNull ITypedRegion' 51. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 357) return regions.toArray(new @NonNull ITypedRegion[regions.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/ImmutableDocument.java:[45] if (content == null) { throw new NullPointerException(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 53. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/FixDocumentPartitioner.java (at line 38) private @Nullable IDocument document; ^^^^^^^^ The value of the field FixDocumentPartitioner.document is not used [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/NonDeletingPositionUpdater.java:[49] if (category == null) { throw new NullPointerException("category"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/TextUtils.java:[59] return ((IDocumentExtension3)document).getPartition(contentInfo.getPartitioning(), offset, preferOpenPartition ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ITypedRegion' needs unchecked conversion to conform to '@NonNull ITypedRegion' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[217] public TreePartitioner(final String partitioningId, final TreePartitionNodeScanner scanner, final List legalContentTypes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field document may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[217] public TreePartitioner(final String partitioningId, final TreePartitionNodeScanner scanner, final List legalContentTypes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field scan may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[217] public TreePartitioner(final String partitioningId, final TreePartitionNodeScanner scanner, final List legalContentTypes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field startType may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[316] if (this.scan == null) { this.scan= new TreePartitionerScan(this); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[446] this.scan.init(startOffset, this.document.getLength(), beginPosition); ^^^^^^^^^^^^^ Null type mismatch: required '@NonNull NodePosition' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[502] return p.parent; ^^^^^^^^ Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[559] return createPartition(p.parent, idx); ^^^^^^^^ Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/ExclusivePositionUpdater.java:[48] if (category == null) { throw new NullPointerException("category"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionUtils.java:[48] if (writer == null) { throw new NullPointerException("writer"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 65. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionUtils.java (at line 191) if (partition instanceof TreePartition) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type TreePartition is already an instance of type TreePartition [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionUtils.java:[254] if (partition == null) { throw new NullPointerException("partition"); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInput.java:[34] public DocumentParserInput(final int defaultBufferSize) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field document may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInput.java:[50] if (document == null) { throw new NullPointerException("document"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInput.java:[72] return (this.document != null) ? this.document.get() : null; ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInput.java:[72] return (this.document != null) ? this.document.get() : null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null 70 problems (0 errors, 57 warnings, 13 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.text.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.text.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.text.core --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests >-- [INFO] Building [test-bundle] StatET ECommons - Text - Core - Tests (Incubation) 4.8.0.202308171800-r [21/145] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Resolving class path of [test-bundle] StatET ECommons - Text - Core - Tests (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/surefire.properties] Running null Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in null org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteOverLeftBorderTillRight Time elapsed: 0.067 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addRightAfter Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteOverRightBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAfter Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceRightAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addWithin2 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteRightBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteWithin Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteOverLeftBorder Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceLeftBorderTillRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaced1 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaced2 Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaced3 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addRightBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAtOffset1 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAtOffset2 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAtRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceRightBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceRightBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addWithin Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtOffsetTillRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAtOffsetTillRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceLeftBorderTillRight2 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtOffsetOverRightBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteRightAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleted Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtOffset Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceLeftBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtOffset2 Time elapsed: 0.001 s Running null Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in null org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteOverLeftBorderTillRight Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addRightAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteBefore Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteOverRightBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceRightAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addWithin2 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteRightBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteWithin Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteOverLeftBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceLeftBorderTillRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaced1 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaced2 Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaced3 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addRightBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAtOffset1 Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAtOffset2 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAtRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceRightBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceRightBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addWithin Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceBefore Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtOffsetTillRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAtOffsetTillRight Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtOffsetOverRightBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteRightAfter Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleted Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtOffset Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceLeftBorder Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtOffset2 Time elapsed: 0 s Running null Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in null org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getPartition_EmptyEnd Time elapsed: 0.014 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getPartition Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeBeforeBoundaries Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getContentType Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeAfterBoundaries Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getPartition_EmptyMiddle Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_EmptyMiddle Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeOnBoundaries2 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getPartition_EmptyStart Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getContentType_EmptyEnd Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_EmptyEnd Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getContentType_EmptyStart Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getContentType_EmptyMiddle Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_EmptyStart Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeOnBoundaries Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeInBoundaries1 Time elapsed: 0.001 s Running null Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in null org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartitionZeroLength_StartType Time elapsed: 0.004 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartitionZeroLength_Nested Time elapsed: 0.003 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitioning_Test1 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitiong_StartType Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartition_StartType Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartition_Nested Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitiong_Nested Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartitionZeroLength_Test1 Time elapsed: 0.025 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitiongZeroLength_StartType Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitioningZeroLength_Test1 Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitiongZeroLength_Nested Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartition_Test1 Time elapsed: 0.002 s Running null Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in null org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getPartition_EmptyEnd Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getPartition Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeBeforeBoundaries Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getContentType Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeAfterBoundaries Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getPartition_EmptyMiddle Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_EmptyMiddle Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeOnBoundaries2 Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getPartition_EmptyStart Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getContentType_EmptyEnd Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_EmptyEnd Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getContentType_EmptyStart Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getContentType_EmptyMiddle Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_EmptyStart Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeOnBoundaries Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeInBoundaries1 Time elapsed: 0.001 s Running null Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in null org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.updateBuffer Time elapsed: 0.046 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.initRegionIllegalStart Time elapsed: 0.002 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.combined Time elapsed: 0.006 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.readRegion Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.increaseBuffer Time elapsed: 0.005 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.init Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.read Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.empty Time elapsed: 0 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.initRegion Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.initRegionIllegalLength Time elapsed: 0.001 s org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.initRegionIllegalStop Time elapsed: 0.001 s Results: Tests run: 126, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc >-- [INFO] Building [bundle] StatET ECommons - Miscellany of Core Packages (Incubation) 4.8.0.202308171800-r [22/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.coremisc --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Resolving class path of [bundle] StatET ECommons - Miscellany of Core Packages (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.coremisc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[146] default: ^^^^^^^ Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[165] final Entry[] entries= specialVariables.entrySet().toArray(new Entry[specialVariables.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map.Entry[] needs unchecked conversion to conform to Map.Entry[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[167] text= text.replace(entries[i].getKey(), entries[i].getValue()); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[167] text= text.replace(entries[i].getKey(), entries[i].getValue()); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[197] this.locationVariables.put(key, new String(variableManager.performStringSubstitution(text.substring(offset, end + 1), reportUndefinedVariables))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[278] text= text.replace(entry.getKey(), value); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[278] text= text.replace(entry.getKey(), value); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorDef.java:[116] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[54] this.workspace= ResourcesPlugin.getWorkspace(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWorkspace' needs unchecked conversion to conform to '@NonNull IWorkspace' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[63] public boolean belongsTo(final Object family) { ^^^^^^ Illegal redefinition of parameter family, inherited method from Job does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[139] this.workspace= ResourcesPlugin.getWorkspace(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWorkspace' needs unchecked conversion to conform to '@NonNull IWorkspace' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[150] public boolean belongsTo(final Object family) { ^^^^^^ Illegal redefinition of parameter family, inherited method from Job does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[231] final Job buildJob= new BuildJob(Messages.CoreUtility_Build_Job_title, project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[241] final Job buildJob= new CleanJob(Messages.CoreUtility_Clean_Job_title, project, autoBuild); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 15. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/util/RelativePathValidator.java (at line 34) private final int resourceType; ^^^^^^^^^^^^ The value of the field RelativePathValidator.resourceType is not used [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/util/RelativePathValidator.java:[61] public IStatus validate(final Object value) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from IValidator.validate(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/util/RelativePathValidator.java:[105] Messages.Resource_error_NoInput_message_0 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableUtils.java:[58] final Map<@NonNull String, ? extends TVariable> variables, ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location 19. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/AbstractProjectNature.java (at line 43) private boolean configured; ^^^^^^^^^^ The value of the field AbstractProjectNature.configured is not used [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[202] prefix= VariableUtils.getValue(this.relativePrefix); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IStringVariable' needs unchecked conversion to conform to '@NonNull IStringVariable' 21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java (at line 251) this.onPattern.put(pattern, severity); ^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[300] public IStatus validate(final Object value) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from IValidator.validate(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[323] final IStatus status2= this.fileStoreValidator.validate(getFileStore()); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'capture#' but this expression has type '@Nullable IFileStore', where 'capture#' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[475] return this.variableResolver.performStringSubstitution(expression, ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[519] createExistsStatus(this.workspaceResource.exists(), (this.workspaceResource instanceof IContainer)) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[539] createExistsStatus(info.exists(), info.isDirectory()) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[47] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[362] public void run(final IProgressMonitor monitor) throws CoreException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWorkspaceRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[519] fi = getInput(new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[519] fi = getInput(new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[525] getAction().run(reader, new SubProgressMonitor(monitor, 80)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[525] getAction().run(reader, new SubProgressMonitor(monitor, 80)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/AbstractSettingsModelObject.java:[42] public void propertyChange(final PropertyChangeEvent evt) { ^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from PropertyChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[21] public class CategoryElementList extends SortedArraySet { ^^^^^^^^^^^^^^ The method Iterator iterator() from AbstractList cannot implement the corresponding method from List due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[21] public class CategoryElementList extends SortedArraySet { ^ Null constraint mismatch: The type 'E' is not a valid substitute for the type parameter 'E extends @NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[38] protected int superIndexOfE(final E element) { ^ Missing non-null annotation: inherited method from SortedArraySet.SubList specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[39] checkType(element); ^^^^^^^ Null type safety: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[42] ((CategoryElementComparator) CategoryElementList.this.comparator).getCategory(element) ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Comparator to CategoryElementComparator [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[42] ((CategoryElementComparator) CategoryElementList.this.comparator).getCategory(element) ) ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[50] protected int superIndexOfEChecked(final E element) { ^ Missing non-null annotation: inherited method from SortedArraySet.SubList specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[55] ((CategoryElementComparator) CategoryElementList.this.comparator).getCategory(element) ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Comparator to CategoryElementComparator [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[55] ((CategoryElementComparator) CategoryElementList.this.comparator).getCategory(element) ) ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[72] return (CategoryElementComparator) this.comparator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Comparator to CategoryElementComparator [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[77] return (CategoryElementComparator) this.comparator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Comparator to CategoryElementComparator [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[116] public SortedListSet subList(final C category) { ^ Null constraint mismatch: The type 'E' is not a valid substitute for the type parameter 'E extends @NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/ObservableValueVariable.java:[37] if (observable == null) { throw new NullPointerException("observable"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/URLValidator.java:[28] public class URLValidator implements IValidator { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/URLValidator.java:[40] public IStatus validate(final Object value) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from IValidator.validate(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[166] public VariableText2(final @Nullable Map variables) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field reporter may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[166] public VariableText2(final @Nullable Map variables) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field severities may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[193] this.severities= null; ^^^^ Null type mismatch: required 'VariableText2.@NonNull Severities' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[194] this.reporter= null; ^^^^ Null type mismatch: required 'VariableText2.@NonNull ProblemReporter' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[213] this.severities= null; ^^^^ Null type mismatch: required 'VariableText2.@NonNull Severities' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[214] this.reporter= null; ^^^^ Null type mismatch: required 'VariableText2.@NonNull ProblemReporter' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[241] if (name == null) { throw new NullPointerException("name"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 56. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 278) NLS.bind(Messages.Validation_Syntax_DollarEnd_message, c)), ^ The expression of type char is boxed into Character 57. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 315) cEnd, text.substring(offset + 2, end) )), ^^^^ The expression of type char is boxed into Character 58. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 330) NLS.bind(Messages.Validation_Syntax_DollorInvalidChar_message, c)), ^ The expression of type char is boxed into Character [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[71] public boolean containsValue(final Object value) { ^^^^^^ Missing nullable annotation: inherited method from Map specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[83] return (V) fArray[key]; ^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to V [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[85] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[90] return (key instanceof Integer) ? get(((Integer) key).intValue()) : null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[96] System.arraycopy(fArray, 0, newArray, 0, fArray.length); ^^^^^^ Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[105] final V oldValue = (V) fArray[key]; ^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to V [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[112] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[122] public void putAll(final Map t) { ^^^ Missing non-null annotation: inherited method from Map specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[124] put(entry.getKey().intValue(), entry.getValue()); ^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#3-of ? extends java.lang.Integer', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[130] final V oldValue = (V) fArray[key]; ^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to V [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[137] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[142] return (key instanceof Integer) ? remove(((Integer) key).intValue()) : null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[155] public Set keySet() { ^^^ The return type is incompatible with '@NonNull Set' returned from Map.keySet() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[160] public Collection values() { ^^^^^^^^^^ The return type is incompatible with '@NonNull Collection' returned from Map.values() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[165] public Set> entrySet() { ^^^ The return type is incompatible with '@NonNull Set>' returned from Map.entrySet() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[183] final V[] array = (V[]) Array.newInstance(type, length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to V[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[184] System.arraycopy(fArray, 0, array, 0, length); ^^^^^^ Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object' 76. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/DateVariable.java (at line 56) return DateFormat.getDateInstance().format(getTimestamp()); ^^^^^^^^^^^^^^ The expression of type long is boxed into Long 77. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/DateVariable.java (at line 58) return new SimpleDateFormat(argument).format(getTimestamp()); ^^^^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[77] return this.key + ((this.value != null) ? this.value.hashCode() : 0); ^^^^^ Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[90] && ((this.value != null) ? this.value.equals(other.getValue()) : null == other.getValue()) ); ^^^^^ Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[180] fEntries = new Entry[initialCapacity]; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IntHashMap.Entry[] needs unchecked conversion to conform to IntHashMap.Entry[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[216] public boolean containsValue(final Object value) { ^^^^^^ Missing nullable annotation: inherited method from Map specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[219] if (e.value.equals(value)) { ^^^^^ Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[234] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[239] return (key instanceof Integer) ? get(((Integer) key).intValue()) : null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[245] fEntries = new Entry[oldEntries.length * 2 + 1]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IntHashMap.Entry[] needs unchecked conversion to conform to IntHashMap.Entry[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[274] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[284] public void putAll(final Map t) { ^^^ Missing non-null annotation: inherited method from Map specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[286] put(entry.getKey().intValue(), entry.getValue()); ^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#7-of ? extends java.lang.Integer', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[302] e.value = null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[306] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[311] return (key instanceof Integer) ? remove(((Integer) key).intValue()) : null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[345] public Set keySet() { ^^^ The return type is incompatible with '@NonNull Set' returned from Map.keySet() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[350] public Collection values() { ^^^^^^^^^^ The return type is incompatible with '@NonNull Collection' returned from Map.values() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[355] public Set> entrySet() { ^^^ The return type is incompatible with '@NonNull Set>' returned from Map.entrySet() (mismatching null constraints) 95. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/TimeVariable.java (at line 56) return DateFormat.getTimeInstance().format(getTimestamp()); ^^^^^^^^^^^^^^ The expression of type long is boxed into Long 96. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/TimeVariable.java (at line 58) return DateFormat.getPatternInstance(argument).format(getTimestamp()); ^^^^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/NotEmptyValidator.java:[31] private final IValidator nested; ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/NotEmptyValidator.java:[39] public NotEmptyValidator(final String label, final IValidator validator) { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/NotEmptyValidator.java:[46] public IStatus validate(final Object value) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from IValidator.validate(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/NotEmptyValidator.java:[50] return (this.nested != null) ? this.nested.validate(value) : ValidationStatus.ok(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[29] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[114] fFile.setCharset(fCharset, new SubProgressMonitor(monitor, 20)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[114] fFile.setCharset(fCharset, new SubProgressMonitor(monitor, 20)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[121] fFile.appendContents(new ByteArrayInputStream(content.getBytes(fCharset)), ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[123] new SubProgressMonitor(monitor, 80)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[123] new SubProgressMonitor(monitor, 80)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[128] new SubProgressMonitor(monitor, 15)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[128] new SubProgressMonitor(monitor, 15)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[131] fFile.create(EMPTY_INPUT, IResource.FORCE, new SubProgressMonitor(monitor, 15)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[131] fFile.create(EMPTY_INPUT, IResource.FORCE, new SubProgressMonitor(monitor, 15)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[134] fFile.setCharset(fCharset, new SubProgressMonitor(monitor, 5)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[134] fFile.setCharset(fCharset, new SubProgressMonitor(monitor, 5)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[138] fFile.setContents(new ByteArrayInputStream(content.getBytes(fCharset)), ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[139] IResource.NONE, new SubProgressMonitor(monitor, 80)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[139] IResource.NONE, new SubProgressMonitor(monitor, 80)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/ObservableFileValidator.java:[123] void checkVariable(final IStringVariable variable) { ^^^^^^^^^^^^^^^ Illegal redefinition of parameter variable, inherited method from FileValidator does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/PreferencesManageListener.java:[62] public void beforeSettingsChangeNotification(final Set groupIds) { ^^^ Missing non-null annotation: inherited method from SettingsChangeNotifier.ManageListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/PreferencesManageListener.java:[79] public void afterSettingsChangeNotification(final Set groupIds) { ^^^ Missing non-null annotation: inherited method from SettingsChangeNotifier.ManageListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[117] emptyArray = (T[]) Array.newInstance(type, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[143] final T[] newListeners = (T[]) Array.newInstance(type, oldSize + 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[144] System.arraycopy(items, 0, newListeners, 0, oldSize); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[196] final T[] newListeners = (T[]) Array.newInstance(type, oldSize - 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[197] System.arraycopy(items, 0, newListeners, 0, i); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[198] System.arraycopy(items, i + 1, newListeners, i, oldSize - i - 1); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[237] final T[] newListeners = (T[]) Array.newInstance(type, oldSize - 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[238] System.arraycopy(items, 0, newListeners, 0, remove); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[239] System.arraycopy(items, remove + 1, newListeners, remove, oldSize - remove - 1); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[244] final T[] newListeners = (T[]) Array.newInstance(type, oldSize); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[245] System.arraycopy(items, 0, newListeners, 0, oldSize); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[254] final T[] newListeners = (T[]) Array.newInstance(type, oldSize); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[255] System.arraycopy(items, 0, newListeners, 0, remove); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[256] System.arraycopy(items, remove + 1, newListeners, remove, oldSize - remove - 1); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[261] final T[] newListeners = (T[]) Array.newInstance(type, oldSize + 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[262] System.arraycopy(items, 0, newListeners, 0, oldSize); ^^^^^ Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[290] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 136. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorAlphaDef.java (at line 41) setAlpha(((float) alpha255) / 255f); ^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to float [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[30] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[105] final boolean exists = fFile.fetchInfo(EFS.NONE, new SubProgressMonitor(monitor, 5)).exists(); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[105] final boolean exists = fFile.fetchInfo(EFS.NONE, new SubProgressMonitor(monitor, 5)).exists(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[112] final InputStream raw = fFile.openInputStream(EFS.NONE, new SubProgressMonitor(monitor, 5)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[112] final InputStream raw = fFile.openInputStream(EFS.NONE, new SubProgressMonitor(monitor, 5)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[128] out = new OutputStreamWriter(fFile.openOutputStream(fMode, new SubProgressMonitor(monitor, 5)), fCharset); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[128] out = new OutputStreamWriter(fFile.openOutputStream(fMode, new SubProgressMonitor(monitor, 5)), fCharset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[130] out.write(content); ^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/internal/ecommons/coreutils/CoreMiscellanyPlugin.java:[74] public void start(final BundleContext context) throws Exception { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Plugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/internal/ecommons/coreutils/CoreMiscellanyPlugin.java:[75] super.start(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/internal/ecommons/coreutils/CoreMiscellanyPlugin.java:[89] public void stop(final BundleContext context) throws Exception { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Plugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/internal/ecommons/coreutils/CoreMiscellanyPlugin.java:[106] super.stop(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' 148 problems (0 errors, 137 warnings, 11 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.coremisc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.coremisc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.coremisc --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.coremisc --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core >-- [INFO] Building [bundle] StatET ECommons - Debug - Core (Incubation) 4.8.0.202308171800-r [23/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Resolving class path of [bundle] StatET ECommons - Debug - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.debug.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[80] if (configuration == null) { throw new NullPointerException("configuration"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[83] if (mode == null) { throw new NullPointerException("mode"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[112] return DebugPlugin.getDefault().getLaunchManager().getLaunchMode(mode).getLabel(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLaunchMode(String) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[112] return DebugPlugin.getDefault().getLaunchManager().getLaunchMode(mode).getLabel(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[142] envp.putAll(DebugPlugin.getDefault().getLaunchManager().getNativeEnvironmentCasePreserved()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type '@NonNull Map<@NonNull String,String>' needs unchecked conversion to conform to '@NonNull Map' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[146] configuration.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map)null) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type '@Nullable Map<@NonNull String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[191] resolved.put(entry.getKey(), value); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 8. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java (at line 202) return DebugPlugin.parseArguments(expanded); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/resources/core/variables/ResourceVariables.java:[94] return ImCollections.newList(variables); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDynamicVariable[]' needs unchecked conversion to conform to '@NonNull IDynamicVariable @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[131] public @Nullable Map getAttribute(final String attributeName, final @Nullable Map defaultValue) throws CoreException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[131] public @Nullable Map getAttribute(final String attributeName, final @Nullable Map defaultValue) throws CoreException { ^^^ Type safety: The return type Map for getAttribute(String, Map) from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Map from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[131] public @Nullable Map getAttribute(final String attributeName, final @Nullable Map defaultValue) throws CoreException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[134] return (Map)value; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[136] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/VariablePartition.java:[155] public boolean verifyValue(final IValue value) throws DebugException { ^^^^^^ Illegal redefinition of parameter value, inherited method from IValueModification does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/VariablePartition.java:[160] public void setValue(final IValue value) throws DebugException { ^^^^^^ Illegal redefinition of parameter value, inherited method from IValueModification does not constrain this parameter 17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/ECommonsDebugCorePlugin.java (at line 80) private void checkStarted() { ^^^^^^^^^^^^^^ The method checkStarted() from the type ECommonsDebugCorePlugin is never used locally 17 problems (0 errors, 15 warnings, 2 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.debug.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.core --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.debug.core --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc >--- [INFO] Building [bundle] StatET ECommons - Miscellany of UI Packages (Incubation) 4.8.0.202308171800-r [24/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.uimisc --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Resolving class path of [bundle] StatET ECommons - Miscellany of UI Packages (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.uimisc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Compiling 180 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[46] final Composite composite = new Composite(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[81] fButtonGroup.connectTo(fViewer, input, null); ^^^^^^^ Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[81] fButtonGroup.connectTo(fViewer, input, null); ^^^^ Null type mismatch: required '@NonNull IObservableValue<@Nullable String>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[100] public String edit(final int command, final String item, final Object parent) { ^^^^^^ Missing nullable annotation: inherited method from ButtonGroup.IActions specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[100] public String edit(final int command, final String item, final Object parent) { ^^^^^^ Missing nullable annotation: inherited method from ButtonGroup.IActions specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[111] public void updateState(final IStructuredSelection selection) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ButtonGroup.IActions specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStorePreference.java:[32] public static OverlayStorePreference create(final Preference pref) { ^^^^^^^^^^ Preference is a raw type. References to generic type Preference should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[44] import org.eclipse.ui.internal.WorkbenchPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[93] return ManagedPageBookView.this.getSite(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWorkbenchPartSite' needs unchecked conversion to conform to '@NonNull IWorkbenchPartSite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[150] && (this.session == ((SessionHandler) obj).session) )); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to ManagedPageBookView.SessionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[184] final S session= getCurrentSession(); ^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'S extends @NonNull PageBookSession' but this expression has type '@Nullable S extends @NonNull PageBookSession' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[227] public ManagedPageBookView() { ^^^^^^^^^^^^^^^^^^^^^ The @NonNull field handlers may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[227] public ManagedPageBookView() { ^^^^^^^^^^^^^^^^^^^^^ The @NonNull field sessionComparator may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[227] public ManagedPageBookView() { ^^^^^^^^^^^^^^^^^^^^^ The @NonNull field statusManager may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[255] final IEclipseContext context= getService(IEclipseContext.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IEclipseContext'. Declaring type 'PageSite' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[264] final IEclipseContext context= getService(IEclipseContext.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IEclipseContext'. Declaring type 'PageSite' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[272] WorkbenchPlugin.log(getClass(), "initPage", e); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[272] WorkbenchPlugin.log(getClass(), "initPage", e); //$NON-NLS-1$ ^^^ Discouraged access: The method 'WorkbenchPlugin.log(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[300] final SessionHandler sessionHandler= (SessionHandler) part; ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView.SessionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[306] page.createControl(getPageBook()); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'PageBook' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[319] protected void showPageRec(final PageRec pageRec) { ^^^^^^^ Illegal redefinition of parameter pageRec, inherited method from PageBookView does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[321] onPageHiding((IPageBookViewPage) getCurrentPage(), (this.activeSession != null) ? this.activeSession.getSession() : null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull IPageBookViewPage' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[321] onPageHiding((IPageBookViewPage) getCurrentPage(), (this.activeSession != null) ? this.activeSession.getSession() : null); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[321] onPageHiding((IPageBookViewPage) getCurrentPage(), (this.activeSession != null) ? this.activeSession.getSession() : null); ^^^^ Null type mismatch: required 'S extends @NonNull PageBookSession' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[326] this.activeSession= (SessionHandler) pageRec.part; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView.SessionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[330] session= this.activeSession.getSession(); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[335] session= null; ^^^^ Null type mismatch: required 'S extends @NonNull PageBookSession' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[337] onPageShowing((IPageBookViewPage) pageRec.page, session); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPageBookViewPage' needs unchecked conversion to conform to '@NonNull IPageBookViewPage' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[359] final SessionHandler sessionHandler= (SessionHandler) part; ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView.SessionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[379] final SessionHandler sessionHandler= (SessionHandler) part; ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView.SessionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[400] return ((S) page).getLabel(); ^^^^^^^^^^ Type safety: Unchecked cast from Object to S [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[404] return ((S) page).getImageDescriptor(); ^^^^^^^^^^ Type safety: Unchecked cast from Object to S [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[410] ManagedPageBookView.this.activeSession.getSession() ) : ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[415] showPage((S) page); ^^^^^^^^ Type safety: Unchecked cast from Object to S [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[494] this.handlers= null; ^^^^ Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[511] else { this.sessionList.add(session); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[512] this.sessionList.add(session); ^^^^^^^ Null type mismatch (type annotations): required '@NonNull S extends @NonNull PageBookSession' but this expression has type '@Nullable S extends @NonNull PageBookSession' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[522] this.sessionMap.remove(sessionHandler); ^^^^^^^^^^^^^^ Unlikely argument type ManagedPageBookView.SessionHandler for remove(Object) on a Map.SessionHandler> [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[50] public Object[] getElements(final Object element) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getElements(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[50] public Object[] getElements(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[55] public boolean hasChildren(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[60] public Object[] getChildren(final Object element) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getChildren(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[60] public Object[] getChildren(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[102] public Object getParent(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[110] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[110] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[110] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[17] import org.eclipse.jface.internal.text.InformationControlReplacer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InformationControlReplacer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[62] public class ColumnHoverStickyManager extends InformationControlReplacer implements IWidgetTokenKeeper, IWidgetTokenKeeperExtension { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InformationControlReplacer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[116] final IInformationControl fInformationControlToClose= getCurrentInformationControl2(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[141] final IInformationControl fInformationControlToClose= getCurrentInformationControl2(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[154] public void controlResized(final ControlEvent e) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from ControlListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[159] public void controlMoved(final ControlEvent e) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from ControlListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[164] public void mouseDown(final MouseEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[169] public void mouseUp(final MouseEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[173] public void mouseDoubleClick(final MouseEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[183] public void keyPressed(final KeyEvent e) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[188] public void keyReleased(final KeyEvent e) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[192] public void focusGained(final FocusEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[196] public void focusLost(final FocusEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[211] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[216] final IInformationControl infoControl= getCurrentInformationControl2(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[223] final int margin= getKeepUpMargin(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.getKeepUpMargin()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[244] final IInformationControl iControl= getCurrentInformationControl2(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[263] super(new AbstractReusableInformationControlCreator() { @Override public IInformationControl doCreateInformationControl(final Shell shell) { return new DefaultInformationControl(shell, true); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'InformationControlReplacer(IInformationControlCreator)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[290] super.hideInformationControl(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.hideInformationControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[315] super.replaceInformationControl(informationPresenterControlCreator, contentBounds, information, subjectArea, takeFocus); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.replaceInformationControl(IInformationControlCreator, Rectangle, Object, Rectangle, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[329] if (getCurrentInformationControl2() != null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[330] if (getCurrentInformationControl2().isFocusControl()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[356] final IInformationControl iControl= getCurrentInformationControl2(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[32] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[39] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[61] fSelectionProvider.removeSelectionChangedListener(fSelectionChangedListener); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[63] ((IPostSelectionProvider) fSelectionProvider).removePostSelectionChangedListener(fPostSelectionChangedListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[66] fSelectionProvider.removeSelectionChangedListener(fPostSelectionChangedListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[71] fSelectionProvider.addSelectionChangedListener(fSelectionChangedListener); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[73] ((IPostSelectionProvider) fSelectionProvider).addPostSelectionChangedListener(fPostSelectionChangedListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[76] fSelectionProvider.addSelectionChangedListener(fPostSelectionChangedListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[94] public void setSelection(final ISelection selection) { ^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[96] fSelectionProvider.setSelection(selection); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelection' needs unchecked conversion to conform to '@NonNull ISelection' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[101] public ISelection getSelection() { ^^^^^^^^^^ The return type is incompatible with '@NonNull ISelection' returned from ISelectionProvider.getSelection() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/UIAccess.java:[48] return PlatformUI.getWorkbench().getDisplay(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/TogglePreferenceEnablementHandler.java:[30] super(pref, commandId); ^^^^ Null type safety (type annotations): The expression of type 'Preference' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/TogglePreferenceEnablementHandler.java:[35] super(pref, access, commandId); ^^^^ Null type safety (type annotations): The expression of type 'Preference' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/TogglePreferenceEnablementHandler.java:[35] super(pref, access, commandId); ^^^^^^ Null type safety (type annotations): The expression of type 'PreferenceAccess' needs unchecked conversion to conform to '@NonNull PreferenceAccess' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[36] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[78] protected IStatus run(final IProgressMonitor monitor) { // background job ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[78] protected IStatus run(final IProgressMonitor monitor) { // background job ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull 89. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java (at line 83) currentProvider = fFilter.toArray(IElementFilter.class); ^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull IElementFilter>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[104] fCacheFilters = Arrays.copyOf(fCacheFilters, currentFilters.length); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IElementFilter.IFinalFilter[]' needs unchecked conversion to conform to 'IElementFilter.IFinalFilter @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[105] fCacheData = Arrays.copyOf(fCacheData, currentFilters.length); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'int[][]' needs unchecked conversion to conform to 'int @NonNull[] []' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[143] data[filterIdx] = Arrays.copyOf(filtered, idx); ^^^^^^^^ Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[167] data[filterIdx] = Arrays.copyOf(filtered, idx); ^^^^^^^^ Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[188] System.arraycopy(merge, 0, fTemp, 0, num); ^^^^^ Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[288] selection = new StructuredSelection(input.get(completeData[0])); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety: required '@NonNull' but this expression has type 'capture#11-of ?', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[296] fViewer.setItemCount((completeData != null) ? completeData.length : input.size()); ^^^^^ Potential null pointer access: The variable input may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[304] fViewer.getTable().getParent().layout(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[321] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[321] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[321] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[388] private final FastList fListener= new FastList<>(Listener.class); ^^^^^^^^ The type FastList is deprecated 102. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java (at line 388) private final FastList fListener= new FastList<>(Listener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull FastList' is made accessible using the less-annotated type 'FastList' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[388] private final FastList fListener= new FastList<>(Listener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[388] private final FastList fListener= new FastList<>(Listener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[401] fViewer.getTable().getVerticalBar().setVisible(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[407] public void widgetDisposed(final DisposeEvent e) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[426] fListener.add(listener); ^^^^^^^^^^^^^ The method add(TableFilterController.Listener) from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[430] fListener.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(TableFilterController.Listener) from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[434] final Listener[] array = fListener.toArray(); ^^^^^^^^^ The method toArray() from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[67] protected Control createDialogArea(final Composite parent) { ^^^^^^^ The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[67] protected Control createDialogArea(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[69] final Composite composite= (Composite) super.createDialogArea(parent); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[87] this.selectionViewer.addSelectionChangedListener(createSelectionChangeListener()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[88] this.selectionViewer.addDoubleClickListener(createSelectionDoubleClickListener()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDoubleClickListener' needs unchecked conversion to conform to '@NonNull IDoubleClickListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[97] this.selectionViewer.setSelection(new StructuredSelection(checkedResources), true); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/AbstractCheckboxSelectionDialog.java:[58] public AbstractCheckboxSelectionDialog(final Shell shell, final int options, final Collection checkedElements ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field viewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/AbstractCheckboxSelectionDialog.java:[137] ViewerProperties.checkedElements(null) ^^^^ Null type mismatch: required '@NonNull Class' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/AbstractCheckboxSelectionDialog.java:[147] getButton(IDialogConstants.OK_ID).setEnabled(isValid()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getButton(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/DialogUtils.java:[111] return history.toArray(new @NonNull String[history.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ColorSelectorObservableValue.java:[38] public void propertyChange(final PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ColorSelectorObservableValue.java:[51] super(selector.getButton()); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Widget' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceFileSelectionDialog.java:[75] protected Control createDialogArea(final Composite parent) { ^^^^^^^ The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceFileSelectionDialog.java:[75] protected Control createDialogArea(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceFileSelectionDialog.java:[77] final Composite composite= (Composite) super.createDialogArea(parent); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolBarComposite.java:[43] super(parent, style); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolBarComposite.java:[52] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolBarComposite.java:[74] addListener(SWT.Paint, this.listener); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' 128. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java (at line 90) public int alpha_255_y(final int v) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method alpha_255_y(int) from the type AlphaSelector.Data is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[190] this.image.dispose(); ^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[233] image= data.createImage(e.display); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[358] if (value == null) { throw new NullPointerException("value"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceVariableUtil.java:[128] this(UIAccess.getActiveWorkbenchPage(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceVariableUtil.java:[137] this.workbenchPage= part.getSite().getPage(); ^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[38] import org.eclipse.ui.internal.WorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[177] public void preferenceChange(final PreferenceChangeEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IEclipsePreferences.IPreferenceChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[202] public void preferenceChange(final PreferenceChangeEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IEclipsePreferences.IPreferenceChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[244] contexts.get(i).getNode(this.nodeQualifier).addPreferenceChangeListener( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNode(String) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[244] contexts.get(i).getNode(this.nodeQualifier).addPreferenceChangeListener( ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[287] return this.storeContext.getNode(this.nodeQualifier); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[296] return this.defaultContext.getNode(this.defaultQualifier); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[339] preferences[i]= contexts.get(i).getNode(this.nodeQualifier); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[371] Assert.isTrue(false, WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[371] Assert.isTrue(false, WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[764] preferences= contexts.get(i).getNode(this.nodeQualifier); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[122] protected ConfigurationBlock(final @Nullable String title) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field container may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[122] protected ConfigurationBlock(final @Nullable String title) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field shell may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[223] this.image.dispose(); ^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[267] image= data.createImage(e.display, RGBSelector.this.currentPrim, primValue, ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceStoreBeanWrapper.java:[39] final Preference converter; ^^^^^^^^^^ Preference is a raw type. References to generic type Preference should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceStoreBeanWrapper.java:[41] public PrefData(final String beanProperty, final Preference converter) { ^^^^^^^^^^ Preference is a raw type. References to generic type Preference should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceStoreBeanWrapper.java:[62] public void propertyChange(final PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceStoreBeanWrapper.java:[89] public void addPreference(final String beanProperty, final Preference preference) { ^^^^^^^^^^ Preference is a raw type. References to generic type Preference should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[95] public SelectionChangeNotify(final CopyOnWriteIdentityListSet listenerList) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field currentEvent may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[95] public SelectionChangeNotify(final CopyOnWriteIdentityListSet listenerList) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field currentListener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[107] this.currentEvent= null; ^^^^ Null type mismatch: required '@NonNull SelectionChangedEvent' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[108] this.currentListener= null; ^^^^ Null type mismatch: required '@NonNull ISelectionChangedListener' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[154] public void updateElement(final UIElement element, final Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[212] public BasicEditorOutlinePage(final String contextMenuId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field handlers may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[247] this.handlers= new ContextHandlers(site); ^^^^ Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[248] initActions(site, this.handlers); ^^^^ Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[264] contributeToActionBars(site, site.getActionBars(), this.handlers); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IActionBars' needs unchecked conversion to conform to '@NonNull IActionBars' 162. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 123) private static void plotPoint(final GC gc, final int x, final int y, final Color color) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method plotPoint(GC, int, int, Color) from the type HSVSelector is never used locally 163. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 131) private static void plotLine(final GC gc, final int xMin, final int xMax, final float a, final float b, final float c, final Color color) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method plotLine(GC, int, int, float, float, float, Color) from the type HSVSelector is never used locally 164. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 427) public void drawTriangle(final GC gc) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawTriangle(GC) from the type HSVSelector.Data is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[553] image= data.createFullImage(e.display); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayPreferenceStore.java:[36] public void propertyChange(final PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[63] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[200] public void widgetDefaultSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[207] public void keyPressed(final KeyEvent e) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[222] public void keyTraversed(final TraverseEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[234] public void mouseUp(final MouseEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from MouseAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[312] if (value == null) { value= "";//$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[343] public void modifyText(final ModifyEvent e) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ModifyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/BasicCustomViewer.java:[82] this.selection= (TSelection)selection; ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ISelection to TSelection [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/BasicCustomViewer.java:[259] final TSelection newSelection= fetchSelectionFromWidget(flags, this.selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'TSelection extends @NonNull ISelection' but this expression has type '@Nullable TSelection extends @NonNull ISelection' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[70] super(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[89] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[97] setTabList(new Control[] { this.downButton }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[102] setTabList(new Control[] { this.mainButton, this.downButton }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[107] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[228] public void setFont(final Font font) { ^^^^ Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[244] this.mainButton.setText(string); ^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[252] public void setToolTipText(final String string) { ^^^^^^ Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[266] this.mainButton.addSelectionListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'SelectionListener' needs unchecked conversion to conform to '@NonNull SelectionListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[270] this.mainButton.removeSelectionListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'SelectionListener' needs unchecked conversion to conform to '@NonNull SelectionListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[274] this.menuListener.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'MenuListener' needs unchecked conversion to conform to '@NonNull MenuListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[276] this.menuListener.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'MenuListener' needs unchecked conversion to conform to '@NonNull MenuListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[294] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ObjValueEvent.java:[38] super(source); ^^^^^^ Null type safety (type annotations): The expression of type 'IObjValueWidget' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewerRow.java:[99] return this.item.getImage(); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[62] import org.eclipse.ui.internal.services.IWorkbenchLocationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[206] public HandlerContributionItem( final CommandContributionItemParameter contributionParameters, final IHandler2 handler) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field commandListener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[206] public HandlerContributionItem( final CommandContributionItemParameter contributionParameters, final IHandler2 handler) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field elementRef may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[206] public HandlerContributionItem( final CommandContributionItemParameter contributionParameters, final IHandler2 handler) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field localResourceManager may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[206] public HandlerContributionItem( final CommandContributionItemParameter contributionParameters, final IHandler2 handler) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field menuService may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[223] this.menuService= this.serviceLocator.getService(IMenuService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IMenuService' but this expression has type '@Nullable IMenuService' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[226] this.commandService= this.serviceLocator.getService(ICommandService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ICommandService' but this expression has type '@Nullable ICommandService' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[227] this.handlerService= this.serviceLocator.getService(IHandlerService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IHandlerService' but this expression has type '@Nullable IHandlerService' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[228] this.bindingService= this.serviceLocator.getService(IBindingService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IBindingService' but this expression has type '@Nullable IBindingService' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[229] final IWorkbenchLocationService workbenchLocationService= this.serviceLocator ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[230] .getService(IWorkbenchLocationService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[231] this.display= workbenchLocationService.getWorkbench().getDisplay(); ^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable workbenchLocationService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[231] this.display= workbenchLocationService.getWorkbench().getDisplay(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[231] this.display= workbenchLocationService.getWorkbench().getDisplay(); ^^^^^^^^^^^^ Discouraged access: The method 'IWorkbenchLocationService.getWorkbench()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[242] || HandlerContributionItem.this.command.getCommand().getHandler() == HandlerContributionItem.this.commandHandler ) { // no longer works ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[339] setImages(contributionParameters.serviceLocator, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IServiceLocator' needs unchecked conversion to conform to '@NonNull IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[340] contributionParameters.iconStyle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[359] this.icon= service.getImageDescriptor(this.command.getId(), ^^^^^^^ Potential null pointer access: The variable service may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[359] this.icon= service.getImageDescriptor(this.command.getId(), ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[361] this.disabledIcon= service.getImageDescriptor(this.command.getId(), ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[363] this.hoverIcon= service.getImageDescriptor(this.command.getId(), ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[379] if (this.commandListener == null) { this.commandListener= new IHandlerListener() { @Override public void handlerChanged(final HandlerEvent commandEvent) { if (commandEvent.isHandledChanged() || commandEvent.isEnabledChanged() ) { updateCommandProperties(commandEvent); } } }; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[426] void createCommand(final @Nullable String commandId, final @Nullable Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[491] this.workbenchHelpSystem.setHelp(item, this.helpContextId); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[549] this.workbenchHelpSystem.setHelp(item, this.helpContextId); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[581] ((IElementUpdater)this.commandHandler).updateElement(this.callback, Collections.EMPTY_MAP); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull UIElement' but this expression has type '@Nullable UIElement' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[589] updateMenuItem((MenuItem)this.widget); ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull MenuItem' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[592] updateToolItem((ToolItem)this.widget); ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull ToolItem' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[595] updateButton((Button)this.widget); ^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull Button' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[612] text= this.command.getCommand().getName(); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[619] text= updateMnemonic(text); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[658] text= this.command.getCommand().getName(); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[695] text= this.command.getCommand().getName(); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[748] final int idx= s.indexOf(this.mnemonic); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[759] this.widget.removeListener(SWT.Selection, getItemListener()); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[760] this.widget.removeListener(SWT.Dispose, getItemListener()); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[771] WorkbenchUIUtils.registerCommandElement(this.command.getId(), this.callback); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[771] WorkbenchUIUtils.registerCommandElement(this.command.getId(), this.callback); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull UIElement' but this expression has type '@Nullable UIElement' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[773] this.elementRef= this.commandService.registerElementForCommand(this.command, this.callback); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IElementReference' needs unchecked conversion to conform to '@NonNull IElementReference' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[777] "Unable to register menu item \"" + getId() + "\", command \"" + this.command.getId() + "\" not defined")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[789] this.elementRef= null; ^^^^ Null type mismatch: required '@NonNull IElementReference' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[792] WorkbenchUIUtils.unregisterCommandElement(this.command.getId(), this.callback); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[792] WorkbenchUIUtils.unregisterCommandElement(this.command.getId(), this.callback); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull UIElement' but this expression has type '@Nullable UIElement' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[796] this.commandListener= null; ^^^^ Null type mismatch: required '@NonNull IHandlerListener' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[803] this.widget.dispose(); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[810] this.commandHandler= null; ^^^^ Null type mismatch: required '@NonNull IHandler2' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[811] this.commandService= null; ^^^^ Null type mismatch: required '@NonNull ICommandService' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[812] this.bindingService= null; ^^^^ Null type mismatch: required '@NonNull IBindingService' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[813] this.menuService= null; ^^^^ Null type mismatch: required '@NonNull IMenuService' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[814] this.handlerService= null; ^^^^ Null type mismatch: required '@NonNull IHandlerService' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[822] this.localResourceManager= null; ^^^^ Null type mismatch: required '@NonNull LocalResourceManager' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[844] return this.menuItemListener; ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Listener' but this expression has type '@Nullable Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[864] this.handlerService.createExecutionEvent(this.command, event) : ^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ParameterizedCommand' but this expression has type '@Nullable ParameterizedCommand' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[903] this.workbenchHelpSystem.setHelp(menu, this.helpContextId); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[933] item.setImage((this.icon == null) ? null : m.createImage(this.icon)); ^^^^ Potential null pointer access: The variable item may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[937] item.setImage(m.createImage(this.icon)); ^^^^ Potential null pointer access: The variable item may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[948] item.setDisabledImage((this.disabledIcon == null) ? null : ^^^^ Potential null pointer access: The variable item may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[967] ((ToolItem) this.widget).setToolTipText(text); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[992] ((MenuItem) this.widget).setSelection(this.checkedState); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[995] ((ToolItem) this.widget).setSelection(this.checkedState); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[1005] return false; ^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[78] public void delete(final List elements) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[102] protected void changeDefault(final @Nullable TItem oldItem, final TItem newItem) { ^^^^^ Missing nullable annotation: inherited method from DataAdapter specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[105] this.defaultValue.setValue(newItem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[149] protected final IObservableValue defaultValue; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[154] public DataAdapter(final IObservableValue defaultValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field checkedSet may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[192] return (TItem)element; ^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to TItem [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[196] return item; ^^^^ Null type safety: required '@NonNull' but this expression has type 'TItem', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[208] protected @Nullable IObservableValue getDefaultFor(final TItem item) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[219] observable.setValue(getDefaultValue(item)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[226] final var list= (Collection)container; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Collection [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[230] list.add(newItem); ^^^^^^^ Null type safety (type annotations): The expression of type 'TItem' needs unchecked conversion to conform to 'capture#of ? super @NonNull TItem' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[236] ((List)list).set(idx, newItem); ^^^^^^^ Null type safety (type annotations): The expression of type 'TItem' needs unchecked conversion to conform to 'capture#of ? super @NonNull TItem' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[240] list.add(newItem); ^^^^^^^ Null type safety (type annotations): The expression of type 'TItem' needs unchecked conversion to conform to 'capture#of ? super @NonNull TItem' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[246] changeChecked(oldItem, newItem); ^^^^^^^ Null type mismatch (type annotations): required 'TItem' but this expression has type '@Nullable TItem', where 'TItem' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[255] return item; ^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable TItem' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[269] observable.setValue(newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[286] public void delete(final List elements) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[306] protected void deleteDefault(final List elements) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[321] observable.setValue(null); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[327] protected void deleteChecked(final List elements) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[53] public ShortedLabel(final Composite parent, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field checkedText may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[53] public ShortedLabel(final Composite parent, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field text may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[68] if (label == null) { throw new NullPointerException(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[116] public Shorter(final Control control) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field gc may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[116] public Shorter(final Control control) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field text may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[123] this.gc= null; ^^^^ Null type mismatch: required '@NonNull GC' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[134] if (this.gc == null) { this.gc= new GC(this.control); this.maxWidth= this.control.getBounds().width; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[144] this.text= null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[80] implements PreferenceStore, IObservableFactory { ^^^^^^^^^^^^^^^^^^ IObservableFactory is a raw type. References to generic type IObservableFactory should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[109] new ProjectScope(ManagedConfigurationBlock.this.project), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IProject' but this expression has type '@Nullable IProject' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[125] || hasProjectSpecificSettings(ManagedConfigurationBlock.this.project) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IProject' but this expression has type '@Nullable IProject' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[178] setValue((Preference) key, projectSettings.get(key)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation setValue(Preference, Object) of the generic method setValue(Preference, T) of type ManagedConfigurationBlock.PreferenceManager [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[178] setValue((Preference) key, projectSettings.get(key)); ^^^^^^^^^^^^^^^^ Type safety: The expression of type Preference needs unchecked conversion to conform to Preference [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[178] setValue((Preference) key, projectSettings.get(key)); ^^^^^^^^^^ Preference is a raw type. References to generic type Preference should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[259] && value.equals(getInternalValue(key, this.inheritScope, false) )) { ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IScopeContext' but this expression has type '@Nullable IScopeContext' 287. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java (at line 278) private void testIfOptionsComplete() { ^^^^^^^^^^^^^^^^^^^^^^^ The method testIfOptionsComplete() from the type ManagedConfigurationBlock.PreferenceManager is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[289] return this.manager.getWorkingCopy(node); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[291] return node; ^^^^ Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[376] this(project, null, null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[381] this(project, null, statusListener); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[384] protected ManagedConfigurationBlock(final @Nullable IProject project, final String title, final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field dataBinding may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[384] protected ManagedConfigurationBlock(final @Nullable IProject project, final String title, final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field pageComposite may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[423] this.dataBinding.installStatusListener(this.statusListener); ^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull StatusChangeListener' but this expression has type '@Nullable StatusChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[542] setPrefValue((Preference)entry.getKey(), entry.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation setPrefValue(Preference, Object) of the generic method setPrefValue(Preference, T) of type ManagedConfigurationBlock [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[542] setPrefValue((Preference)entry.getKey(), entry.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Preference needs unchecked conversion to conform to Preference [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[542] setPrefValue((Preference)entry.getKey(), entry.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Preference' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Object>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[542] setPrefValue((Preference)entry.getKey(), entry.getValue()); ^^^^^^^^^^ Preference is a raw type. References to generic type Preference should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[553] setPrefValue(pref, null); ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[592] public IObservableValue createObservable(final Object target) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[26] public class ObjValueObservable extends AbstractSWTObservableValue implements IObjValueListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[39] super(realm, widget.getControl()); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[56] fWidget.setValue(fValueIdx,(T) value); ^^^^^^^^^ Type safety: Unchecked cast from Object to T [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[73] final ValueDiff diff = Diffs.createValueDiff(event.oldValue, event.newValue); ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[74] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[56] import org.eclipse.statet.internal.ecommons.ui.UIMiscellanyPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.statet.internal.ecommons.ui.UIMiscellanyPlugin is never used [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[166] super(parent, style = checkStyle(style)); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[198] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[237] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[255] addListener(COMBO_EVENTS[i], fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[259] fImage.addListener(TEXT_EVENTS[i], fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[262] fText.addListener(TEXT_EVENTS[i], fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[266] fArrow.addListener(ARROW_EVENTS[i], fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[283] if (fPopup.setParent(getShell())) { ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[287] fList.removeListener(SWT.Dispose, fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[333] fPopup.addListener(popupEvents [i], fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[337] fList.addListener(listEvents [i], fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[352] display.removeFilter(SWT.Selection, fFilter); ^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[416] display.removeFilter(SWT.Selection, fFilter); ^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[417] display.addFilter(SWT.Selection, fFilter); ^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[436] public void setLayout(final Layout layout) { ^^^^^^ Missing nullable annotation: inherited method from Composite specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[442] public Control [] getChildren() { ^^^^^^^^^^ The return type is incompatible with '@NonNull Control @NonNull[]' returned from Composite.getChildren() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[539] public Shell getShell() { ^^^^^ The return type is incompatible with '@NonNull Shell' returned from Control.getShell() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[544] fPopupParent.removeListener(SWT.Deactivate, fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[581] shell.removeListener(SWT.Deactivate, fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[582] shell.addListener(SWT.Deactivate, fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[584] display.removeFilter(SWT.FocusIn, fFilter); ^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[585] display.addFilter(SWT.FocusIn, fFilter); ^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[600] shell.removeListener(SWT.Deactivate, fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[602] display.removeFilter(SWT.FocusIn, fFilter); ^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[622] public void getName(final AccessibleEvent e) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[631] public void getKeyboardShortcut(final AccessibleEvent e) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[643] public void getHelp(final AccessibleEvent e) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[653] public void getName(final AccessibleEvent e) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[657] public void getKeyboardShortcut(final AccessibleEvent e) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[661] public void getHelp(final AccessibleEvent e) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[678] final Point pt = getParent().toDisplay(location.x, location.y); ^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[942] removeListener(SWT.Modify, listener); ^^^^^^^^ Null type mismatch: required '@NonNull SWTEventListener' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[967] removeListener(SWT.Selection, listener); ^^^^^^^^ Null type mismatch: required '@NonNull SWTEventListener' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[968] removeListener(SWT.DefaultSelection,listener); ^^^^^^^^ Null type mismatch: required '@NonNull SWTEventListener' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[995] removeListener(SWT.Verify, listener); ^^^^^^^^ Null type mismatch: required '@NonNull SWTEventListener' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1029] public void setFont(final Font font) { ^^^^ Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1036] public void setForeground(final Color color) { ^^^^^ Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1055] public void setBackground(final Color color) { ^^^^^ Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1074] public void setMenu(final Menu menu) { ^^^^ Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1085] public void setToolTipText(final String string) { ^^^^^^ Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1204] final Control[] siblings = getParent().getChildren(); ^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1270] removeListener(SWT.Dispose, fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1275] fList.removeListener(SWT.Dispose, fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1279] shell.removeListener(SWT.Deactivate, fListener); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1281] display.removeFilter(SWT.FocusIn, fFilter); ^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1631] final Point point = toControl(getDisplay().getCursorLocation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Point' needs unchecked conversion to conform to '@NonNull Point' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1753] fText.setText(item.getText()); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[127] return PlatformUI.getWorkbench().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWorkbenchWindow' needs unchecked conversion to conform to '@NonNull IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[155] final Context context= contextService.getContext(contextId); ^^^^^^^^^^^^^^ Potential null pointer access: The variable contextService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[161] contextId= context.getParentId(); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[213] final @Nullable IHandler2 handler, final @Nullable Map filter) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[231] updater.updateElement(element, null); ^^^^ Null type mismatch: required '@NonNull Map' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[30] private final Comparator comparator; ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[33] public ComparatorViewerComparator(final Comparator comparator) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[39] public int compare(final Viewer viewer, final Object e1, final Object e2) { ^^^^^^ Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[39] public int compare(final Viewer viewer, final Object e1, final Object e2) { ^^^^^^ Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[39] public int compare(final Viewer viewer, final Object e1, final Object e2) { ^^^^^^ Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[40] return this.comparator.compare(e1, e2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[44] public void sort(final Viewer viewer, final Object[] elements) { ^^^^^^ Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[44] public void sort(final Viewer viewer, final Object[] elements) { ^^^^^^^^ Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[45] Arrays.sort(elements, this.comparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[45] Arrays.sort(elements, this.comparator); ^^^^^^^^ Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to 'Object @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[45] Arrays.sort(elements, this.comparator); ^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[57] this.elements= ImCollections.newList((IStringVariable[]) elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IStringVariable[]' needs unchecked conversion to conform to 'IStringVariable @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[65] VariableUtils.add(variables, this.elements); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? super @NonNull IStringVariable>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[65] VariableUtils.add(variables, this.elements); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ImList' needs unchecked conversion to conform to '@NonNull Collection<@NonNull IStringVariable>', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[66] VariableUtils.add(variables, this.extraVariables); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? super @NonNull IStringVariable>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[66] VariableUtils.add(variables, this.extraVariables); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection<@NonNull IStringVariable>', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[83] this.extraVariables.addAll(variables); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to '@NonNull Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[87] void exportItems(final List items); ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[95] private ButtonGroup group; ^^^^^ The @NonNull field group may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[97] private Control control; ^^^^^^^ The @NonNull field control may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[149] protected @Nullable List getElement(final IStructuredSelection selection) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[176] protected boolean hasItem(final List list) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[206] protected @Nullable List<@NonNull TItem> getItems(final List list) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[212] items.add(dataAdapter.getModelItem(element)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety: required '@NonNull' but this expression has type 'TItem', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[309] protected @Nullable List getElement(final IStructuredSelection selection) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[314] if (!adapter.isDeleteAllowed(object)) { ^^^^^^ Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[319] return list; ^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@Nullable List' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[326] getGroup().delete0(list); ^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[440] public ButtonGroup(final Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field actions may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[440] public ButtonGroup(final Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field dataAdapter may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[440] public ButtonGroup(final Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field viewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[445] public ButtonGroup(final Composite parent, final IActions actions, final boolean cellMode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field dataAdapter may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[445] public ButtonGroup(final Composite parent, final IActions actions, final boolean cellMode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field viewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[587] (ITreeContentProvider)viewer.getContentProvider(), defaultValue )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ITreeContentProvider' needs unchecked conversion to conform to '@NonNull ITreeContentProvider' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[650] final TItem orgItem= ((command & ADD_NEW) == 0 && element != null) ? this.dataAdapter.getModelItem(element) : null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TItem' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[651] final Object parent= ((command & ADD_NEW) != 0) ? this.dataAdapter.getAddParent(element) : this.dataAdapter.getParent(element); ^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[651] final Object parent= ((command & ADD_NEW) != 0) ? this.dataAdapter.getAddParent(element) : this.dataAdapter.getParent(element); ^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[654] this.actions.edit(command, ((command & ADD_NEW) == 0) ? orgItem : null, parent) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'TItem' but this expression has type '@Nullable TItem', where 'TItem' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[655] edit1(((command & ADD_NEW) == 0) ? orgItem : null, (command & (ADD_NEW | ADD_COPY)) != 0, parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'TItem' but this expression has type '@Nullable TItem', where 'TItem' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[655] edit1(((command & ADD_NEW) == 0) ? orgItem : null, (command & (ADD_NEW | ADD_COPY)) != 0, parent); ^^^^^^ Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[660] parent, this.dataAdapter.getContainerFor(element) ); ^^^^^^ Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[660] parent, this.dataAdapter.getContainerFor(element) ); ^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[669] delete0(Collections.singletonList(oldItem)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<@NonNull TItem>' needs unchecked conversion to conform to '@NonNull List' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[669] delete0(Collections.singletonList(oldItem)); ^^^^^^^ Null type safety: required '@NonNull' but this expression has type 'TItem', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[672] final Object element= this.dataAdapter.change(oldItem, newItem, null, ^^^^ Null type mismatch: required '@NonNull Object' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[679] public void deleteElements(final int command, final List elements) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[695] private void delete0(final List elements) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[706] private @Nullable Object getBestNeighbour(final List elements) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[716] array= ((Collection)container).toArray(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object []' 408. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java (at line 725) comparator.sort(this.viewer, array); ^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Object []' is made accessible using the less-annotated type 'Object @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[729] neighbours= ImCollections.newList((@NonNull TItem[])array); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object[] to TItem[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[777] private void export0(final List items) { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTTextNullableObservableValue.java:[23] public class SWTTextNullableObservableValue extends AbstractSWTObservableValue { ^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTTextNullableObservableValue.java:[34] public void modifyText(final ModifyEvent e) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ModifyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTTextNullableObservableValue.java:[39] fireValueChange(Diffs.createValueDiff(oldValue, newValue)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTTextNullableObservableValue.java:[47] super(text); ^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Widget' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[50] public Iterator iterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[50] public Iterator iterator() { ^^^^^^^^ The return type is incompatible with '@NonNull Iterator' returned from IStructuredSelection.iterator() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[55] public List toList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[55] public List toList() { ^^^^ The return type is incompatible with '@NonNull List' returned from IStructuredSelection.toList() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[60] public Object[] toArray() { ^^^^^^^^ The return type is incompatible with 'Object @NonNull[]' returned from IStructuredSelection.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[55] public ToggleBooleanPreferenceHandler(final Preference<@NonNull Boolean> pref, ^^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[60] public ToggleBooleanPreferenceHandler(final Preference<@NonNull Boolean> pref, final PreferenceAccess access, ^^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location 422. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 67) this.isPrefEnabled= this.prefAccess.getPreferenceValue(this.pref); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 423. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 79) final boolean isEnabled= this.prefAccess.getPreferenceValue(this.pref); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[86] WorkbenchUIUtils.refreshCommandElements(this.commandId, this, null); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[102] public void updateElement(final UIElement element, final Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized 426. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 115) !this.isPrefEnabled, ^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PixelConverter.java:[54] this.fontMetrics= gc.getFontMetrics(); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FontMetrics' needs unchecked conversion to conform to '@NonNull FontMetrics' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/ObservableSetBinding.java:[47] return ImCollections.toList(set); ^^^ Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to '@NonNull Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/ObservableSetBinding.java:[51] public void handleSetChange(final SetChangeEvent event) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISetChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[200] this.toolBarManager= null; ^^^^ Null type mismatch: required '@NonNull ToolBarManager' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[202] this.toolBar= null; ^^^^ Null type mismatch: required '@NonNull ToolBar' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[253] public PageBookBrowserPage(final ManagedPageBookView view, final BrowserSession session) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field browser may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[253] public PageBookBrowserPage(final ManagedPageBookView view, final BrowserSession session) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field composite may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[253] public PageBookBrowserPage(final ManagedPageBookView view, final BrowserSession session) { ^^^^^^^^^^^^^^^^^^^ ManagedPageBookView is a raw type. References to generic type ManagedPageBookView should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[254] super(view); ^^^^ Type safety: The expression of type ManagedPageBookView needs unchecked conversion to conform to ManagedPageBookView [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[282] super.createControl(null); ^^^^ Null type mismatch: required '@NonNull Composite' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[445] if (browser == null) { return; } ^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[460] if (browser == null) { return; } ^^^^^^^^^^^^^^^^ Dead code 439. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ShowPageDropdownContribution.java (at line 53) return list.toArray(new @NonNull IContributionItem[list.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull IContributionItem @NonNull[]' is made accessible using the less-annotated type 'IContributionItem @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/CombineStatusChangeListener.java:[34] public void statusChanged(final IStatus status) { ^^^^^^^ Missing non-null annotation: inherited method from StatusChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/CombineStatusChangeListener.java:[55] public void statusChanged(final IStatus status) { ^^^^^^^ Missing non-null annotation: inherited method from StatusChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/CombineStatusChangeListener.java:[62] fParent.statusChanged(fBaseStatus); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[86] public void start(final BundleContext context) throws Exception { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[87] super.start(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[94] public void stop(final BundleContext context) throws Exception { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[115] super.stop(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[134] protected void initializeImageRegistry(final ImageRegistry reg) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[226] protected Point getSize() { ^^^^^ The return type is incompatible with '@NonNull Point' returned from CompositeImageDescriptor.getSize() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[82] protected abstract ConfigurationBlock createConfigurationBlock() throws CoreException; ^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[123] final Composite composite= new Composite(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[132] public void widgetDefaultSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[135] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[163] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[212] protected Control createContents(final Composite parent) { ^^^^^^^ The return type is incompatible with '@NonNull Control' returned from ConfigurationBlockPreferencePage.createContents(Composite) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[212] protected Control createContents(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from ConfigurationBlockPreferencePage specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[213] if (getBlock() == null) { init(null); } ^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[214] init(null); ^^^^ Null type mismatch: required '@NonNull IWorkbench' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[217] final Control control= super.createContents(parent); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[303] public void applyData(final Object data) { ^^^^^^ Missing nullable annotation: inherited method from ConfigurationBlockPreferencePage specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[305] this.data= (Map) data; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map 461. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java (at line 163) this.text.setText(formatValue(newValue)); ^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[61] this.pref= new Preference.StringArrayPref(qualifier, "bookmarks", Preference.IS2_SEPARATOR_CHAR); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[78] final String[] strings= EPreferences.getInstancePrefs().getPreferenceValue(this.pref); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Preference.StringArrayPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String @NonNull[]>', corresponding supertype is 'Preference<@NonNull String @NonNull[]>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[81] final String[] split= SEPARATOR_PATTERN.split(s); ^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[83] bookmark= new BrowserBookmark(split[0], split[1]); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[83] bookmark= new BrowserBookmark(split[0], split[1]); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[99] PreferenceUtils.setPrefValue(InstanceScope.INSTANCE, this.pref, strings, ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Preference.StringArrayPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String @NonNull[]>', corresponding supertype is 'Preference<@NonNull String @NonNull[]>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[99] PreferenceUtils.setPrefValue(InstanceScope.INSTANCE, this.pref, strings, ^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[83] if (container.getFullPath().isPrefixOf(this.excludePath)) { ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPath' needs unchecked conversion to conform to '@NonNull IPath' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[151] ContainerSelectionComposite.this.treeViewer.addFilter(ContainerSelectionComposite.this.toggledFilter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ContainerSelectionComposite.ContainerFilter' needs unchecked conversion to conform to '@NonNull ViewerFilter' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[209] super(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[232] label.setText(message); ^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[293] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[298] ViewerUtils.addDoubleClickExpansion(this.treeViewer); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull TreeViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[323] this.rightToolBarMgr.getControl().getParent().layout(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[339] this.containerNameField.addListener(SWT.Modify, this.listener); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/TitleAreaStatusUpdater.java:[44] public void statusChanged(final IStatus status) { ^^^^^^^ Missing non-null annotation: inherited method from StatusChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[154] return ((Node)parentElement).children.toArray(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[158] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Illegal redefinition of parameter oldInput, inherited method from IContentProvider declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[158] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Illegal redefinition of parameter newInput, inherited method from IContentProvider declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[335] public boolean getChecked(final Object element) { ^^^^^^ Illegal redefinition of parameter element, inherited method from ICheckable does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[340] public boolean setChecked(final Object element, final boolean state) { ^^^^^^ Illegal redefinition of parameter element, inherited method from ICheckable does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[342] getCheckedElements().add((TElement) element); ^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to TElement [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[391] button.setSelection(getChecked(element)); ^^^^^^^ Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[417] doCheck(element, button.getSelection()); ^^^^^^^ Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[424] this.viewer.setSelection(new StructuredSelection(element)); ^^^^^^^ Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[426] doCheck(element, button.getSelection()); ^^^^^^^ Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[441] final Button button= (Button) editor.getEditor(); ^^^^^^ Potential null pointer access: The variable editor may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[443] doCheck(element, button.getSelection()); ^^^^^^^ Null type safety: required '@NonNull' but this expression has type 'TElement', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[446] doCheck(element, !this.checkedElements.contains(element)); ^^^^^^^ Null type safety: required '@NonNull' but this expression has type 'TElement', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[488] this.viewer.getTable().setTabList(new Control[0]); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[514] final Button button= (Button) editor.getEditor(); ^^^^^^ Potential null pointer access: The variable editor may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[570] public @Nullable ViewerCell findSelectedCell(final ColumnViewer viewer, ^^^^^^^^^^^^ Illegal redefinition of parameter viewer, inherited method from CellNavigationStrategy does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[609] public @Nullable ViewerCell findSelectedCell(final ColumnViewer viewer, ^^^^^^^^^^^^ Illegal redefinition of parameter viewer, inherited method from CellNavigationStrategy does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[638] final ColumnViewerEditorActivationEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Illegal redefinition of parameter event, inherited method from ColumnViewerEditorActivationStrategy does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[716] viewer.setSelection(new StructuredSelection(item.getData())); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[738] new @NonNull Object[] { item.getData() } ))); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/BrowserUtils.java:[95] DialogUtils.getDialogSettings(UIMiscellanyPlugin.getInstance(), "browser"), //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'UIMiscellanyPlugin' needs unchecked conversion to conform to '@NonNull Plugin' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[67] public BreadcrumbItem(final BreadcrumbViewer viewer, final Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[67] public BreadcrumbItem(final BreadcrumbViewer viewer, final Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field labelProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[67] public BreadcrumbItem(final BreadcrumbViewer viewer, final Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field toolTipLabelProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[201] this.detailsBlock.setImage(image); ^^^^^ Null type mismatch: required '@NonNull Image' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[202] this.detailsBlock.setToolTip(toolTip); ^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[223] data.grabExcessHorizontalSpace= isLast; ^^^^ Potential null pointer access: The variable data may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[304] this.detailsBlock.setImage(image); ^^^^^ Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image' 506. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java (at line 67) private ToolItem goControl; ^^^^^^^^^ The value of the field BrowserAddressBar.goControl is not used [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[72] public BrowserAddressBar(final Composite parent, final PageBookBrowserPage page, final InputHistory urlHistory) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field goControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[72] public BrowserAddressBar(final Composite parent, final PageBookBrowserPage page, final InputHistory urlHistory) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field textControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[72] public BrowserAddressBar(final Composite parent, final PageBookBrowserPage page, final InputHistory urlHistory) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field toolBar may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[217] text= checkPasteText((String)event.data); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[228] }, new Transfer[] { FileTransfer.getInstance(), TextTransfer.getInstance() }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InputHistory.java:[58] final ListDiffEntry[] diffs= new @NonNull ListDiffEntry[2]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ListDiffEntry[] needs unchecked conversion to conform to ListDiffEntry[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InputHistory.java:[70] final ListDiffEntry[] diffs= new @NonNull ListDiffEntry[Math.max(size - this.maxLength + 2, 1)]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ListDiffEntry[] needs unchecked conversion to conform to ListDiffEntry[] [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[77] this.defaultIndent= Dialog.convertHorizontalDLUsToPixels(fontMetrics, IDialogConstants.INDENT); ^^^^^^ The field IDialogConstants.INDENT is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[78] this.defaultSmallIndent= Dialog.convertHorizontalDLUsToPixels(fontMetrics, IDialogConstants.SMALL_INDENT); ^^^^^^^^^^^^ The field IDialogConstants.SMALL_INDENT is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[201] final Button button= new Button(combo.getParent(), SWT.ARROW | SWT.DOWN); ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Composite' but this expression has type '@Nullable Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[220] return hintWidth(combo, ImCollections.newList(items)); ^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InputHistoryController.java:[110] final E element= createElement(serialized[i]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[41] public void createContents(final Composite pageComposite, final IWorkbenchPreferenceContainer container, final IPreferenceStore preferenceStore) { ^^^^^^^^^ Missing non-null annotation: inherited method from ConfigurationBlock specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[41] public void createContents(final Composite pageComposite, final IWorkbenchPreferenceContainer container, final IPreferenceStore preferenceStore) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ConfigurationBlock specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[41] public void createContents(final Composite pageComposite, final IWorkbenchPreferenceContainer container, final IPreferenceStore preferenceStore) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ConfigurationBlock specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[43] super.createContents(pageComposite, container, preferenceStore); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[43] super.createContents(pageComposite, container, preferenceStore); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWorkbenchPreferenceContainer' needs unchecked conversion to conform to '@NonNull IWorkbenchPreferenceContainer' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[43] super.createContents(pageComposite, container, preferenceStore); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[52] public void propertyChange(final PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[82] scheduleChangeNotification(getChangedGroups(), ((flags & SAVE_STORE) != 0)); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Set' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[35] p= control.getParent().toDisplay(p); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[53] public void menuAboutToShow(final IMenuManager manager) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[54] menuService.populateContributionManager( ^^^^^^^^^^^ Potential null pointer access: The variable menuService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[58] public void menuAboutToHide(final IMenuManager manager) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from IMenuListener2 specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[62] menuService.releaseContributions(menuManager); ^^^^^^^^^^^ Potential null pointer access: The variable menuService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/DecoratingStyledLabelProvider.java:[82] public void initialize(final ColumnViewer viewer, final ViewerColumn column) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/DecoratingStyledLabelProvider.java:[82] public void initialize(final ColumnViewer viewer, final ViewerColumn column) { ^^^^^^^^^^^^ Missing nullable annotation: inherited method from StyledCellLabelProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/DecoratingStyledLabelProvider.java:[88] super.initialize(viewer, column); ^^^^^^ Null type safety (type annotations): The expression of type 'ColumnViewer' needs unchecked conversion to conform to '@NonNull ColumnViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/DecoratingStyledLabelProvider.java:[122] public void propertyChange(final PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[182] this.elementText.getParent().setToolTipText(text); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[188] this.elementText.getParent().setToolTipText(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[244] data.exclude= !enabled; ^^^^ Potential null pointer access: The variable data may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[283] data.exclude= !visible; ^^^^ Potential null pointer access: The variable data may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[65] public void setEnabled(final Object evaluationContext) { ^^^^^^ Missing nullable annotation: inherited method from AbstractHandler specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[71] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[77] public void updateElement(final UIElement element, final Map parameters) { ^^^^^^^^^ Missing non-null annotation: inherited method from IElementUpdater specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[77] public void updateElement(final UIElement element, final Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[77] public void updateElement(final UIElement element, final Map parameters) { ^^^ Missing non-null annotation: inherited method from IElementUpdater specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[78] WorkbenchUIUtils.aboutToUpdateCommandsElements(this, element); ^^^^^^^ Null type safety (type annotations): The expression of type 'UIElement' needs unchecked conversion to conform to '@NonNull UIElement' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[108] super(contributionParameters, handler); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'CommandContributionItemParameter' needs unchecked conversion to conform to '@NonNull CommandContributionItemParameter' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[108] super(contributionParameters, handler); ^^^^^^^ Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler2' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[113] protected void initDropDownMenu(final MenuManager menuManager) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from HandlerContributionItem specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[116] public void menuAboutToShow(final IMenuManager manager) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[120] public void menuAboutToHide(final IMenuManager manager) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from IMenuListener2 specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[230] else if (this.currentPosition < 0 || !this.list.get(this.currentPosition).equals(entry)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'E', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[262] this.selectionProvider.setSelection(new StructuredSelection(entry)); ^^^^^ Null type safety: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[266] return entry.toString(); ^^^^^ Potential null pointer access: this expression has type 'E', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ShowBookmarksDropdownContribution.java:[54] this.view.openBookmark(this.bookmark, this.view.getCurrentSession()); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'BrowserBookmark' needs unchecked conversion to conform to '@NonNull BrowserBookmark' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ShowBookmarksDropdownContribution.java:[54] this.view.openBookmark(this.bookmark, this.view.getCurrentSession()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull BrowserSession' but this expression has type '@Nullable BrowserSession' 556. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ShowBookmarksDropdownContribution.java (at line 72) final List bookmarks= this.view.getBookmarks(); ^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull BrowserBookmark>' is made accessible using the less-annotated type 'List' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[33] public class IntValue2TextBinding extends AbstractObservableValue ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[37] private static IConverter gInt2TextConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[38] private static IConverter gText2IntConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[41] class Access extends UpdateValueStrategy { ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[43] public IConverter createConverter(final Object fromType, final Object toType) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[66] final Realm realm, final IConverter int2textConverter, final IConverter text2intConverter) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[66] final Realm realm, final IConverter int2textConverter, final IConverter text2intConverter) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[116] fLower.setValue(fLower.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[117] fUpper.setValue(fUpper.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[133] private final IConverter fInt2TextConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[134] private final IConverter fText2IntConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[142] final Realm realm, IConverter int2textConverter, IConverter text2intConverter) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[142] final Realm realm, IConverter int2textConverter, IConverter text2intConverter) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[143] super(realm); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[161] if (!int2textConverter.getFromType().equals(Integer.TYPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFromType() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[162] || !int2textConverter.getToType().equals(String.class)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getToType() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[171] if (!text2intConverter.getFromType().equals(String.class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFromType() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[172] || !text2intConverter.getToType().equals(Integer.TYPE)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getToType() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[220] final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null; ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized 576. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java (at line 220) final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null; ^^^^^^^^^^ The expression of type int is boxed into Integer 577. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java (at line 220) final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null; ^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[226] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[231] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[277] return ((Integer) fText2IntConverter.convert(text)).intValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[281] return (String) fInt2TextConverter.convert(Integer.valueOf(value)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized 582. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java (at line 306) return fLastValue; ^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[69] setBaseEnabled(UIAccess.isOkToUse(browser) && browser.isBackEnabled()); ^^^^^^^ Potential null pointer access: The variable browser may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[76] browser.back(); ^^^^^^^ Potential null pointer access: The variable browser may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[98] setBaseEnabled(UIAccess.isOkToUse(browser) && browser.isForwardEnabled()); ^^^^^^^ Potential null pointer access: The variable browser may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[105] browser.forward(); ^^^^^^^ Potential null pointer access: The variable browser may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[134] browser.stop(); ^^^^^^^ Potential null pointer access: The variable browser may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[166] open(browser.getUrl(), browserSupport.getExternalBrowser()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWebBrowser' needs unchecked conversion to conform to '@NonNull IWebBrowser' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[187] public BrowserHandler() { ^^^^^^^^^^^^^^^^ The @NonNull field browserProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/RGBPref.java:[39] public Class getUsageType() { ^^^^^ The return type is incompatible with '@NonNull Class<@Nullable RGB>' returned from Preference.getUsageType() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/SetElementFilter.java:[44] return (other == this || other == null || ((Filter) other).set.containsAll(this.set)); ^^^^^^^^ Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to '@NonNull Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[40] listener.onPreferenceChanged(event); ^^^^^ Null type safety (type annotations): The expression of type 'PreferenceSetService.ChangeEvent' needs unchecked conversion to conform to 'PreferenceSetService.@NonNull ChangeEvent' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[63] this.prefAccess.addPreferenceSetListener(this, qualifiers); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ImSet' needs unchecked conversion to conform to '@NonNull ImSet<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[71] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[78] public void onPreferenceChanged(final ChangeEvent event) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from PreferenceSetService.ChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[138] final Browser browser= PageBookBrowserView.this.currentBrowserPage.getBrowser(); ^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[156] PageBookBrowserView.this.bookmarks.getBookmarks().add(bookmark); ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[170] if (PageBookBrowserView.this.currentBrowserPage != null && PageBookBrowserView.this.currentBrowserPage.getBrowser() == event.widget) { ^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[187] if (PageBookBrowserView.this.currentBrowserPage != null && PageBookBrowserView.this.currentBrowserPage.getBrowser() == event.widget) { ^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[195] if (PageBookBrowserView.this.currentBrowserPage != null && PageBookBrowserView.this.currentBrowserPage.getBrowser() == event.widget) { ^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[223] return PageBookBrowserView.this.currentBrowserPage.getBrowser(); ^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[239] public void init(final IViewSite site, final IMemento memento) throws PartInitException { ^^^^^^^^ Illegal redefinition of parameter memento, inherited method from ViewPart declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[247] this.bookmarks.save(); ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[265] serviceLocator.getService(IContextService.class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getService(Class) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[325] handlers.get(OPEN_EXTERNAL_ID) )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[368] PageBookBrowserView.this.bookmarks.save(); ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[378] handlers.get(CREATE_BOOKMARK_ID) )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[450] this.currentProgress.beginTask("", total); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[452] this.currentProgress.worked(current); ^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[459] PageBookBrowserView.this.currentBrowserPage.getBrowser().stop(); ^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[470] this.currentProgress.worked(current - PageBookBrowserView.this.currentProgressWorked); ^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[476] this.currentProgress.done(); ^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[546] return this.bookmarks.getBookmarks(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull BrowserBookmark>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[546] return this.bookmarks.getBookmarks(); ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[394] item.setToolTip(this.toolTipLabelProvider.getText(item.getElement())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[394] item.setToolTip(this.toolTipLabelProvider.getText(item.getElement())); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[397] item.setToolTip(cell.getText()); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[403] protected ImList<@NonNull Object> getSelectionFromWidget() { ^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[669] result.setToolTipLabelProvider(this.toolTipLabelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ILabelProvider' but this expression has type '@Nullable ILabelProvider' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[674] result.setContentProvider((ITreeContentProvider)getContentProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ITreeContentProvider' needs unchecked conversion to conform to '@NonNull ITreeContentProvider' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[66] public ConfigurationBlockPreferencePage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field block may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[66] public ConfigurationBlockPreferencePage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field blockControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[74] public void init(final IWorkbench workbench) { ^^^^^^^^^^ Illegal redefinition of parameter workbench, inherited method from IWorkbenchPreferencePage does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[108] this.block.createContents(this.blockControl, getWorkbenchContainer(), getPreferenceStore()); ^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IPreferenceStore' but this expression has type '@Nullable IPreferenceStore' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[147] return (IWorkbenchPreferenceContainer)getContainer(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull IWorkbenchPreferenceContainer' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[102] public BreadcrumbItemDropDown(final BreadcrumbItem parent, final Composite composite) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field dropDownViewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[102] public BreadcrumbItemDropDown(final BreadcrumbItem parent, final Composite composite) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field shell may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[168] BreadcrumbItemDropDown.this.parent.getViewer().fillDropDownContextMenu(manager, selection.getFirstElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[628] BreadcrumbItemDropDown.this.dropDownViewer= null; ^^^^ Null type mismatch: required '@NonNull TreeViewer' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[121] public SimpleContributionItem( final CommandContributionItemParameter contributionParameters) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field localResourceManager may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[135] protected SimpleContributionItem(final @Nullable String id, final @Nullable String label, final @Nullable String mnemonic, final @Nullable ImageDescriptor icon, final @Nullable ImageDescriptor disabledIcon, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field localResourceManager may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[191] this.workbenchHelpSystem.setHelp(item, this.helpContextId); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[197] update(null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[221] update(null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[240] this.workbenchHelpSystem.setHelp(item, this.helpContextId); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[246] update(null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[252] update(null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[256] public void update(final String id) { ^^^^^^ Illegal redefinition of parameter id, inherited method from ContributionItem does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[259] updateMenuItem((MenuItem) this.widget); ^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull MenuItem' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[262] updateToolItem((ToolItem) this.widget); ^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull ToolItem' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[265] updateButton((Button) this.widget); ^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull Button' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[279] text= updateMnemonic(text); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[286] else { item.setText(text + '\t' + keyBindingText); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[314] final String toolTipText= getToolTipText(text); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[339] final String toolTipText= getToolTipText(text); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[357] else { tooltipText= ""; //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[362] return tooltipText; ^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[369] final int idx= s.indexOf(this.mnemonic); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[379] this.widget.removeListener(SWT.Selection, getItemListener()); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[380] this.widget.removeListener(SWT.Dispose, getItemListener()); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[389] this.widget.dispose(); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[399] this.localResourceManager= null; ^^^^ Null type mismatch: required '@NonNull LocalResourceManager' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[421] return this.menuItemListener; ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Listener' but this expression has type '@Nullable Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[467] this.workbenchHelpSystem.setHelp(menu, this.helpContextId); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[510] item.setImage(this.icon == null ? null : m.createImage(this.icon)); ^^^^ Potential null pointer access: The variable item may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[513] item.setImage(m.createImage(this.icon)); ^^^^ Potential null pointer access: The variable item may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[525] item.setDisabledImage(this.disabledIcon == null ? null : m ^^^^ Potential null pointer access: The variable item may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[537] update(null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[546] ((MenuItem) this.widget).setSelection(this.checkedState); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[549] ((ToolItem) this.widget).setSelection(this.checkedState); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[556] ((ToolItem) this.widget).setToolTipText(text); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[144] final DataBindingSupport databinding= new DataBindingSupport(getDialogArea()); ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Control' but this expression has type '@Nullable Control' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[166] layout.verticalSpacing= 0; ^^^^^^ Potential null pointer access: The variable layout may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[172] ((GridData)children[0].getLayoutData()).horizontalSpan++; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLayoutData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[211] for (final Control child : getButton(IDialogConstants.OK_ID).getParent().getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getButton(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[211] for (final Control child : getButton(IDialogConstants.OK_ID).getParent().getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[38] import org.eclipse.ui.internal.services.IServiceLocatorCreator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[39] import org.eclipse.ui.internal.services.ServiceLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[69] private ServiceLocator breadcrumbServices; ^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] public AbstractBreadcrumb() { ^^^^^^^^^^^^^^^^^^^^ The @NonNull field breadcrumbServices may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] public AbstractBreadcrumb() { ^^^^^^^^^^^^^^^^^^^^ The @NonNull field breadcrumbViewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] public AbstractBreadcrumb() { ^^^^^^^^^^^^^^^^^^^^ The @NonNull field composite may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] public AbstractBreadcrumb() { ^^^^^^^^^^^^^^^^^^^^ The @NonNull field displayFocusListener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] public AbstractBreadcrumb() { ^^^^^^^^^^^^^^^^^^^^ The @NonNull field propertyChangeListener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[99] this.breadcrumbViewer.setSelection(new StructuredSelection(this.breadcrumbViewer.getInput())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[150] doRevealOrOpen(event.getSelection()); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelection' needs unchecked conversion to conform to '@NonNull ISelection' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[196] this.breadcrumbServices.dispose(); ^^^^^^^ Discouraged access: The method 'ServiceLocator.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[197] this.breadcrumbServices= null; ^^^^ Null type mismatch: required '@NonNull ServiceLocator' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[325] if (this.breadcrumbViewer == null) { return false; } ^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[356] final IServiceLocatorCreator serviceCreator= pageServices.getService(IServiceLocatorCreator.class); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[356] final IServiceLocatorCreator serviceCreator= pageServices.getService(IServiceLocatorCreator.class); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[357] this.breadcrumbServices= (ServiceLocator)serviceCreator.createServiceLocator(pageServices, null, new IDisposable() { @Override public void dispose() { AbstractBreadcrumb.this.breadcrumbServiceState= -1; AbstractBreadcrumb.this.breadcrumbServices= null; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ServiceLocator' needs unchecked conversion to conform to '@NonNull ServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[357] this.breadcrumbServices= (ServiceLocator)serviceCreator.createServiceLocator(pageServices, null, new IDisposable() { ^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[357] this.breadcrumbServices= (ServiceLocator)serviceCreator.createServiceLocator(pageServices, null, new IDisposable() { ^^^^^^^^^^^^^^ Potential null pointer access: The variable serviceCreator may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[357] this.breadcrumbServices= (ServiceLocator)serviceCreator.createServiceLocator(pageServices, null, new IDisposable() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IServiceLocatorCreator.createServiceLocator(IServiceLocator, AbstractServiceFactory, IDisposable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[361] AbstractBreadcrumb.this.breadcrumbServices= null; ^^^^ Null type mismatch: required '@NonNull ServiceLocator' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[372] contextService.activateContext("org.eclipse.jdt.ui.breadcrumbEditorScope"); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Potential null pointer access: The variable contextService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[396] this.breadcrumbServices.activate(); ^^^^^^^^ Discouraged access: The method 'ServiceLocator.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[406] this.breadcrumbServices.deactivate(); ^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.deactivate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/SelectionTransferDragAdapter.java:[44] public void dragStart(final DragSourceEvent event) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from DragSourceListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/SelectionTransferDragAdapter.java:[57] public void dragSetData(final DragSourceEvent event) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from DragSourceListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/SelectionTransferDragAdapter.java:[62] public void dragFinished(final DragSourceEvent event) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from DragSourceListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[25] public class IntValueObservable extends AbstractSWTObservableValue implements IIntValueListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[38] super(realm, widget.getControl()); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[38] super(realm, widget.getControl()); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Widget' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[58] fireValueChange(Diffs.createValueDiff(oldValue, newValue)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized 697. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java (at line 58) fireValueChange(Diffs.createValueDiff(oldValue, newValue)); ^^^^^^^^ The expression of type int is boxed into Integer 698. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java (at line 58) fireValueChange(Diffs.createValueDiff(oldValue, newValue)); ^^^^^^^^ The expression of type int is boxed into Integer 699. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java (at line 64) return fWidget.getValue(fValueIdx); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[73] setValue(event.newValue); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized 701. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java (at line 73) setValue(event.newValue); ^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/swt/expandable/ExpandableComposite.java:[579] public ExpandableComposite(final Composite parent, final int style, final int expansionStyle) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field client may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/swt/expandable/ExpandableComposite.java:[1141] size= layout.computeSize(this, wHint, hHint, changed); ^^^^^^ Potential null pointer access: The variable layout may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[33] public class IntValue2Double2TextBinding extends AbstractObservableValue ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[36] private static IConverter gDouble2TextConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[37] private static IConverter gText2DoubleConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[40] class Access extends UpdateValueStrategy { ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[42] public IConverter createConverter(final Object fromType, final Object toType) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[68] final Realm realm, final IConverter double2textConverter, final IConverter text2doubleConverter) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[68] final Realm realm, final IConverter double2textConverter, final IConverter text2doubleConverter) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[127] fLower.setValue(fLower.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[128] fUpper.setValue(fUpper.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[144] private final IConverter fDouble2TextConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[145] private final IConverter fText2IntConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[152] final Realm realm, IConverter double2textConverter, IConverter text2doubleConverter) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[152] final Realm realm, IConverter double2textConverter, IConverter text2doubleConverter) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[153] super(realm); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[171] if (!double2textConverter.getFromType().equals(Double.TYPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFromType() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[172] || !double2textConverter.getToType().equals(String.class)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getToType() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[181] if (!text2doubleConverter.getFromType().equals(String.class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFromType() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[182] || !text2doubleConverter.getToType().equals(Double.TYPE)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getToType() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[230] final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null; ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized 723. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java (at line 230) final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null; ^^^^^^^^^^ The expression of type double is boxed into Double 724. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java (at line 230) final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null; ^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[236] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[241] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[287] return ((Double) fText2IntConverter.convert(text)).doubleValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[299] return (String) fDouble2TextConverter.convert(Double.valueOf(value)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized 729. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java (at line 325) return fLastValue; ^^^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/jface/resource/ImageDescriptorRegistry.java:[93] if (descriptor == null) { descriptor= ImageDescriptor.getMissingImageDescriptor(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[60] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[120] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[123] ((IStructuredSelection) AutoCheckController.this.viewer.getSelection()).toList() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[27] public class RadioGroupObservable extends AbstractSWTObservableValue implements SelectionListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[36] super(realm, buttons[0]); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[36] super(realm, buttons[0]); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Widget' 737. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java (at line 53) return fIdx; ^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[70] public void widgetDefaultSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[74] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[81] fireValueChange(Diffs.createValueDiff(old, i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized 741. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java (at line 81) fireValueChange(Diffs.createValueDiff(old, i)); ^^^ The expression of type int is boxed into Integer 742. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java (at line 81) fireValueChange(Diffs.createValueDiff(old, i)); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[105] private IAdaptable element; ^^^^^^^ The @NonNull field element may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[107] private String name; ^^^^ The @NonNull field name may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[122] return this.element.getAdapter(adapterType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'T' but this expression has type '@Nullable T', where 'T' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[142] public boolean select(final Viewer viewer, final Object parentElement, final Object element) { ^^^^^^ Illegal redefinition of parameter viewer, inherited method from ViewerFilter does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[142] public boolean select(final Viewer viewer, final Object parentElement, final Object element) { ^^^^^^ Illegal redefinition of parameter parentElement, inherited method from ViewerFilter does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[142] public boolean select(final Viewer viewer, final Object parentElement, final Object element) { ^^^^^^ Illegal redefinition of parameter element, inherited method from ViewerFilter does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[151] if (select(viewer, element, children[i])) { ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] public QuickTreeInformationControl(final Shell parent, final int shellStyle, final boolean showStatusField, final String commandId, final int iterationCount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field commandActiveKeyStrokes may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] public QuickTreeInformationControl(final Shell parent, final int shellStyle, final boolean showStatusField, final String commandId, final int iterationCount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field commandBestKeyStrokeFormatted may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] public QuickTreeInformationControl(final Shell parent, final int shellStyle, final boolean showStatusField, final String commandId, final int iterationCount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field commandKeyListener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] public QuickTreeInformationControl(final Shell parent, final int shellStyle, final boolean showStatusField, final String commandId, final int iterationCount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field filterText may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] public QuickTreeInformationControl(final Shell parent, final int shellStyle, final boolean showStatusField, final String commandId, final int iterationCount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field finalNameFilter may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] public QuickTreeInformationControl(final Shell parent, final int shellStyle, final boolean showStatusField, final String commandId, final int iterationCount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field treeViewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[225] final KeyStroke keyStroke= getKeyStroke(sequence); ^^^^^^^^ Null type mismatch: required '@NonNull TriggerSequence' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[229] this.commandBestKeyStrokeFormatted= keyStroke.format(); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[234] final KeyStroke keyStroke= getKeyStroke(sequences[i]); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TriggerSequence' needs unchecked conversion to conform to '@NonNull TriggerSequence' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[291] protected Control createDialogArea(final Composite parent) { ^^^^^^^^^ Illegal redefinition of parameter parent, inherited method from PopupDialog does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[321] TreeItem lastItem= null; ^^^^ Null type mismatch: required '@NonNull TreeItem' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[352] this.lastItem= null; ^^^^ Null type mismatch: required '@NonNull TreeItem' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[383] return this.treeViewer.getControl(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Control' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[457] this.finalNameFilter= this.nameFilter.getFinal(false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IElementFilter.IFinalFilter' needs unchecked conversion to conform to 'IElementFilter.@NonNull IFinalFilter' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[470] if (this.treeViewer == null) { return null; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[474] return ((IStructuredSelection) this.treeViewer.getSelection()).getFirstElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[500] final Object element= findFirstMatch(tree.getItems()); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TreeItem[]' needs unchecked conversion to conform to 'TreeItem @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[523] final Object element= findFirstMatch(items[i].getItems()); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TreeItem[]' needs unchecked conversion to conform to 'TreeItem @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[536] public void setInformation(final String information) { ^^^^^^ Illegal redefinition of parameter information, inherited method from IInformationControl does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[541] public abstract void setInput(Object information); ^^^^^^ Illegal redefinition of parameter information, inherited method from IInformationControlExtension2 does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[564] this.finalNameFilter= this.nameFilter.getFinal(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IElementFilter.IFinalFilter' needs unchecked conversion to conform to 'IElementFilter.@NonNull IFinalFilter' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[570] return ((ILabelProvider) labelProvider).getText(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[576] if (this.finalNameFilter == null) { return true; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[592] protected void fillDialogMenu(final IMenuManager menu) { ^^^^^^^^^^^^ Illegal redefinition of parameter menu, inherited method from PopupDialog does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[625] this.treeViewer= null; ^^^^ Null type mismatch: required '@NonNull TreeViewer' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[626] this.filterText= null; ^^^^ Null type mismatch: required '@NonNull SearchText' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[670] public void setLocation(final Point location) { ^^^^^ Illegal redefinition of parameter location, inherited method from IInformationControl does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[705] public void setForegroundColor(final Color foreground) { ^^^^^ Illegal redefinition of parameter foreground, inherited method from IInformationControl does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[710] public void setBackgroundColor(final Color background) { ^^^^^ Illegal redefinition of parameter background, inherited method from IInformationControl does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[771] protected Control createTitleControl(final Composite parent) { ^^^^^^^^^ Illegal redefinition of parameter parent, inherited method from PopupDialog does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[788] return editor.getEditorSite().getActionBars().getStatusLineManager().getProgressMonitor(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getEditorSite() may return null 781. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java (at line 53) this.bookmarks= view.getBookmarks(); ^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull BrowserBookmark>' is made accessible using the less-annotated type 'List' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[77] protected Control createContents(final Composite parent) { ^^^^^^^ The return type is incompatible with '@NonNull Control' returned from Dialog.createContents(Composite) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[77] protected Control createContents(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[78] final Control control= super.createContents(parent); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[86] protected Control createDialogArea(final Composite parent) { ^^^^^^^ The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[86] protected Control createDialogArea(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[87] final Composite composite= new Composite(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[103] protected BrowserBookmark edit1(final BrowserBookmark item, final boolean newItem, final Object parent) { ^^^^^^^^^^^^^^^ Missing nullable annotation: inherited method from ButtonGroup specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[103] protected BrowserBookmark edit1(final BrowserBookmark item, final boolean newItem, final Object parent) { ^^^^^^ Missing non-null annotation: inherited method from ButtonGroup specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[113] getButton(IDialogConstants.OPEN_ID).setEnabled( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getButton(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[126] this.tableViewer.setContentProvider(new ObservableListContentProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[128] this.buttons.connectTo(this.tableViewer, writableList, null); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[128] this.buttons.connectTo(this.tableViewer, writableList, null); ^^^^ Null type mismatch: required '@NonNull IObservableValue<@Nullable BrowserBookmark>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[129] ViewerUtils.scheduleStandardSelection(this.tableViewer); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull TableViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[136] protected void createButtonsForButtonBar(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[137] createButton(parent, IDialogConstants.OPEN_ID, IDialogConstants.OPEN_LABEL, false); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[138] createButton(parent, IDialogConstants.CLOSE_ID, IDialogConstants.CLOSE_LABEL, true); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[146] this.view.openBookmark(bookmark, this.view.getCurrentSession()); ^^^^^^^^ Null type mismatch: required '@NonNull BrowserBookmark' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[146] this.view.openBookmark(bookmark, this.view.getCurrentSession()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull BrowserSession' but this expression has type '@Nullable BrowserSession' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[194] public Knob(final int value) { ^^^^^^^^^^^^^^^^^^^^^ The @NonNull field button may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[194] public Knob(final int value) { ^^^^^^^^^^^^^^^^^^^^^ The @NonNull field toolTipText may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] public WaScale(final Composite parent, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field color1 may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] public WaScale(final Composite parent, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field color2 may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] public WaScale(final Composite parent, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field rangeColor may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] public WaScale(final Composite parent, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field rangeFocusColor may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] public WaScale(final Composite parent, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field scaleArea may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] public WaScale(final Composite parent, final int style) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field tickColor may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[458] knob.button= null; ^^^^ Null type mismatch: required '@NonNull Button' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[547] public void addValueListener(final IIntValueListener listener) { ^^^^^^^^^^^^^^^^^ Illegal redefinition of parameter listener, inherited method from IIntValueWidget does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[552] public void removeValueListener(final IIntValueListener listener) { ^^^^^^^^^^^^^^^^^ Illegal redefinition of parameter listener, inherited method from IIntValueWidget does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[648] public void setBackground(final Color color) { ^^^^^ Illegal redefinition of parameter color, inherited method from Control declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[693] color= ColorUtils.blend(getBackground(), ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntValueEvent.java:[34] super(source); ^^^^^^ Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[58] this.realm= Realm.getDefault(); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[96] this.dbc= null; ^^^^ Null type mismatch: required '@NonNull DataBindingContext' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[97] this.realm= null; ^^^^ Null type mismatch: required '@NonNull Realm' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[31] public abstract class ManagedPage extends Page { ^^^^^^^^^^^^^^^^^^^ ManagedPageBookView is a raw type. References to generic type ManagedPageBookView should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[39] public ManagedPage(final TView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field handlers may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[47] this.handlers= null; ^^^^ Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[71] this.handlers= new ContextHandlers(site); ^^^^ Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[72] initActions(site, this.handlers); ^^^^ Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[73] contributeToActionBars(site, site.getActionBars(), this.handlers); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IActionBars' needs unchecked conversion to conform to '@NonNull IActionBars' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[31] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[49] private final ListenerList fSelectionChangedListeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[49] private final ListenerList fSelectionChangedListeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[50] private final ListenerList fDoubleClickListeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[50] private final ListenerList fDoubleClickListeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[120] fSelectionChangedListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[130] fDoubleClickListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[139] ((ISelectionChangedListener) o).selectionChanged(event); ^^^^^ Null type safety (type annotations): The expression of type 'SelectionChangedEvent' needs unchecked conversion to conform to '@NonNull SelectionChangedEvent' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[149] ((IDoubleClickListener) o).doubleClick(event); ^^^^^ Null type safety (type annotations): The expression of type 'DoubleClickEvent' needs unchecked conversion to conform to '@NonNull DoubleClickEvent' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[190] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[196] public void doubleClick(final DoubleClickEvent event) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDoubleClickListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[233] final Object parent = fTreeContentProvider.getParent(element); ^^^^^^^ Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[234] fTreeViewer.setSelection(new StructuredSelection(parent), true); ^^^^^^ Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[235] fListViewer.setSelection(new StructuredSelection(element), true); ^^^^^^^ Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[239] fTreeViewer.setSelection(new StructuredSelection(element), true); ^^^^^^^ Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[250] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[274] public void setListSorter(final ViewerSorter sorter) { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[275] fListViewer.setSorter(sorter); ^^^^^^^^^^^^^^^^^ The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[302] public void setTreeSorter(final ViewerSorter sorter) { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[303] fTreeViewer.setSorter(sorter); ^^^^^^^^^^^^^^^^^ The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InformationDispatchHandler.java:[85] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[139] super(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[141] this.validator= new ObservableFileValidator(Realm.getDefault()); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[184] this.validator.getWorkspaceResourceObservable().addValueChangeListener(this); ^^^^ Null type safety (type annotations): The expression of type 'ResourceInputComposite' needs unchecked conversion to conform to '@NonNull IValueChangeListener', corresponding supertype is 'IValueChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[187] this.validator.getFileStoreObservable().addValueChangeListener(this); ^^^^ Null type safety (type annotations): The expression of type 'ResourceInputComposite' needs unchecked conversion to conform to '@NonNull IValueChangeListener', corresponding supertype is 'IValueChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[200] this.validator.setResourceLabel(MessageUtils.removeMnemonics(label)); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[213] final String name= variable.getName(); ^^^^^^^^ Potential null pointer access: The variable variable may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[221] final String name= variable.getName(); ^^^^^^^^ Potential null pointer access: The variable variable may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[285] return this.validator.getVariableResolver().escapeText(text); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[390] public void modifyText(final ModifyEvent e) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ModifyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[414] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[427] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[440] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[453] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[466] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[484] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[530] final String wsPath= resource.getFullPath().toString(); ^^^^^^^^ Potential null pointer access: The variable resource may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[557] wsPath= res.getFullPath().toString(); ^^^ Potential null pointer access: The variable res may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[572] while (!res.exists()) { ^^^ Potential null pointer access: The variable res may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[574] path.insert(0, res.getName()); ^^^ Potential null pointer access: The variable res may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[594] path= URIUtil.toPath(this.validator.getFileStore().toURI()).toOSString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method toPath(URI) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[594] path= URIUtil.toPath(this.validator.getFileStore().toURI()).toOSString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFileStore() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[604] dialog.setText(MessageUtils.removeMnemonics(getTaskLabel())); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[610] dialog.setText(MessageUtils.removeMnemonics(getTaskLabel())); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 867. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java (at line 638) final Map extraVariables= this.validator.getVariableResolver() .getExtraVariables(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull IStringVariable>' is made accessible using the less-annotated type 'Map' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[655] public void handleValueChange(final ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IValueChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[668] path= URIUtil.toPath(fileStore.toURI()).toOSString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method toPath(URI) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[717] .observe(this.locationComboField); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Widget' 871. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java (at line 720) return WidgetProperties.text(SWT.Modify) .observe(this.locationTextField); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull String>' is made accessible using the less-annotated type 'IObservableValue', corresponding supertype is 'IObservableValue<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[721] .observe(this.locationTextField); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Widget' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[78] public AbstractResourceSelectionDialog(final Shell parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field selectedResource may not have been initialized, whereas its type 'TResource' is a free type variable that may represent a '@NonNull' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[134] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[148] public void doubleClick(final DoubleClickEvent event) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDoubleClickListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[186] final List elements= getInitialElementSelections(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[207] (TResource) resource : null; ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IResource to TResource [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[207] (TResource) resource : null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TResource' 879. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java (at line 144) this.text.setText(formatValue(newValue)); ^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SubMenuContributionItem.java:[64] public void fill(final Menu parent, final int index) { ^^^^ Missing non-null annotation: inherited method from ContributionItem specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/EditBookmarkDialog.java:[59] protected Control createDialogArea(final Composite parent) { ^^^^^^^ The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/EditBookmarkDialog.java:[59] protected Control createDialogArea(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/EditBookmarkDialog.java:[60] final Composite composite= new Composite(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[55] public Object[] getElements(final Object inputElement) { ^^^^^^^^ The return type is incompatible with 'Object @NonNull[]' returned from IStructuredContentProvider.getElements(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[55] public Object[] getElements(final Object inputElement) { ^^^^^^ Missing nullable annotation: inherited method from IStructuredContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[56] return ((Set) inputElement).toArray(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[59] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[59] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[59] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[69] public String getText(final Object element) { ^^^^^^ The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[69] public String getText(final Object element) { ^^^^^^ Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[79] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[81] public int compare(final Viewer viewer, final Object e1, final Object e2) { ^^^^^^ Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[81] public int compare(final Viewer viewer, final Object e1, final Object e2) { ^^^^^^ Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[81] public int compare(final Viewer viewer, final Object e1, final Object e2) { ^^^^^^ Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[124] protected Control createDialogArea(final Composite parent) { ^^^^^^^ The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[124] protected Control createDialogArea(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[126] final Composite composite = (Composite) super.createDialogArea(parent); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[133] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[139] public void doubleClick(final DoubleClickEvent event) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDoubleClickListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[157] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[161] public void widgetDefaultSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[179] fTableViewer.addFilter(fFilter); ^^^^^^^ Null type safety (type annotations): The expression of type 'ViewerFilter' needs unchecked conversion to conform to '@NonNull ViewerFilter' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[19] import org.eclipse.jface.internal.text.InternalAccessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalAccessor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') 905. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java (at line 61) private final int fMarginY= 5; ^^^^^^^^ The value of the field ColumnHoverManager.fMarginY is not used 906. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java (at line 76) private volatile Object fTextHover; // not used ^^^^^^^^^^ The value of the field ColumnHoverManager.fTextHover is not used [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[206] if (display == null) { return; } ^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[298] final InternalAccessor accessor = getInternalAccessor(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalAccessor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[299] if (accessor.getInformationControlReplacer() == null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalAccessor.getInformationControlReplacer()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[302] final IInformationControl iControl = accessor.getCurrentInformationControl(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalAccessor.getCurrentInformationControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[303] if (accessor.canReplace(iControl)) { ^^^^^^^^^^ Discouraged access: The method 'InternalAccessor.canReplace(IInformationControl)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[305] accessor.replaceInformationControl(true); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalAccessor.replaceInformationControl(boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[54] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull 914. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java (at line 90) private Composite composite; ^^^^^^^^^ The value of the field ToolPopup.ToolTab.composite is not used [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[112] final Composite composite= new Composite(this.parent.getTabFolder(), SWT.NONE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'CTabFolder' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[142] public void paintControl(final PaintEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[201] final Monitor monitor= DialogUtils.getClosestMonitor(display, position); ^^^^^^^^ Null type safety (type annotations): The expression of type 'Rectangle' needs unchecked conversion to conform to '@NonNull Rectangle' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[278] final Composite commonBar= new Composite(this.shell, SWT.NONE); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[287] this.okButton.setText(IDialogConstants.OK_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[26] import org.eclipse.ui.internal.contexts.NestableContextService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[27] import org.eclipse.ui.internal.handlers.LegacyHandlerService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[28] import org.eclipse.ui.internal.services.IServiceLocatorCreator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[29] import org.eclipse.ui.internal.services.IWorkbenchLocationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[30] import org.eclipse.ui.internal.services.ServiceLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[31] import org.eclipse.ui.internal.services.WorkbenchLocationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[50] registerService(IWorkbenchLocationService.class, new WorkbenchLocationService( ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[50] registerService(IWorkbenchLocationService.class, new WorkbenchLocationService( ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[50] registerService(IWorkbenchLocationService.class, new WorkbenchLocationService( ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WorkbenchLocationService(String, IWorkbench, IWorkbenchWindow, IWorkbenchPartSite, IEditorSite, IPageSite, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[58] contextService.registerShell(shell, IContextService.TYPE_DIALOG); ^^^^^^^^^^^^^^ Potential null pointer access: The variable contextService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[69] private ServiceLocator serviceLocator; ^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[82] final IServiceLocatorCreator slc= parent.getService(IServiceLocatorCreator.class); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[82] final IServiceLocatorCreator slc= parent.getService(IServiceLocatorCreator.class); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[84] this.context= parentContext.createChild(name); ^^^^^^^^^^^^^ Potential null pointer access: The variable parentContext may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[85] this.serviceLocator= (ServiceLocator) slc.createServiceLocator(parent, null, ^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[85] this.serviceLocator= (ServiceLocator) slc.createServiceLocator(parent, null, ^^^ Potential null pointer access: The variable slc may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[85] this.serviceLocator= (ServiceLocator) slc.createServiceLocator(parent, null, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IServiceLocatorCreator.createServiceLocator(IServiceLocator, AbstractServiceFactory, IDisposable, IEclipseContext)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[99] this.serviceLocator.registerService(api, service); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.registerService(Class, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[103] registerService(IContextService.class, new NestableContextService( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[103] registerService(IContextService.class, new NestableContextService( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'NestableContextService(IContextService, Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[105] registerService(IHandlerService.class, new LegacyHandlerService( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[105] registerService(IHandlerService.class, new LegacyHandlerService( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LegacyHandlerService(IEclipseContext, Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[111] this.serviceLocator.dispose(); ^^^^^^^ Discouraged access: The method 'ServiceLocator.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[154] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[155] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[186] NestedServices.this.serviceLocator.activate(); ^^^^^^^^ Discouraged access: The method 'ServiceLocator.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[194] this.serviceLocator.deactivate(); ^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.deactivate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[200] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[200] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[55] public void propertyChange(final PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[72] fontRegistry.put(FONT_SYMBOLIC_NAME, toolFont.getFontData()); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FontData[]' needs unchecked conversion to conform to '@NonNull FontData @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[83] super(target.getParent(), SWT.NONE); ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Composite' but this expression has type '@Nullable Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[91] public void setFont(final Font font) { ^^^^ Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[112] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[118] public void keyPressed(final KeyEvent e) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[121] public void keyReleased(final KeyEvent e) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[130] public void focusGained(final FocusEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[134] public void focusLost(final FocusEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[141] public void widgetDisposed(final DisposeEvent e) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[158] final Point pos = fButton.getParent().toDisplay(bounds.x, bounds.y + bounds.height); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/SettingsUpdater.java:[55] public void widgetDisposed(final DisposeEvent e) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/SettingsUpdater.java:[59] fControl.addDisposeListener(fDisposeListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'DisposeListener' needs unchecked conversion to conform to '@NonNull DisposeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/SettingsUpdater.java:[68] public void settingsChanged(final Set groupIds) { ^^^ Missing non-null annotation: inherited method from SettingsChangeNotifier.ChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/SettingsUpdater.java:[94] fControl.removeDisposeListener(fDisposeListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'DisposeListener' needs unchecked conversion to conform to '@NonNull DisposeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/TreeSelectionProxy.java:[30] public TreePath[] getPathsFor(final Object element) { ^^^^^^^^^^ The return type is incompatible with '@NonNull TreePath []' returned from ITreeSelection.getPathsFor(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/TreeSelectionProxy.java:[35] public TreePath[] getPaths() { ^^^^^^^^^^ The return type is incompatible with '@NonNull TreePath @NonNull[]' returned from ITreeSelection.getPaths() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[35] return LegacyActionTools.removeMnemonics(label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[139] return TextProcessor.process(url, URL_DELIMITERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[143] return TextProcessor.process(path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[155] return TextProcessor.process(name, FILE_PATTERN_DELIMITERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 969 problems (0 errors, 934 warnings, 35 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.uimisc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.uimisc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.uimisc --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.uimisc --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui >-- [INFO] Building [bundle] StatET ECommons - Debug - UI (Incubation) 4.8.0.202308171800-r [25/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Resolving class path of [bundle] StatET ECommons - Debug - UI (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[163] final ImageRegistry imageRegistry= ECommonsDebugUIPlugin.getInstance().getImageRegistry(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getInstance() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[187] return DialogUtils.getDialogSettings(ECommonsDebugUIPlugin.getInstance(), this.contentTypeId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Plugin' but this expression has type '@Nullable ECommonsDebugUIPlugin' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[198] settings.put(ACTIVE_CONFIG_KEY, (this.activeConfig != null) ? this.activeConfig.getName() : null); ^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[289] listener.activeConfigChanged(newActive); ^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ILaunchConfiguration' but this expression has type '@Nullable ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[357] selection= new StructuredSelection(config.doSave()); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[368] final String groupId= getLaunchGroup(this.configType, ILaunchManager.RUN_MODE).getIdentifier(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLaunchGroup(ILaunchConfigurationType, String) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[415] return ECommonsDebugUIPlugin.getInstance().getImageRegistry().getDescriptor( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getInstance() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[415] return ECommonsDebugUIPlugin.getInstance().getImageRegistry().getDescriptor( this.activeConfig == configuration ? this.activeConfigImageKey : this.configImageKey ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[422] return ECommonsDebugUIPlugin.getInstance().getImageRegistry().get( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getInstance() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[422] return ECommonsDebugUIPlugin.getInstance().getImageRegistry().get( (this.activeConfig == configuration) ? this.activeConfigImageKey : this.configImageKey ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[444] return ECommonsDebugUIPlugin.getInstance().getImageRegistry().get(this.configImageKey); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getInstance() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigUtils.java:[108] public void handleDebugEvents(final DebugEvent[] events) { ^^^^^^^^^^^^ Illegal redefinition of parameter events, inherited method from IDebugEventSetListener declares this parameter as '@NonNull DebugEvent @NonNull[]' (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigPresets.java:[82] config.setAttribute(name, (List) value); ^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigPresets.java:[82] config.setAttribute(name, (List) value); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigPresets.java:[85] config.setAttribute(name, (Map) value); ^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigPresets.java:[85] config.setAttribute(name, (Map) value); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigPresets.java:[113] if (name == null) { throw new NullPointerException("name"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsDropdownContribution.java:[140] configure((Map) data); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsDropdownContribution.java:[140] configure((Map) data); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Map<@NonNull String,@Nullable String>' but this expression has type 'Map<@NonNull String,@NonNull String>' 20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsDropdownContribution.java (at line 154) this.launchFlags= CollectionUtils.toIdentifierSet(s.split(";")); //$NON-NLS-1$ ^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsDropdownContribution.java:[174] protected void createContributionItems(final List items) { ^^^^ Illegal redefinition of parameter items, inherited method from ListContributionItem does not constrain this parameter 22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/internal/ecommons/debug/ui/ECommonsDebugUIPlugin.java (at line 85) private void checkStarted() { ^^^^^^^^^^^^^^ The method checkStarted() from the type ECommonsDebugUIPlugin is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunActiveConfigLaunchShortcut.java:[76] final IWorkbenchWindow window= editor.getEditorSite().getWorkbenchWindow(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getEditorSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithPresets.java:[75] loadPreset((ILaunchConfiguration)e.widget.getData()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull ILaunchConfiguration' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithPresets.java:[94] final ILaunchConfigurationTab[] tabs= getLaunchConfigurationDialog().getTabs(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLaunchConfigurationDialog() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithPresets.java:[96] return ImCollections.newList(tabs, 0, tabs.length - 1); ^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfigurationTab[]' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationTab @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[107] public ConfigContribution(final String label, final Image icon, final ILaunchConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field data may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[149] protected void fillMenu(final Menu menu) { ^^^^ Illegal redefinition of parameter menu, inherited method from SubMenuContributionItem does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[152] addActivateItem(menu, null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[153] addEditItem(menu, null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[163] this.data.helpSystem.setHelp(item, helpContextId); ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[173] this.data.helpSystem.setHelp(item, helpContextId); ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[190] final TriggerSequence binding= this.data.bindingService.getBestActiveBindingFor(commandId); ^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[204] this.data.helpSystem.setHelp(item, helpContextId); ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[220] manager.launch(this.config, getElement(), (ImIdentitySet) data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to ImIdentitySet [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[232] manager.openConfigurationDialog(window.getShell(), ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[269] getManager().openConfigurationDialog(window.getShell(), null); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[282] public ShortcutContribution(final String label, final @Nullable ImageDescriptor icon, final IdentitySet launchFlags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field data may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[305] getManager().launch(this.data.activeConfig, getElement(), getLaunchFlags()); ^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ILaunchConfiguration' but this expression has type '@Nullable ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[317] public RunConfigsMenuContribution(final ActionUtil util) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field serviceLocator may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[364] protected void createContributionItems(final List items) { ^^^^ Illegal redefinition of parameter items, inherited method from ListContributionItem does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[377] (this.serviceLocator != null) ? this.serviceLocator : window, ^^^^^^ Null type safety (type annotations): The expression of type 'IWorkbenchWindow' needs unchecked conversion to conform to '@NonNull IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/WrappedLaunchConfigurationTab.java:[113] public void performApply(@NonNull final ILaunchConfigurationWorkingCopy configuration) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/WrappedLaunchConfigurationTab.java:[146] public void launched(final ILaunch launch) { ^^^^^^^ Illegal redefinition of parameter launch, inherited method from ILaunchConfigurationTab does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[71] protected LaunchConfigTabWithDbc() { ^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field aggregateStatus may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[71] protected LaunchConfigTabWithDbc() { ^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field dbc may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[80] switch (DataStatus.getInfoSeverity(this.currentStatus)) { ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IStatus' but this expression has type '@Nullable IStatus' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[85] setErrorMessage(this.currentStatus.getMessage()); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[89] setWarningMessage(this.currentStatus.getMessage()); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[93] setMessage(this.currentStatus.getMessage()); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[108] return Realm.getDefault(); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' 52. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java (at line 117) this.aggregateStatus.addValueChangeListener(new IValueChangeListener() { @Override public void handleValueChange(final ValueChangeEvent event) { LaunchConfigTabWithDbc.this.currentStatus= event.diff.getNewValue(); updateDialogState(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ' is made accessible using the less-annotated type 'IValueChangeListener', corresponding supertype is 'IValueChangeListener<@NonNull IStatus>' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[128] public void handleChange(final ObservableEvent event) { ^^^^^^^^^^^^^^^ Illegal redefinition of parameter event, inherited method from DirtyTracker declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[148] this.aggregateStatus= null; ^^^^ Null type mismatch: required '@NonNull AggregateValidationStatus' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[152] this.dbc= null; ^^^^ Null type mismatch: required '@NonNull DataBindingContext' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[272] return (DataStatus.getInfoSeverity(this.currentStatus) <= IStatus.WARNING); ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IStatus' but this expression has type '@Nullable IStatus' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[277] return (this.currentStatus.getSeverity() < IStatus.ERROR); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/ActionUtil.java:[59] final IEditorPart activeEditor= page.getActiveEditor(); ^^^^ Potential null pointer access: The variable page may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/ActionUtil.java:[73] return window; ^^^^^^ Null type safety (type annotations): The expression of type 'IWorkbenchWindow' needs unchecked conversion to conform to '@NonNull IWorkbenchWindow' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/ActionUtil.java:[116] return window.getActivePage().getActiveEditor(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getActivePage() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/ActionUtil.java:[170] manager.openConfigurationDialog(window.getShell(), null); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIResources.java:[50] super(ECommonsDebugUIPlugin.getInstance().getImageRegistry()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getInstance() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailPane.java:[100] this.propertyListeners.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IPropertyListener' needs unchecked conversion to conform to '@NonNull IPropertyListener' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailPane.java:[125] this.composite= new Composite(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[79] this.composite= new Composite(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[101] return MessageUtils.removeMnemonics(text); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[118] public void handleValueChange(final ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IValueChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[125] new DirtyTracker(this.dbc) { ^^^^^^^^ Null type safety (type annotations): The expression of type 'DataBindingContext' needs unchecked conversion to conform to '@NonNull DataBindingContext' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[127] public void handleChange(final ObservableEvent event) { ^^^^^^^^^^^^^^^ Missing nullable annotation: inherited method from DirtyTracker specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[143] public void widgetDisposed(final DisposeEvent e) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java:[77] super(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java:[110] label.setText(this.label); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java:[118] gd.widthHint= LayoutUtils.hintWidth(this.textControl, SWT.DEFAULT); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java:[138] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull 75. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java (at line 147) final Map extraVariables= this.variableResolver.getExtraVariables(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull IStringVariable>' is made accessible using the less-annotated type 'Map' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunActiveConfigScopeHandler.java:[92] this.manager.removeListener(this); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 76 problems (0 errors, 72 warnings, 4 infos) [INFO] [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.8.0.202308171800-r.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.8.0.202308171800-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.8.0.202308171800-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.ui --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.statet.ecommons:ecommons.waltable >------------ [INFO] Building ecommons.waltable 4.8.0.202308171800-r [26/145] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ ecommons.waltable --- [INFO] [INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ ecommons.waltable --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecommons.waltable --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ ecommons.waltable --- [INFO] [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ ecommons.waltable --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core >-- [INFO] Building [bundle] StatET ECommons - WaLTable - Core (Incubation) 4.8.0.202308171800-r [27/145] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] The project's OSGi version is 4.8.0.202308171800-r [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Resolving class path of [bundle] StatET ECommons - WaLTable - Core (Incubation)... [INFO] [INFO] --- build-helper-maven-plugin:3.4.0:add-source (eclipse-classpath-add-source-1) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Source directory: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase added. [INFO] [INFO] --- build-helper-maven-plugin:3.4.0:add-source (eclipse-classpath-add-source-2) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Source directory: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional added. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Compiling 462 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/CellStyleUtil.java:[37] return new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE, cell.getDisplayMode(), cell.getLabels().getLabels()); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigRegistry' needs unchecked conversion to conform to '@NonNull ConfigRegistry' [WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/CellStyleUtil.java:[37] return new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE, cell.getDisplayMode(), cell.getLabels().getLabels()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute