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-30jlb is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-30jlb" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.statet.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-30jlb" - 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-30jlb" - 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-4.7" 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 - 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-30jlb in /home/jenkins/agent/workspace/statet-4.4.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.4.1.202108191400-r timestamp= 202108191400-r [Pipeline] script [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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://git.eclipse.org/r/statet/org.eclipse.statet.git > git init /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/statet/org.eclipse.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.4.x-r/org.eclipse.statet@tmp/jenkins-gitclient-ssh10184036823915222985.key > git fetch --tags --force --progress -- https://git.eclipse.org/r/statet/org.eclipse.statet.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d7cd2b9563751752ba11e4238aa6dd6bba4a5c3a (releases/4.4.1.202108191400-r) > git config remote.origin.url https://git.eclipse.org/r/statet/org.eclipse.statet.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/4.4.1.202108191400-r^{commit} # timeout=10 > git rev-parse releases/4.4.1.202108191400-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7cd2b9563751752ba11e4238aa6dd6bba4a5c3a # timeout=10 Commit message: "Release 4.4.1 (202108191400-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision caa7518909a7d602bf21c9d83353ce14a145701b (releases/4.4.1.202108191400-r) Cloning repository https://git.eclipse.org/r/statet/org.eclipse.statet-commons.git > git init /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/statet/org.eclipse.statet-commons.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.4.x-r/org.eclipse.statet-commons@tmp/jenkins-gitclient-ssh15892011188297283307.key > git fetch --tags --force --progress -- https://git.eclipse.org/r/statet/org.eclipse.statet-commons.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/statet/org.eclipse.statet-commons.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/4.4.1.202108191400-r^{commit} # timeout=10 > git rev-parse releases/4.4.1.202108191400-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f caa7518909a7d602bf21c9d83353ce14a145701b # timeout=10 Commit message: "Release 4.4.1 (202108191400-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision 24b3f77fd8209eddc317a3d186036952ca35c07b (releases/4.4.1.202108191400-r) Commit message: "Release 4.4.1 (202108191400-r)" First time build. Skipping changelog. [Pipeline] } Cloning repository https://git.eclipse.org/r/statet/org.eclipse.statet-docmlet.git > git init /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/statet/org.eclipse.statet-docmlet.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.4.x-r/org.eclipse.statet-docmlet@tmp/jenkins-gitclient-ssh745951185470315239.key > git fetch --tags --force --progress -- https://git.eclipse.org/r/statet/org.eclipse.statet-docmlet.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/statet/org.eclipse.statet-docmlet.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/4.4.1.202108191400-r^{commit} # timeout=10 > git rev-parse releases/4.4.1.202108191400-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24b3f77fd8209eddc317a3d186036952ca35c07b # timeout=10 [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision b89c162c2d20ca0ba66b0bfecd7c218686ec65bd (releases/4.4.1.202108191400-r) Commit message: "Release 4.4.1 (202108191400-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir Cloning repository https://git.eclipse.org/r/statet/org.eclipse.statet-eutils.git > git init /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/statet/org.eclipse.statet-eutils.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.4.x-r/org.eclipse.statet-eutils@tmp/jenkins-gitclient-ssh10183269152325303396.key > git fetch --tags --force --progress -- https://git.eclipse.org/r/statet/org.eclipse.statet-eutils.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/statet/org.eclipse.statet-eutils.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/4.4.1.202108191400-r^{commit} # timeout=10 > git rev-parse releases/4.4.1.202108191400-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b89c162c2d20ca0ba66b0bfecd7c218686ec65bd # timeout=10 [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision 2758de02d75a3c93b0ea217bfeb55a74c934d16a (releases/4.4.1.202108191400-r) Commit message: "Release 4.4.1 (202108191400-r)" First time build. Skipping changelog. [Pipeline] } Cloning repository https://git.eclipse.org/r/statet/org.eclipse.statet-ltk.git > git init /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/statet/org.eclipse.statet-ltk.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.4.x-r/org.eclipse.statet-ltk@tmp/jenkins-gitclient-ssh3802220168434993507.key > git fetch --tags --force --progress -- https://git.eclipse.org/r/statet/org.eclipse.statet-ltk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/statet/org.eclipse.statet-ltk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/4.4.1.202108191400-r^{commit} # timeout=10 > git rev-parse releases/4.4.1.202108191400-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2758de02d75a3c93b0ea217bfeb55a74c934d16a # timeout=10 [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision 6579734fcefd53ca0d8b16ba8cf439a933c6d002 (releases/4.4.1.202108191400-r) Cloning repository https://git.eclipse.org/r/statet/org.eclipse.statet-r.git > git init /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/statet/org.eclipse.statet-r.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.4.x-r/org.eclipse.statet-r@tmp/jenkins-gitclient-ssh1700264230520745441.key > git fetch --tags --force --progress -- https://git.eclipse.org/r/statet/org.eclipse.statet-r.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/statet/org.eclipse.statet-r.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/4.4.1.202108191400-r^{commit} # timeout=10 > git rev-parse releases/4.4.1.202108191400-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6579734fcefd53ca0d8b16ba8cf439a933c6d002 # timeout=10 Commit message: "Release 4.4.1 (202108191400-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision e2a810ebcf95d2f19f1e7948781aaef3222170dc (releases/4.4.1.202108191400-r) Commit message: "Release 4.4.1 (202108191400-r)" First time build. Skipping changelog. [Pipeline] } Cloning repository https://git.eclipse.org/r/statet/org.eclipse.statet-rj.git > git init /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/statet/org.eclipse.statet-rj.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.4.x-r/org.eclipse.statet-rj@tmp/jenkins-gitclient-ssh11548952082346583174.key > git fetch --tags --force --progress -- https://git.eclipse.org/r/statet/org.eclipse.statet-rj.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/statet/org.eclipse.statet-rj.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/4.4.1.202108191400-r^{commit} # timeout=10 > git rev-parse releases/4.4.1.202108191400-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2a810ebcf95d2f19f1e7948781aaef3222170dc # timeout=10 [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] sh + mvn -f org.eclipse.statet/statet-pom.xml verify -P eclipse-sign --batch-mode -Dstatet.dependencies.url=https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository -Dtycho.localArtifacts=ignore -Dstatet.build.timestamp=202108191400-r -Dassembly.tarLongFileMode=posix -Dmaven.test.failure.ignore=true -Dstatet.test.excludes= Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/3.6.3 Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml [INFO] Fetching p2.index from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/ (9.39kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (71.46kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (41.25kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (55.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (77.17kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (59.33kB) [INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (461.48kB) [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (32.73kB) [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (42.03kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot.META-INF [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (9.67MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.54MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (399.8kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (36.66kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (13.05kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (102.19kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (63.44kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (14.54kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (258.83kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (104.22kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (155.35kB) [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (43.95kB) [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (30.58kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (12.57kB) [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (303.98kB) [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (339.79kB) [INFO] Fetching org.eclipse.core.resources_3.15.0.v20210521-0722.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (877.32kB) [INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (313.83kB) [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (949.34kB) [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (47.88kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (236.02kB) [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (33.72kB) [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (201.33kB) [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (122.98kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (32.82kB) [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (43.04kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (56.91kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (82.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (44.71kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (41.05kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (100.12kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (28.76kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (29.82kB) [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (44.86kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (25.92kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (27.94kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (18.31kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (21.73kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (385.51kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (23.02kB) [INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.06kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (13.14kB) [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (363.89kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (66.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (65.8kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.78kB) [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (9.79kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (27.64kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (8.13kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (110.28kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.19kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (9.55kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (88.53kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (37.81kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (83.8kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (49.79kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (94.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (60.4kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (77.72kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (23.86kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (114.65kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (23.98kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (30.11kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (74.55kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (108.05kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (50.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (55.59kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (44.42kB) [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (120.09kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (14.74kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (105.65kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (176.99kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (129.96kB) [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (124.76kB) [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (488.48kB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (63.4kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (14.79kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (985.78kB) [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (960.38kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (56.41kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (70.28kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (40.42kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (51.05kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.71kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.19MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (833.44kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.META-INF [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (107.05kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (20.71kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.META-INF [INFO] Fetching 2.26&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (96.66kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.META-INF [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (123kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (29.18kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.META-INF [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (18.02kB) [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (126.09kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1,011.22kB) [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (84.14kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.META-INF [INFO] Fetching org.apache.commons.dbcp_2.8.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (219.43kB) [INFO] Fetching org.apache.commons.pool_2.9.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (148.28kB) [INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (3.93MB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.data.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/.polyglot.META-INF [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (186.1kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.server.remotetools:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.services.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.e:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.graphics:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.demo:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.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.rcpdemo1:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.rcpdemo.product [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.rcpdemo.product [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.rcpdemo.product [INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot.META-INF [INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (617.88kB) [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (141.77kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot.META-INF [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from https://download.eclipse.org/egit/updates-5.12/plugins/ (58.39kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from https://download.eclipse.org/egit/updates-5.12/plugins/ (2.68MB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (51.86kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (26.17kB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (12.34kB) [INFO] Fetching org.eclipse.ecf.datashare_3.0.201.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/plugins/ (11.77kB) [INFO] Fetching org.eclipse.ecf.docshare_3.0.301.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/plugins/ (21.46kB) [INFO] Fetching org.eclipse.ecf.presence.ui_2.4.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/plugins/ (73.55kB) [INFO] Fetching org.eclipse.ecf.presence_2.1.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/plugins/ (25.01kB) [INFO] Fetching org.eclipse.ecf.sync_2.0.201.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/plugins/ (15.17kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.ui_2.2.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/plugins/ (63.25kB) [INFO] Fetching org.eclipse.ecf.sharedobject_2.6.1.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/plugins/ (38.18kB) [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (214.13kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/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:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/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.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.META-INF [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/plugins/ (676.21kB) [INFO] Fetching org.eclipse.mylyn.wikitext_3.0.39.20210227000941.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.39/plugins/ (363.95kB) [INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.39/plugins/ (336.56kB) [INFO] Fetching org.snakeyaml.snakeyaml_1.23.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (320.34kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.mylyn.wikitext.osgi_3.0.39.202102270010.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.39/plugins/ (13.4kB) [INFO] Fetching org.eclipse.mylyn.wikitext.ui_3.0.39.202102270010.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.39/plugins/ (440.83kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/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:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/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.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/pom.xml [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (96.5kB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (1.65MB) [INFO] Fetching org.apache.lucene.core_7.5.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (3.13MB) [INFO] Fetching org.apache.lucene.highlighter_7.5.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (229.48kB) [INFO] Fetching org.apache.lucene.queries_7.5.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (293.54kB) [INFO] Fetching org.apache.lucene.join_7.5.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (166.44kB) [INFO] Fetching org.apache.lucene.queryparser_7.5.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (414.59kB) [INFO] Fetching org.eclipse.jetty.alpn.client_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (22.77kB) [INFO] Fetching org.eclipse.jetty.io_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (194.92kB) [INFO] Fetching org.eclipse.jetty.util_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (560.65kB) [INFO] Fetching org.eclipse.jetty.client_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (401.07kB) [INFO] Fetching org.eclipse.jetty.http_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (242.43kB) [INFO] Fetching org.eclipse.jetty.proxy_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (105.21kB) [INFO] Fetching org.eclipse.jetty.server_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (769.53kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot.META-INF [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.58kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (76.64kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (171.97kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (19.17kB) [INFO] Fetching org.eclipse.jetty.security_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (126.56kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.jdt.core_3.26.0.v20210609-0549.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (6.92MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (557.46kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (282.48kB) [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (901.98kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (3.96MB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot.META-INF [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (98.02kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/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:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/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.debug:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/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:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/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.debug:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/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.commonmark:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.META-INF [INFO] Fetching org.eclipse.mylyn.wikitext.textile_3.0.39.20210227000941.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.39/plugins/ (90.44kB) [INFO] Fetching org.eclipse.mylyn.wikitext.textile.ui_3.0.39.202102270010.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.39/plugins/ (12.26kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/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.tex.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot.META-INF [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (30.35kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (20.58kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (59.62kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (109.05kB) [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/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.ftable:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.4.1.202108191400-r @ /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/pom.xml [WARNING] The project org.eclipse.statet-releng:parent:pom:4.4.1.202108191400-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.4.1.202108191400-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] org.eclipse.statet-commons [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] ecommons [pom] [INFO] [bundle] StatET ECommons - Runtime - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Runtime - UI (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 - Preferences - Core (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] org.eclipse.statet-rj [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] [bundle] StatET RJ - Server - R Package Skeleton + API (Incubation) [eclipse-plugin] [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] org.eclipse.statet-eutils [pom] [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] org.eclipse.statet-ltk [pom] [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] org.eclipse.statet-docmlet [pom] [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] yaml [pom] [INFO] [bundle] StatET YAML Tools - Core (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] [bundle] StatET YAML Tools - UI (Incubation) [eclipse-plugin] [INFO] yaml [pom] [INFO] [feature] StatET YAML Editor (Incubation) [eclipse-feature] [INFO] org.eclipse.statet-r [pom] [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.4.1.202108191400-r [1/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ parent --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] ------------< org.eclipse.statet-releng:target-eclipse.ide >------------ [INFO] Building target-eclipse.ide 4.4.1.202108191400-r [2/148] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-target-definition (default-package-target-definition) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ target-eclipse.ide --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0: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.4.1.202108191400-r [3/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ eclipse.ide-parent --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ eclipse.ide-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ eclipse.ide-parent --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ eclipse.ide-parent --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0: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.4.1.202108191400-r [4/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --------< org.eclipse.statet-releng:org.eclipse.statet-commons >-------- [INFO] Building org.eclipse.statet-commons 4.4.1.202108191400-r [5/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet-commons --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet-commons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet-commons --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet-commons --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-commons --- [INFO] [INFO] ----------------< org.eclipse.statet.jcommons:jcommons >---------------- [INFO] Building jcommons 4.4.1.202108191400-r [6/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ jcommons --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ jcommons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jcommons --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ jcommons --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ jcommons --- [INFO] [INFO] ----< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util >---- [INFO] Building org.eclipse.statet.jcommons.util 4.4.1.202108191400-r [7/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.jcommons.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.jcommons.util --- [INFO] Compiling 127 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 5. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 6. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 19. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/util/ToolCommandHandlerUtils.java:[34] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'C' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/util/ToolCommandHandlerUtils.java:[48] if (!defValue.getClass().isInstance(obj)) { ^^^^^^^^ Potential null pointer access: this expression has type 'C', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[48] final StringBuilder sb= new StringBuilder(iter.next().toString()); ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#7-of ?', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[51] sb.append(iter.next().toString()); ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#8-of ?', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[59] return toString((List) c, sep); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[70] final StringBuilder sb= new StringBuilder(iter.next().toString()); ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#15-of ?', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[73] sb.append(iter.next().toString()); ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#16-of ?', a free type variable that may represent a '@Nullable' type 34. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 326) throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$ ^ The expression of type int is boxed into Integer 35. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 1001) throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$ ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/internal/jcommons/runtime/eplatform/EPlatformBundleResolver.java:[169] URI url= UriUtils.toUri(FileLocator.resolve(bundle.getEntry("/"))); ^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull URL' but this expression has type '@Nullable URL' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[327] public void subTask(final String name) { ^^^^^^ Illegal redefinition of parameter name, inherited method from IProgressMonitor does not constrain this parameter 42. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIAddress.java:[156] private RMIAddress(String address, final boolean resolve) throws UnknownHostException, MalformedURLException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field hostAddress may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIAddress.java:[215] return (this.host != null) ? this.host : this.hostAddress.getHostAddress(); ^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 47 problems (0 errors, 39 warnings, 8 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.jcommons.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests >-- [INFO] Building [test-bundle] StatET JCommons - Util - Tests (Incubation) 4.4.1.202108191400-r [8/148] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util.tests --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[506] assertEquals("a", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[511] assertEquals("ab", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[516] assertEquals("", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[527] assertEquals("abc", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[532] assertEquals("", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[567] assertEquals("a", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[572] assertEquals("abc", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[577] assertEquals("ab", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[582] assertEquals("", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[610] assertEquals("a", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[615] assertEquals("ab", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[620] assertEquals("", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[631] assertEquals("abc", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[636] assertEquals("", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[671] assertEquals("a", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[676] assertEquals("abc", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[681] assertEquals("ab", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/util/StringUtilsTest.java:[686] assertEquals("", match.getString()); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CopyOnWriteListTest.java:[38] return new CopyOnWriteList<>(Arrays.asList(elements)); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 20. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 132) final String id= String.format("[offset= %1$s, length= %2$s]", offset, length); ^^^^^^ The expression of type int is boxed into Integer 21. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 132) final String id= String.format("[offset= %1$s, length= %2$s]", offset, length); ^^^^^^ The expression of type int is boxed into Integer 22. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 239) final String id= String.format("[offset= %1$s, length= %2$s]", offset, length); ^^^^^^ The expression of type int is boxed into Integer 23. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 239) final String id= String.format("[offset= %1$s, length= %2$s]", offset, length); ^^^^^^ The expression of type int is boxed into Integer 24. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 281) final String id= String.format("[offset= %1$s]", offset); ^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CopyOnWriteListSetTest.java:[42] final Set s= new HashSet<>(Arrays.asList(elements)); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CopyOnWriteIdentityListSetTest.java:[42] final Set s= new HashSet<>(Arrays.asList(elements)); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CollectionTests.java:[52] assertEquals(new String(expected[i]), c.get(i), String.format("[%1$s]", i)); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 28. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CollectionTests.java (at line 52) assertEquals(new String(expected[i]), c.get(i), String.format("[%1$s]", i)); ^ The expression of type int is boxed into Integer 29. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CollectionTests.java (at line 64) assertSame(expected[i], c.get(i), String.format("[%1$s]", i)); ^ The expression of type int is boxed into Integer 30. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CollectionTests.java (at line 76) assertTrue(c.contains(expected[i]), String.format("[%1$s]", i)); ^ The expression of type int is boxed into Integer 31. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 38) assertEquals(true, UriUtils.isFileUrl(new URI("file", "/test/file.jar", null))); ^^^^ The expression of type boolean is boxed into Boolean 32. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 38) assertEquals(true, UriUtils.isFileUrl(new URI("file", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 33. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 39) assertEquals(true, UriUtils.isFileUrl(new URI("FILE", "/test/file.jar", null))); ^^^^ The expression of type boolean is boxed into Boolean 34. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 39) assertEquals(true, UriUtils.isFileUrl(new URI("FILE", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 35. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 40) assertEquals(true, UriUtils.isFileUrl(new URI("File", "/test/file.jar", null))); ^^^^ The expression of type boolean is boxed into Boolean 36. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 40) assertEquals(true, UriUtils.isFileUrl(new URI("File", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 37. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 42) assertEquals(false, UriUtils.isFileUrl(new URI(null, "", null))); ^^^^^ The expression of type boolean is boxed into Boolean 38. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 42) assertEquals(false, UriUtils.isFileUrl(new URI(null, "", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 39. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 43) assertEquals(false, UriUtils.isFileUrl(new URI(null, "file", null))); ^^^^^ The expression of type boolean is boxed into Boolean 40. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 43) assertEquals(false, UriUtils.isFileUrl(new URI(null, "file", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 41. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 44) assertEquals(false, UriUtils.isFileUrl(new URI(null, "file/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 42. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 44) assertEquals(false, UriUtils.isFileUrl(new URI(null, "file/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 43. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 45) assertEquals(false, UriUtils.isFileUrl(new URI("filx", "/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 44. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 45) assertEquals(false, UriUtils.isFileUrl(new URI("filx", "/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 45. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 46) assertEquals(false, UriUtils.isFileUrl(new URI("filesystem", "/test/file.jar", null))); ^^^^^ The expression of type boolean is boxed into Boolean 46. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 46) assertEquals(false, UriUtils.isFileUrl(new URI("filesystem", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 47. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 47) assertEquals(false, UriUtils.isFileUrl(new URI("jar", "/test/file.jar", null))); ^^^^^ The expression of type boolean is boxed into Boolean 48. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 47) assertEquals(false, UriUtils.isFileUrl(new URI("jar", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 49. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 52) assertEquals(true, UriUtils.isFileUrl("file:/test/file.jar")); ^^^^ The expression of type boolean is boxed into Boolean 50. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 52) assertEquals(true, UriUtils.isFileUrl("file:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 51. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 53) assertEquals(true, UriUtils.isFileUrl("FILE:/test/file.jar")); ^^^^ The expression of type boolean is boxed into Boolean 52. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 53) assertEquals(true, UriUtils.isFileUrl("FILE:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 53. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 54) assertEquals(true, UriUtils.isFileUrl("File:/test/file.jar")); ^^^^ The expression of type boolean is boxed into Boolean 54. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 54) assertEquals(true, UriUtils.isFileUrl("File:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 55. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 56) assertEquals(false, UriUtils.isFileUrl("")); ^^^^^ The expression of type boolean is boxed into Boolean 56. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 56) assertEquals(false, UriUtils.isFileUrl("")); ^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 57. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 57) assertEquals(false, UriUtils.isFileUrl("file")); ^^^^^ The expression of type boolean is boxed into Boolean 58. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 57) assertEquals(false, UriUtils.isFileUrl("file")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 59. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 58) assertEquals(false, UriUtils.isFileUrl("file/test/file.jar")); ^^^^^ The expression of type boolean is boxed into Boolean 60. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 58) assertEquals(false, UriUtils.isFileUrl("file/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 61. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 59) assertEquals(false, UriUtils.isFileUrl("filÉ:/test/file.jar")); ^^^^^ The expression of type boolean is boxed into Boolean 62. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 59) assertEquals(false, UriUtils.isFileUrl("filÉ:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 63. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 60) assertEquals(false, UriUtils.isFileUrl("filesystem:/test/file.jar")); ^^^^^ The expression of type boolean is boxed into Boolean 64. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 60) assertEquals(false, UriUtils.isFileUrl("filesystem:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 65. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 61) assertEquals(false, UriUtils.isFileUrl("jar:/test/file.jar")); ^^^^^ The expression of type boolean is boxed into Boolean 66. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 61) assertEquals(false, UriUtils.isFileUrl("jar:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 67. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 67) assertEquals(true, UriUtils.isJarUrl(new URI("jar", "file:/test/file.jar!/", null))); ^^^^ The expression of type boolean is boxed into Boolean 68. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 67) assertEquals(true, UriUtils.isJarUrl(new URI("jar", "file:/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 69. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 68) assertEquals(true, UriUtils.isJarUrl(new URI("JAR", "file:/test/file.jar!/", null))); ^^^^ The expression of type boolean is boxed into Boolean 70. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 68) assertEquals(true, UriUtils.isJarUrl(new URI("JAR", "file:/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 71. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 69) assertEquals(true, UriUtils.isJarUrl(new URI("Jar", "file:/test/file.jar!/", null))); ^^^^ The expression of type boolean is boxed into Boolean 72. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 69) assertEquals(true, UriUtils.isJarUrl(new URI("Jar", "file:/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 73. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 71) assertEquals(false, UriUtils.isJarUrl(new URI(null, "", null))); ^^^^^ The expression of type boolean is boxed into Boolean 74. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 71) assertEquals(false, UriUtils.isJarUrl(new URI(null, "", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 75. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 72) assertEquals(false, UriUtils.isJarUrl(new URI(null, "jar", null))); ^^^^^ The expression of type boolean is boxed into Boolean 76. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 72) assertEquals(false, UriUtils.isJarUrl(new URI(null, "jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 77. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 73) assertEquals(false, UriUtils.isJarUrl(new URI(null, "jar/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 78. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 73) assertEquals(false, UriUtils.isJarUrl(new URI(null, "jar/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 79. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 74) assertEquals(false, UriUtils.isJarUrl(new URI("jarfile", "/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 80. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 74) assertEquals(false, UriUtils.isJarUrl(new URI("jarfile", "/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 81. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 75) assertEquals(false, UriUtils.isJarUrl(new URI("file", "/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 82. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 75) assertEquals(false, UriUtils.isJarUrl(new URI("file", "/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 83. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 80) assertEquals(true, UriUtils.isJarUrl("jar:file:/test/file.jar!/")); ^^^^ The expression of type boolean is boxed into Boolean 84. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 80) assertEquals(true, UriUtils.isJarUrl("jar:file:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 85. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 81) assertEquals(true, UriUtils.isJarUrl("JAR:file:/test/file.jar!/")); ^^^^ The expression of type boolean is boxed into Boolean 86. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 81) assertEquals(true, UriUtils.isJarUrl("JAR:file:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 87. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 82) assertEquals(true, UriUtils.isJarUrl("Jar:file:/test/file.jar!/")); ^^^^ The expression of type boolean is boxed into Boolean 88. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 82) assertEquals(true, UriUtils.isJarUrl("Jar:file:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 89. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 84) assertEquals(false, UriUtils.isJarUrl("")); ^^^^^ The expression of type boolean is boxed into Boolean 90. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 84) assertEquals(false, UriUtils.isJarUrl("")); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 91. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 85) assertEquals(false, UriUtils.isJarUrl("jar")); ^^^^^ The expression of type boolean is boxed into Boolean 92. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 85) assertEquals(false, UriUtils.isJarUrl("jar")); ^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 93. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 86) assertEquals(false, UriUtils.isJarUrl("jar/test/file.jar!/")); ^^^^^ The expression of type boolean is boxed into Boolean 94. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 86) assertEquals(false, UriUtils.isJarUrl("jar/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 95. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 87) assertEquals(false, UriUtils.isJarUrl("jax:/test/file.jar!/")); ^^^^^ The expression of type boolean is boxed into Boolean 96. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 87) assertEquals(false, UriUtils.isJarUrl("jax:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 97. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 88) assertEquals(false, UriUtils.isJarUrl("jarfile:/test/file.jar!/")); ^^^^^ The expression of type boolean is boxed into Boolean 98. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 88) assertEquals(false, UriUtils.isJarUrl("jarfile:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 99. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 89) assertEquals(false, UriUtils.isJarUrl("file:/test/file.jar!/")); ^^^^^ The expression of type boolean is boxed into Boolean 100. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 89) assertEquals(false, UriUtils.isJarUrl("file:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 100 problems (0 errors, 22 warnings, 78 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/surefire.properties] Running org.eclipse.statet.jcommons.util.StringUtilsTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.statet.jcommons.util.StringUtilsTest formatCodePoint Time elapsed: 0.012 s firstIndexOfAny_StringFromIndex Time elapsed: 0.002 s lastIndexOfNonTrim_StringFromToIndex Time elapsed: 0 s firstMatchOfAny_StringFromIndex Time elapsed: 0.001 s containsAny_StringBuilder Time elapsed: 0.001 s firstMatchOfAny_StringBuilderFromIndex_argCheck Time elapsed: 0.001 s firstIndexOfAny_String_argCheck Time elapsed: 0.001 s firstMatchOfAny_String_argCheck Time elapsed: 0.001 s firstMatchOfAny_StringBuilderFromIndex Time elapsed: 0 s firstIndexOfNonTrim_String_argCheck Time elapsed: 0.001 s firstMatchOfAny_String Time elapsed: 0 s trim_StringFromToIndex Time elapsed: 0 s firstMatchOfAny_StringFromIndex_argCheck Time elapsed: 0 s lastIndexOfNonTrim_StringFromToIndex_argCheck Time elapsed: 0 s firstIndexOfAny_StringFromIndex_argCheck Time elapsed: 0 s firstIndexOfNonTrim_StringFromToIndex_argCheck Time elapsed: 0.001 s isTrimEmpty_StringFromToIndex Time elapsed: 0 s firstIndexOfNonTrim_StringFromToIndex Time elapsed: 0 s isTrimEmpty_String Time elapsed: 0 s firstIndexOfAny_StringBuilderFromIndex_argCheck Time elapsed: 0.001 s containsAny_StringBuilder_argCheck Time elapsed: 0 s firstMatchOfAny_StringBuilder_argCheck Time elapsed: 0 s containsAny_String_argCheck Time elapsed: 0 s firstIndexOfAny_StringBuilderFromIndex Time elapsed: 0.001 s Match Time elapsed: 0 s firstIndexOfAny_String Time elapsed: 0.001 s firstIndexOfAny_StringBuilder Time elapsed: 0 s firstMatchOfAny_StringBuilder Time elapsed: 0 s firstIndexOfNonTrim_String Time elapsed: 0 s firstIndexOfAny_StringBuilder_argCheck Time elapsed: 0 s lastIndexOfNonTrim_String_argCheck Time elapsed: 0 s lastIndexOfNonTrim_String Time elapsed: 0 s Match_argCheck Time elapsed: 0.001 s containsAny_String Time elapsed: 0 s isTrimEmpty_String_argCheck Time elapsed: 0 s isTrimEmpty_StringFromToIndex_argCheck Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.CopyOnWriteListTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.collections.CopyOnWriteListTest addAll_atIndex Time elapsed: 0.001 s retainAll Time elapsed: 0 s addAll Time elapsed: 0 s remove Time elapsed: 0 s remove_atIndex Time elapsed: 0 s add Time elapsed: 0 s clear Time elapsed: 0.001 s retainAll_notIdentical Time elapsed: 0 s removeAll_notIdentical Time elapsed: 0 s add_atIndex Time elapsed: 0.001 s addAll_notIdentical Time elapsed: 0 s removeAll Time elapsed: 0 s add_notIdentical Time elapsed: 0.001 s remove_notIdentical Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.IntIntervalArraysTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.jcommons.collections.IntIntervalArraysTest insertBlank_start0 Time elapsed: 0.001 s insertBlank Time elapsed: 0 s insertRegion Time elapsed: 0.001 s insertBlank_empty Time elapsed: 0 s removeTail Time elapsed: 0 s insertRegion_start0 Time elapsed: 0.001 s insertRegion_empty Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest retainAll Time elapsed: 0 s addAll Time elapsed: 0.001 s remove Time elapsed: 0 s add Time elapsed: 0 s clear Time elapsed: 0.001 s retainAll_notIdentical Time elapsed: 0 s removeAll_notIdentical Time elapsed: 0 s addAll_notIdentical Time elapsed: 0.001 s removeAll Time elapsed: 0 s add_notIdentical Time elapsed: 0 s remove_notIdentical Time elapsed: 0 s clearToList Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImLongSingletonListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.collections.ImLongSingletonListTest equals Time elapsed: 0.001 s toArray Time elapsed: 0 s remove Time elapsed: 0 s contains Time elapsed: 0.001 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0 s lastIndexOf Time elapsed: 0.001 s add Time elapsed: 0 s size Time elapsed: 0 s addAt Time elapsed: 0.001 s clear Time elapsed: 0 s getAt Time elapsed: 0.001 s setAt Time elapsed: 0 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest retainAll Time elapsed: 0.002 s addAll Time elapsed: 0 s remove Time elapsed: 0 s add Time elapsed: 0.001 s clear Time elapsed: 0 s retainAll_notIdentical Time elapsed: 0 s removeAll_notIdentical Time elapsed: 0 s addAll_notIdentical Time elapsed: 0 s removeAll Time elapsed: 0 s add_notIdentical Time elapsed: 0 s remove_notIdentical Time elapsed: 0.001 s clearToList Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImLongEmptyListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.jcommons.collections.ImLongEmptyListTest toArray Time elapsed: 0.001 s remove Time elapsed: 0 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0.001 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0 s size Time elapsed: 0 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0.001 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0 s equals Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImIntEmptyListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.collections.ImIntEmptyListTest toArray Time elapsed: 0 s remove Time elapsed: 0.001 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0.001 s size Time elapsed: 0 s addAt Time elapsed: 0 s clear Time elapsed: 0.001 s getAt Time elapsed: 0 s setAt Time elapsed: 0.001 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0 s equals Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.collections.ImLongArrayListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.jcommons.collections.ImLongArrayListTest equals Time elapsed: 0 s toArray Time elapsed: 0.001 s remove Time elapsed: 0 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0.001 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0 s size Time elapsed: 0 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImIntArrayListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.statet.jcommons.collections.ImIntArrayListTest equals Time elapsed: 0 s toArray Time elapsed: 0 s remove Time elapsed: 0 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0 s lastIndexOf Time elapsed: 0.029 s add Time elapsed: 0 s size Time elapsed: 0.001 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImIntSingletonListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.jcommons.collections.ImIntSingletonListTest equals Time elapsed: 0.001 s toArray Time elapsed: 0 s remove Time elapsed: 0 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0.001 s removeAt Time elapsed: 0 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0 s size Time elapsed: 0 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0.001 s isEmpty Time elapsed: 0 s Running org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.005 s - in org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest Entry_SimpleServerJar skipped EntryProvider_NestedJar skipped Entry_DevFolder skipped Running org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.005 s - in org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest detectEntry_DevFolder skipped detectEntryProvider_DevFolder Time elapsed: 0.002 s detectEntryProvider_NestedJar_Release skipped detectEntryProvider_TargetJar_Release Time elapsed: 0.001 s detectEntry_SimpleServerJar skipped detectEntryProvider_TargetJar_Snapshot Time elapsed: 0 s detectEntryProvider_SimpleServerJar Time elapsed: 0 s detectEntryProvider_NestedJar_Snapshot skipped detectEntryProvider_NexusJar_Snapshot Time elapsed: 0 s detectEntry_TargetJar_Release skipped detectEntryProvider_NexusJar_Release Time elapsed: 0 s detectEntry_TargetJar_Snapshot skipped detectEntryProvider_NestedJar_Nexus skipped Running org.eclipse.statet.jcommons.runtime.ProcessUtilsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.jcommons.runtime.ProcessUtilsTest generateCommandLine_withSpecialChars Time elapsed: 0.001 s generateCommandLine Time elapsed: 0 s Running org.eclipse.statet.jcommons.string.BasicStringFactoryTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.jcommons.string.BasicStringFactoryTest get_CharSequence_emtpy Time elapsed: 0.001 s get_CharArrayString_asciiChar Time elapsed: 0 s get_String Time elapsed: 0 s get_CharArrayString Time elapsed: 0 s get_String_emtpy Time elapsed: 0 s get_Char_asciiChar Time elapsed: 0 s get_CharArrayString_emtpy Time elapsed: 0 s get_CharSequence_asciiChar Time elapsed: 0 s get_CharSequence Time elapsed: 0 s get_String_asciiChar Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.string.CachedStringFactoryTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.jcommons.string.CachedStringFactoryTest get_CharSequence_emtpy Time elapsed: 0.001 s get_CharArrayString_asciiChar Time elapsed: 0 s get_String Time elapsed: 0 s get_CharArrayString Time elapsed: 0 s get_String_emtpy Time elapsed: 0.001 s get_Char_asciiChar Time elapsed: 0 s get_CharArrayString_emtpy Time elapsed: 0 s get_CharSequence_asciiChar Time elapsed: 0 s get_CharSequence Time elapsed: 0 s get_String_asciiChar Time elapsed: 0 s get_CharArrayString_cached Time elapsed: 0 s get_CharSequence_cached Time elapsed: 0 s get_String_cached Time elapsed: 0 s Running org.eclipse.statet.jcommons.io.UriUtilsTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.jcommons.io.UriUtilsTest toJarUrl Time elapsed: 0 s toJarUrlString Time elapsed: 0 s isJarUrlString Time elapsed: 0.001 s isFileUrl Time elapsed: 0 s getJarFileUrl Time elapsed: 0 s isJarUrl Time elapsed: 0 s getJarEntryPath_requireJarUrl Time elapsed: 0.001 s getJarEntryPath Time elapsed: 0 s isFileUrlString Time elapsed: 0 s getJarFileUrl_requireJarUrl Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.io.FileUtilsTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.015 s - in org.eclipse.statet.jcommons.io.FileUtilsTest deleteRecursively_HardLinkFile Time elapsed: 0.004 s cleanDirectory Time elapsed: 0.001 s cleanDirectory_withFilter Time elapsed: 0.001 s deleteRecursively_SymbolicLinkDir Time elapsed: 0.001 s requireParent_requireNotNull Time elapsed: 0 s deleteRecursively_notExisting Time elapsed: 0.001 s deleteRecursively Time elapsed: 0 s deleteRecursively_WinJunctionDir skipped getUserWorkingDirectory Time elapsed: 0.001 s deleteRecursively_requireNotNull Time elapsed: 0 s cleanDirectory_requireNotNull Time elapsed: 0 s cleanDirectory_requireDirectory Time elapsed: 0.001 s requireParent Time elapsed: 0.001 s requireFileName Time elapsed: 0 s deleteRecursively_SymbolicLinkFile Time elapsed: 0.001 s requireFileName_requireNotNull Time elapsed: 0.001 s Results: Tests run: 238, 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.4.1.202108191400-r [9/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.jcommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.jcommons.text.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/StringParserInput.java:[31] public StringParserInput(final int defaultBufferSize) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field source may not have been initialized 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.jcommons.text.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests >-- [INFO] Building [test-bundle] StatET JCommons - Text - Core - Tests (Incubation) 4.4.1.202108191400-r [10/148] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/org/eclipse/statet/jcommons/text/core/input/AbstractTextParserInputTest.java:[29] public AbstractTextParserInputTest() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field input may not have been initialized 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/surefire.properties] Running org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest updateBuffer Time elapsed: 0.017 s initRegionIllegalStart Time elapsed: 0.001 s combined Time elapsed: 0.001 s consume1 Time elapsed: 0.003 s readRegion Time elapsed: 0.001 s increaseBuffer Time elapsed: 0.001 s init Time elapsed: 0 s read Time elapsed: 0.001 s initRegion Time elapsed: 0 s initRegionIllegalLength Time elapsed: 0.001 s initRegionIllegalStop Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.text.core.input.StringParserInputTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.statet.jcommons.text.core.input.StringParserInputTest updateBuffer Time elapsed: 0.001 s initRegionIllegalStart Time elapsed: 0.001 s combined Time elapsed: 0.001 s consume1 Time elapsed: 0.002 s readRegion Time elapsed: 0 s increaseBuffer Time elapsed: 0.002 s init Time elapsed: 0.001 s read Time elapsed: 0 s empty Time elapsed: 0 s initRegion Time elapsed: 0 s initRegionIllegalLength Time elapsed: 0 s initRegionIllegalStop Time elapsed: 0 s Running org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest skipTagWithAttrSpecial Time elapsed: 0.003 s skipTagAtStart Time elapsed: 0.002 s skipTagWithAttr Time elapsed: 0.033 s htmlDoc Time elapsed: 0.002 s decodeEntity Time elapsed: 0.008 s skipTag Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest updateBuffer Time elapsed: 0 s initRegionIllegalStart Time elapsed: 0.001 s combined Time elapsed: 0 s consume1 Time elapsed: 0.002 s readRegion Time elapsed: 0 s increaseBuffer Time elapsed: 0 s read Time elapsed: 0 s empty Time elapsed: 0 s initNegativIndexInvalidStart Time elapsed: 0.001 s initRegion Time elapsed: 0 s initRegionIllegalLength Time elapsed: 0.001 s initNegativIndexInvalidStop Time elapsed: 0.001 s initAtOffset Time elapsed: 0 s initRegionIllegalStop Time elapsed: 0 s Running org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest matchesArray Time elapsed: 0 s get Time elapsed: 0 s matches1 Time elapsed: 0.001 s matches2 Time elapsed: 0 s matches3 Time elapsed: 0 s Running org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest getStartOffset_SingleLine Time elapsed: 0 s getStartOffset_MultiLines Time elapsed: 0 s getNumberOfLines_SingleLine Time elapsed: 0 s getNumberOfLines_MultiLines Time elapsed: 0 s getStartOffset_Empty Time elapsed: 0 s getEndOffset_SingleLine Time elapsed: 0 s getEndOffset_Empty Time elapsed: 0 s getEndOffset_MultiLines Time elapsed: 0.001 s getLength_SingleLine Time elapsed: 0 s getLength_MultiLines Time elapsed: 0.001 s getLength_Empty Time elapsed: 0 s getLineOfOffset_SingleLine Time elapsed: 0.001 s getLineOfOffset_Empty Time elapsed: 0 s getNumberOfLines_Empty Time elapsed: 0 s getLineOfOffset_MultiLines Time elapsed: 0 s Running org.eclipse.statet.jcommons.text.core.util.HtmlUtilsEntityTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.jcommons.text.core.util.HtmlUtilsEntityTest getEntityName_fromName Time elapsed: 0 s getEntityName_fromHtmlEntity Time elapsed: 0 s Running org.eclipse.statet.jcommons.text.core.SearchPatternTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.jcommons.text.core.SearchPatternTest matches_Substring_CaseInsensitive Time elapsed: 0.001 s getMatchingRegions_Substring_CaseInsensitive Time elapsed: 0.001 s getMatchingRegions_Prefix_CaseInsensitive Time elapsed: 0 s matches_Prefix_CaseInsensitive Time elapsed: 0 s matches_Substring Time elapsed: 0 s getMatchingRegions_Prefix Time elapsed: 0 s matches_Prefix Time elapsed: 0 s getMatchingRegions_Substring Time elapsed: 0.001 s Results: Tests run: 73, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------------< org.eclipse.statet.ecommons:ecommons >---------------- [INFO] Building ecommons 4.4.1.202108191400-r [11/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ ecommons --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ ecommons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ecommons --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ ecommons --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0: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.4.1.202108191400-r [12/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui >-- [INFO] Building [bundle] StatET ECommons - Runtime - UI (Incubation) 4.4.1.202108191400-r [13/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core >-- [INFO] Building [bundle] StatET ECommons - Net - Core (Incubation) 4.4.1.202108191400-r [14/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.net.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.net.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.net.core --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.net.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.net.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.net.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.net.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core >-- [INFO] Building [bundle] StatET ECommons - EMF - Core (Incubation) 4.4.1.202108191400-r [15/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/util/EFeatureReference.java:[53] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/util/EFeatureReference.java:[66] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui >--- [INFO] Building [bundle] StatET ECommons - EMF - UI (Incubation) 4.4.1.202108191400-r [16/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 2. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 4. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 22 problems (0 errors, 20 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core >-- [INFO] Building [bundle] StatET ECommons - Preferences - Core (Incubation) 4.4.1.202108191400-r [17/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceUtils.java:[213] return getPrefValue(node, pref); ^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceUtils.java:[224] setPrefValue(node, pref, value); ^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceUtils.java:[230] setPrefValue(node, pref, value); ^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceUtils.java:[233] flush(node); ^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull Preferences' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceUtils.java:[239] flush(node); ^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull Preferences' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceUtils.java:[288] return null; ^^^^ Null type mismatch: required '@NonNull PreferenceSetService' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceAccessWrapper.java:[139] if (listener == null) { throw new NullPointerException("listener"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceAccessWrapper.java:[142] if (qualifiers == null) { throw new NullPointerException("qualifiers"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[188] public Class getUsageType() { ^^^^^ The return type is incompatible with '@NonNull Class<@Nullable String>' returned from Preference.getUsageType() (mismatching null constraints) 11. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 189) 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' 12. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 391) return this.defaultValue; ^^^^^^^^^^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[455] public Class getUsageType() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[455] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[502] public Class getUsageType() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[502] public Class getUsageType() { ^^^^^ Type safety: The return type Class for getUsageType() from the type Preference.EnumListPref needs unchecked conversion to conform to Class from the type Preference [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[559] public Class getUsageType() { ^^^^^ The return type is incompatible with '@NonNull Class<@NonNull String @NonNull[]>' returned from Preference.getUsageType() (mismatching null constraints) 18. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 560) 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[605] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[607] return (Class>) o; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Class> [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[627] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[148] this.node= context.getNode(qualifier); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' 23. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java (at line 153) public IScopeContext getContext() { ^^^^^^^^^^^^ The method getContext() from the type DefaultPreferenceSetService.NodeItem is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[165] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[229] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[293] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[399] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[411] if (listener == null) { throw new NullPointerException("listener"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[414] if (contexts == null) { throw new NullPointerException("contexts"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[417] if (qualifiers == null) { throw new NullPointerException("qualifiers"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 30 problems (0 errors, 26 warnings, 4 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core >-- [INFO] Building [bundle] StatET ECommons - Databinding - Core (Incubation) 4.4.1.202108191400-r [18/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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' 4. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/conversion/ClassTypedConverter.java:[69] return (T)fromObject; ^^^^^^^^^^^^^ Type safety: Unchecked cast from F to T [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ObservableUtils.java:[33] return (ValueChangeEvent)event; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ValueChangeEvent to ValueChangeEvent [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ObservableUtils.java:[38] return (ValueDiff)diff; ^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ValueDiff to ValueDiff [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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' 12. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/AggregateValidationStatus.java (at line 57) private final int strategy; ^^^^^^^^ The value of the field AggregateValidationStatus.strategy is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/DataStatus.java:[125] public IStatus[] getChildren() { ^^^^^^^^^ The return type is incompatible with '@NonNull IStatus @NonNull[]' returned from IStatus.getChildren() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 21 problems (0 errors, 17 warnings, 4 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core >-- [INFO] Building [bundle] StatET ECommons - Text - Core (Incubation) 4.4.1.202108191400-r [19/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.text.core --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[293] doDeleteChildren(position, childIdx, (close) ? Integer.MAX_VALUE : offset, null); ^^^^ Null type mismatch: required '@NonNull NodePosition' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[215] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[215] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[215] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[217] if (partitioningId == null) { throw new NullPointerException("partitioningId"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[220] if (scanner == null) { throw new NullPointerException("scanner"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[223] if (legalContentTypes == null) { throw new NullPointerException("legalContentTypes"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[242] public String[] getManagingPositionCategories() { ^^^^^^^^ The return type is incompatible with '@NonNull String @Nullable[]' returned from IDocumentPartitionerExtension2.getManagingPositionCategories() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[324] if (this.scan == null) { this.scan= new TreePartitionerScan(this); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[454] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[510] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[567] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[620] public final TreePartition[] 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) 33. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java (at line 632) return partitions.toArray(new @NonNull TreePartition[partitions.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull TreePartition @NonNull[]' is made accessible using the less-annotated type 'TreePartition @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[642] public String[] getLegalContentTypes() { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from IDocumentPartitioner.getLegalContentTypes() (mismatching null constraints) 35. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java (at line 643) return this.legalContentTypes.toArray(new @NonNull String[this.legalContentTypes.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' 36. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java (at line 807) return partitions.toArray(new @NonNull TreePartition[partitions.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull TreePartition @NonNull[]' is made accessible using the less-annotated type 'TreePartition @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[811] public TreePartition[] computePartitioning(final int offset, final int length, ^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from IDocumentPartitionerExtension2.computePartitioning(int, int, boolean) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 46. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 49. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[196] public Position[] getPositions(final String category) throws BadPositionCategoryException { ^^^^^^^^^^ The return type is incompatible with '@NonNull Position @NonNull[]' returned from AbstractDocument.getPositions(String) (mismatching null constraints) 53. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java (at line 198) return super.getPositions(category); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Position @NonNull[]' is made accessible using the less-annotated type 'Position @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[198] return super.getPositions(category); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[203] public Position[] getPositions(final String category, final int offset, final int length, final boolean canStartBefore, final boolean canEndAfter) throws BadPositionCategoryException { ^^^^^^^^^^ The return type is incompatible with '@NonNull Position @NonNull[]' returned from AbstractDocument.getPositions(String, int, int, boolean, boolean) (mismatching null constraints) 56. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java (at line 205) return super.getPositions(category, offset, length, canStartBefore, canEndAfter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Position @NonNull[]' is made accessible using the less-annotated type 'Position @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[205] return super.getPositions(category, offset, length, canStartBefore, canEndAfter); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[211] public String[] getPartitionings() { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractDocument.getPartitionings() (mismatching null constraints) 59. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java (at line 213) return super.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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[226] public ITypedRegion[] computePartitioning(final String partitioning, final int offset, final int length, final boolean includeZeroLengthPartitions) throws BadLocationException, BadPartitioningException { ^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from AbstractDocument.computePartitioning(String, int, int, boolean) (mismatching null constraints) 61. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java (at line 228) return super.computePartitioning(partitioning, 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[228] return super.computePartitioning(partitioning, 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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) 65. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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) 67. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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) 70. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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) 72. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 75. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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) 78. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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) 80. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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) 83. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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, ^^^^^^ Illegal redefinition of parameter partitioning, inherited method from AbstractSynchronizableDocument does not constrain this parameter 85. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 89. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 90 problems (0 errors, 71 warnings, 19 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.text.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests >-- [INFO] Building [test-bundle] StatET ECommons - Text - Core - Tests (Incubation) 4.4.1.202108191400-r [20/148] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[27] public int getRestartOffset(final TreePartitionNode node, final IDocument document, final int offset) ^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[27] public int getRestartOffset(final TreePartitionNode node, final IDocument document, final int offset) ^^^^^^^^^ Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[33] public BasicPartitionNodeType getDefaultRootType() { ^^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull BasicPartitionNodeType' returned from TreePartitionNodeScanner.getDefaultRootType() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[39] public void execute(final TreePartitionNodeScan scan) throws BreakException { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[47] node= scan.add(TestPartitionNodeType.T1, node, offset, 0); ^^^^ Null type mismatch: required '@NonNull TreePartitionNode' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[50] node= scan.add(TestPartitionNodeType.T2, node, offset, 0); ^^^^ Null type mismatch: required '@NonNull TreePartitionNode' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[53] node= scan.add(TestPartitionNodeType.T3, node, offset, 0); ^^^^ Null type mismatch: required '@NonNull TreePartitionNode' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[58] scan.expand(node, offset + 1, 0, true); ^^^^ Null type mismatch: required '@NonNull TreePartitionNode' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[59] node= node.getParent(); ^^^^ Potential null pointer access: The variable node may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TestPartitionNodeScanner.java:[66] if (TestPartitionNodeType.DEFAULT_ROOT != node.getType()) { ^^^^ Potential null pointer access: The variable node may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/ExpectedPartition.java:[49] public String getType() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ITypedRegion.getType() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerTest.java:[33] import org.junit.internal.ArrayComparisonFailure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ArrayComparisonFailure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.0.v20200204-1500/org.junit-4.13.0.v20200204-1500.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerTest.java:[59] throw new ArrayComparisonFailure("partitions ", e, i); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ArrayComparisonFailure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.0.v20200204-1500/org.junit-4.13.0.v20200204-1500.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerTest.java:[59] throw new ArrayComparisonFailure("partitions ", e, i); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ArrayComparisonFailure(String, AssertionError, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.0.v20200204-1500/org.junit-4.13.0.v20200204-1500.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerTest.java:[159] this.partitioner.connect(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/util/ExclusivePositionUpdaterTest.java:[42] this.doc.addPositionUpdater(this.updater); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPositionUpdater' needs unchecked conversion to conform to '@NonNull IPositionUpdater' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/util/ExclusivePositionUpdaterTest.java:[44] this.doc.addPosition(CATEGORY, this.pos); ^^^^^^^^ Null type safety (type annotations): The expression of type 'Position' needs unchecked conversion to conform to '@NonNull Position' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/util/ExclusivePositionUpdaterTest.java:[49] this.doc.removePositionUpdater(this.updater); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPositionUpdater' needs unchecked conversion to conform to '@NonNull IPositionUpdater' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/util/NonDeletingPositionUpdaterTest.java:[42] this.doc.addPositionUpdater(this.updater); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPositionUpdater' needs unchecked conversion to conform to '@NonNull IPositionUpdater' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/util/NonDeletingPositionUpdaterTest.java:[44] this.doc.addPosition(CATEGORY, this.pos); ^^^^^^^^ Null type safety (type annotations): The expression of type 'Position' needs unchecked conversion to conform to '@NonNull Position' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/util/NonDeletingPositionUpdaterTest.java:[49] this.doc.removePositionUpdater(this.updater); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPositionUpdater' needs unchecked conversion to conform to '@NonNull IPositionUpdater' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[26] import org.junit.internal.ArrayComparisonFailure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ArrayComparisonFailure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.0.v20200204-1500/org.junit-4.13.0.v20200204-1500.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[49] this.input= new DocumentParserInput(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[60] this.input= new DocumentParserInput(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[71] this.input= new DocumentParserInput(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[79] this.input= new DocumentParserInput(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[87] this.input= new DocumentParserInput(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[95] this.input= new DocumentParserInput(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[109] this.input= new DocumentParserInput(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[123] this.input.reset(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[138] this.input.reset(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[151] this.input.reset(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[166] this.input.reset(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[200] throw new ArrayComparisonFailure("char ", e, index); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ArrayComparisonFailure' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.0.v20200204-1500/org.junit-4.13.0.v20200204-1500.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[200] throw new ArrayComparisonFailure("char ", e, index); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ArrayComparisonFailure(String, AssertionError, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.0.v20200204-1500/org.junit-4.13.0.v20200204-1500.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/PartitionerJFaceTest.java:[59] this.partitioner.connect(this.doc); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' 36 problems (36 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/surefire.properties] Running org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest getPartition_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0.02 s getPartition(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_SubrangeBeforeBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getContentType(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0.001 s computePartitioning_SubrangeAfterBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getPartition_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_SubrangeOnBoundaries2(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0.001 s getPartition_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getContentType_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getContentType_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0.001 s getContentType_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_SubrangeOnBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0.001 s computePartitioning_SubrangeInBoundaries1(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest getPartitionZeroLength_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartitionZeroLength_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0.001 s computePartitioning_Test1(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitiong_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartition_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartition_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0.001 s computePartitiong_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartitionZeroLength_Test1(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitiongZeroLength_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitioningZeroLength_Test1(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitiongZeroLength_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartition_Test1(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest getPartition_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getPartition(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_SubrangeBeforeBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getContentType(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_SubrangeAfterBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.001 s getPartition_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_SubrangeOnBoundaries2(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getPartition_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getContentType_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.001 s getContentType_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getContentType_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_SubrangeOnBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_SubrangeInBoundaries1(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.001 s Running org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest updateBuffer(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0.004 s initRegionIllegalStart(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s combined(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0.001 s readRegion(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s increaseBuffer(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0.001 s init(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0.001 s read(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s empty(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s initRegion(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s initRegionIllegalLength(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s initRegionIllegalStop(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest testDeleteOverLeftBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0.001 s testReplaceBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceRightBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceRightBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddWithin2(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddRightBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAtRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffset1(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffset2(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteOverRightBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteOverLeftBorderTillRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0.001 s testDeleteBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaced1(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaced2(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaced3(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteRightAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteWithin(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffset(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddRightAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffsetTillRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffsetTillRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddWithin(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceRightAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleted(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteRightBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorderTillRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffset2(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffsetOverRightBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest testDeleteOverLeftBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0.001 s testReplaceBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceRightBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceRightBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddWithin2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddRightBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceAtRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffset1(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0.001 s testReplaceAtOffset2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteOverRightBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteOverLeftBorderTillRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaced1(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaced2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaced3(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteRightAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteWithin(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffset(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddRightAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffsetTillRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffsetTillRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddWithin(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceRightAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0.001 s testDeleted(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteRightBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorderTillRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffset2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorderTillRight2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffsetOverRightBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 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.4.1.202108191400-r [21/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.coremisc --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 13. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 14. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 25. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 26. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorDef.java:[89] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorDef.java:[114] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 57. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 85. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/AbstractProjectNature.java (at line 45) private boolean configured; ^^^^^^^^^^ The value of the field AbstractProjectNature.configured is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[74] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[74] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[160] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[160] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[75] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[79] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[79] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Map.Entry specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[79] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[88] && ((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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[178] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[214] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[217] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[232] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[237] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[243] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[272] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[282] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[284] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[300] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[304] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[309] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[343] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[348] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[353] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 124. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 125. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 126. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 130. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 149. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorAlphaDef.java (at line 39) setAlpha(((float) alpha255) / 255f); ^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to float 149 problems (0 errors, 138 warnings, 11 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core >-- [INFO] Building [bundle] StatET ECommons - Debug - Core (Incubation) 4.4.1.202108191400-r [22/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[60] return this.launchConfiguration.contentsEqual(configuration); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[65] return this.launchConfiguration.copy(name); ^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[83] return this.launchConfiguration.hasAttribute(attributeName); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[92] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[101] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[105] public List getAttribute(final String attributeName, final List defaultValue) throws CoreException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[105] public List getAttribute(final String attributeName, final List defaultValue) throws CoreException { ^^^^ Type safety: The return type List for getAttribute(String, List) from the type OverlayLaunchConfiguration needs unchecked conversion to conform to List from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[105] public List getAttribute(final String attributeName, final List defaultValue) throws CoreException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[108] return (List) obj; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[110] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[110] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[114] public Set getAttribute(final String attributeName, final Set defaultValue) throws CoreException { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[114] public Set getAttribute(final String attributeName, final Set defaultValue) throws CoreException { ^^^ Type safety: The return type Set for getAttribute(String, Set) from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Set from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[114] public Set getAttribute(final String attributeName, final Set defaultValue) throws CoreException { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[117] return ((Set) obj); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[119] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[119] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[123] public Map getAttribute(final String attributeName, final Map defaultValue) throws CoreException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[123] public Map getAttribute(final String attributeName, final 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[123] public Map getAttribute(final String attributeName, final Map defaultValue) throws CoreException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[126] return (Map) obj; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[128] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[128] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[137] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[141] public Map getAttributes() throws CoreException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[141] public Map getAttributes() throws CoreException { ^^^ Type safety: The return type Map for getAttributes() from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Map from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[180] public Set getModes() throws CoreException { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[180] public Set getModes() throws CoreException { ^^^ Type safety: The return type Set for getModes() from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Set from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[190] public ILaunchDelegate getPreferredDelegate(final Set modes) throws CoreException { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[191] return this.launchConfiguration.getPreferredDelegate(modes); ^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[191] return this.launchConfiguration.getPreferredDelegate(modes); ^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[232] return this.launchConfiguration.supportsMode(mode); ^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[236] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[236] public T getAdapter(final Class adapterType) { ^^^^^ Missing non-null annotation: inherited method from PlatformObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[237] return this.launchConfiguration.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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[237] return this.launchConfiguration.getAdapter(adapterType); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Class' needs unchecked conversion to conform to '@NonNull Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[45] this.type= launchManager.getLaunchConfigurationType(typeId); ^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[85] public void launchConfigurationAdded(final ILaunchConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[88] this.configurations.add(configuration); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[97] public void launchConfigurationChanged(final ILaunchConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[100] this.configurations.add(configuration); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[112] public void launchConfigurationRemoved(final ILaunchConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[78] if (configuration == null) { throw new NullPointerException("configuration"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[81] if (mode == null) { throw new NullPointerException("mode"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[85] ILaunchDelegate launchDelegate= configuration.getPreferredDelegate(modes); ^^^^^ Null type safety (type annotations): The expression of type 'Set<@NonNull String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[90] launchDelegate= configuration.getType().getPreferredDelegate(modes); ^^^^^ Null type safety (type annotations): The expression of type 'Set<@NonNull String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[94] final ILaunchDelegate[] delegates= type.getDelegates(modes); ^^^^^ Null type safety (type annotations): The expression of type 'Set<@NonNull String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[110] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[110] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[121] env.putAll(createEnvironment(configuration, new Map[] { add })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[121] env.putAll(createEnvironment(configuration, new Map[] { add })); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map[] needs unchecked conversion to conform to Map[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[121] env.putAll(createEnvironment(configuration, new Map[] { add })); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map[]' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull String> @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[139] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[143] configuration.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map)null) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map<@NonNull String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[188] resolved.put(entry.getKey(), value); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 56. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java (at line 199) 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/resources/core/variables/ResourceVariables.java:[113] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/DebugElementPropertyTester.java:[30] public boolean test(final Object receiver, final String property, ^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/DebugElementPropertyTester.java:[30] public boolean test(final Object receiver, final String property, ^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/DebugElementPropertyTester.java:[31] final Object[] args, final Object expectedValue) { ^^^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/DebugElementPropertyTester.java:[31] final Object[] args, final Object expectedValue) { ^^^^^^ Missing nullable annotation: inherited method from IPropertyTester specifies this parameter as @Nullable 65. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 65 problems (0 errors, 63 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc >--- [INFO] Building [bundle] StatET ECommons - Miscellany of UI Packages (Incubation) 4.4.1.202108191400-r [23/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.uimisc --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Compiling 166 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[212] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[230] updater.updateElement(element, null); ^^^^ Null type mismatch: required '@NonNull Map' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[36] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[53] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[74] setToolTipText(ColorPalette.this.colors.get(idx).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#1-of ? extends org.eclipse.statet.ecommons.graphics.core.ColorDef', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[157] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[163] int idx= getVerticalBar().getSelection() * ColorPalette.this.columnCount; ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[172] new Color(colorDef.getRed(), colorDef.getGreen(), colorDef.getBlue()) ); ^^^^^^^^ Potential null pointer access: The variable colorDef may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList> [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[243] getVerticalBar().setVisible(true); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[250] getVerticalBar().addListener(SWT.Selection, listener); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[274] this.cursorIdx= getVerticalBar().getSelection() * this.columnCount; ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[283] final int topRow= getVerticalBar().getSelection(); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[285] getVerticalBar().setSelection(row); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[288] getVerticalBar().setSelection(row - this.visibleRowCount + 1); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[298] bar.setEnabled(false); ^^^ Potential null pointer access: The variable bar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[305] bar.setEnabled(false); ^^^ Potential null pointer access: The variable bar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[309] bar.setEnabled(true); ^^^ Potential null pointer access: The variable bar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[332] int idx= (getVerticalBar().getSelection() + ((y - 1) / this.size)) * this.columnCount; ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null 59. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java (at line 344) return ColorDef.class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ColorDef>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[349] this.valueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[354] this.valueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[363] final IObjValueListener[] listeners= this.valueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[394] if (c.equals(value)) { ^ Potential null pointer access: The variable c may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[403] if (c.equals(ref)) { ^ Potential null pointer access: The variable c may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[411] if (c.equalsRGB(value)) { ^ Potential null pointer access: The variable c may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[438] if (c.equals(value)) { ^ Potential null pointer access: The variable c may be null at this location 67. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[29] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[39] format.setRoundingMode(BigDecimal.ROUND_HALF_DOWN); ^^^^^^^^^^^^^^^ The field BigDecimal.ROUND_HALF_DOWN is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[46] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList> [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class) is deprecated 82. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java (at line 104) return Double.class; ^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull Double>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[128] fValueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[133] fValueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener) from the type FastList> is deprecated 85. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java (at line 158) fText.setText(formatValue(newValue)); ^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[163] return Double.valueOf(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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[185] final IObjValueListener[] listeners = fValueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList> is deprecated 88. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[323] public void mouseMove(final MouseEvent e) { ^^^^^^^^^^ Illegal redefinition of parameter e, inherited method from MouseMoveListener does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[363] public void mouseUp(final MouseEvent e) { ^^^^^^^^^^ Illegal redefinition of parameter e, inherited method from MouseAdapter does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WorkbenchScopingHandler.java:[204] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[65] this.container= 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[196] this.expandBlock.setEnabled(this.contentProvider.hasChildren(getData())); ^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[208] data.grabExcessHorizontalSpace= isLast; ^^^^ Potential null pointer access: The variable data may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 167. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 168. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 173. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[32] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[40] private static final Float DEFAULT_VALUE= new Float(1f); ^^^^^^^^^ The constructor Float(float) is deprecated since version 9 179. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java (at line 86) 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[159] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[195] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[248] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[248] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList> [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[248] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[248] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[248] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[248] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[282] final IObjValueListener[] listeners= this.valueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList> is deprecated 189. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java (at line 316) return Float.class; ^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull Float>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[321] this.valueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[326] this.valueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[48] fLabel = new Label(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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[51] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[84] fCheckedText = fLineBreakPattern.matcher(fText).replaceAll(fLineBreakReplacement); ^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[84] fCheckedText = fLineBreakPattern.matcher(fText).replaceAll(fLineBreakReplacement); ^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[91] fLabel.setText(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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/AbstractScopeHandler.java:[50] public AbstractScopeHandler(final Object scope, final @Nullable String commandId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field scope may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/AbstractScopeHandler.java:[54] public AbstractScopeHandler() { ^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field scope may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/AbstractScopeHandler.java:[62] this.scope= scope; ^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/AbstractScopeHandler.java:[96] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[67] final int oldIdx= ((List)this.list).indexOf(element); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[79] this.list.removeAll(elements); ^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[102] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[116] public TreeAdapter(final ITreeContentProvider contentProvider, final IObservableValue defaultValue) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[136] return this.contentProvider.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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[141] return this.contentProvider.getChildren(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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[154] public DataAdapter(final IObservableValue defaultValue) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[208] protected 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[213] final IObservableValue observable= getDefaultFor(item); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[226] final Collection list= (Collection) container; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Collection [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[262] final IObservableValue observable= getDefaultFor(oldItem); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[299] ((Collection) container).remove(item); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[315] final IObservableValue observable= getDefaultFor(item); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[329] this.checkedSet.removeAll(elements); ^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[80] private final ListenerList menuListeners; ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[103] this.menuListeners= new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[105] this.container= 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[110] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[118] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[134] hookControl(this.container); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Control' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[150] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[189] public Control getControl() { ^^^^^^^ The return type is incompatible with '@NonNull Control' returned from Viewer.getControl() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[287] this.menuListeners.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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[307] protected void inputChanged(final Object fInput, final Object oldInput) { ^^^^^^ Missing nullable annotation: inherited method from Viewer specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[307] protected void inputChanged(final Object fInput, final Object oldInput) { ^^^^^^ Missing nullable annotation: inherited method from Viewer specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[358] protected Widget doFindItem(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from StructuredViewer specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[374] protected void doUpdateItem(final Widget widget, final Object element, final boolean fullMap) { ^^^^^^ Missing non-null annotation: inherited method from StructuredViewer specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[374] protected void doUpdateItem(final Widget widget, final Object element, final boolean fullMap) { ^^^^^^ Missing non-null annotation: inherited method from StructuredViewer specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[393] ((CellLabelProvider) getLabelProvider()).update(cell); ^^^^ Null type safety (type annotations): The expression of type 'ViewerCell' needs unchecked conversion to conform to '@NonNull ViewerCell' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[406] protected List getSelectionFromWidget() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[415] final ArrayList result= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[415] final ArrayList result= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[416] result.add(this.selectedItem.getData()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[442] protected void setSelectionToWidget(final List l, final boolean reveal) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[458] for (final Iterator iterator= l.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[552] fireOpen(new OpenEvent(this, new StructuredSelection(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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[584] if (!contentProvider.hasChildren(current.getData())) { ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[809] return ColorUtils.blend(display.getSystemColor(color2), display.getSystemColor(color1), ratio); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[809] return ColorUtils.blend(display.getSystemColor(color2), display.getSystemColor(color1), ratio); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewerRow.java:[114] return new TreePath(new Object[] { getElement() }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[40] listener.preferenceChanged(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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[78] public void preferenceChanged(final ChangeEvent event) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from PreferenceSetService.ChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceVariableUtil.java:[128] this(UIAccess.getActiveWorkbenchPage(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWorkbenchPage' needs unchecked conversion to conform to '@NonNull IWorkbenchPage' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[153] checkbox.setText(Messages.ProjectSelectionDialog_filter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[32] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[178] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[229] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[293] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[293] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList> [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[293] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[293] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[293] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[293] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[348] final IObjValueListener[] listeners= this.valueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList> is deprecated 310. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java (at line 382) return ColorDef.class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ColorDef>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[387] this.valueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[392] this.valueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 316. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 329. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 338. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 342. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 343. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[129] this.useProjectSettings.setText(Messages.PropertyAndPreference_UseProjectSettings_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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[107] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[154] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[245] final Composite composite= 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[380] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[397] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[436] this.dropDownViewer.setSelection(new StructuredSelection(child), true); ^^^^^ Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[509] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[569] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[81] ColorUtils.blend(fForegroundColor, fBackgroundColor, 0.80f) ); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGB' needs unchecked conversion to conform to '@NonNull RGB' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[81] ColorUtils.blend(fForegroundColor, fBackgroundColor, 0.80f) ); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGB' needs unchecked conversion to conform to '@NonNull RGB' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[83] ColorUtils.blend(fForegroundColor, fBackgroundColor, 0.60f) ); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGB' needs unchecked conversion to conform to '@NonNull RGB' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[83] ColorUtils.blend(fForegroundColor, fBackgroundColor, 0.60f) ); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGB' needs unchecked conversion to conform to '@NonNull RGB' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[145] drawImage(imageData, (width - imageData.width) / 2 + xOffset, (height - imageData.height) / 2 + yOffset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[153] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[176] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[199] this.toolBarManager= null; ^^^^ Null type mismatch: required '@NonNull ToolBarManager' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[201] this.toolBar= null; ^^^^ Null type mismatch: required '@NonNull ToolBar' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[252] public PageBookBrowserPage(final ManagedPageBookView view, final BrowserSession session) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field browser may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[252] public PageBookBrowserPage(final ManagedPageBookView view, final BrowserSession session) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field composite may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[252] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[253] super(view); ^^^^ Type safety: The expression of type ManagedPageBookView needs unchecked conversion to conform to ManagedPageBookView [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[281] super.createControl(null); ^^^^ Null type mismatch: required '@NonNull Composite' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[429] if (browser == null) { return; } ^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[444] if (browser == null) { return; } ^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[106] protected ConfigurationBlock(final @Nullable String title) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field container may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[106] protected ConfigurationBlock(final @Nullable String title) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field shell may not have been initialized 452. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[33] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated 498. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 116) 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 499. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 124) 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 500. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 413) 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[441] System.arraycopy(BASE_CACHE, 0, BASE_CACHE, 1, BASE_CACHE.length - 1); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Image[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[441] System.arraycopy(BASE_CACHE, 0, BASE_CACHE, 1, BASE_CACHE.length - 1); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Image[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[461] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[502] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[555] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[555] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList> [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[555] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[555] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[555] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[555] private final FastList> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[581] final IObjValueListener[] listeners= this.valueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList> is deprecated 512. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 615) return ColorDef.class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ColorDef>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[620] this.valueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[625] this.valueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') 516. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 517. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[25] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[34] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList> [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class) is deprecated 532. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java (at line 92) return Integer.class; ^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull Integer>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[110] fValueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener) from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[115] fValueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener) from the type FastList> is deprecated 535. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java (at line 138) fText.setText(formatValue(newValue)); ^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[143] return Integer.valueOf(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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[165] final IObjValueListener[] listeners = fValueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTMultiEnabledObservable.java:[25] public class SWTMultiEnabledObservable extends AbstractSWTObservableValue { ^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTMultiEnabledObservable.java:[42] DialogUtils.setEnabled(fControls, fExceptions, ((Boolean) value).booleanValue()); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTMultiEnabledObservable.java:[42] DialogUtils.setEnabled(fControls, fExceptions, ((Boolean) value).booleanValue()); ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[121] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[130] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[135] public static class ElementListHandler extends SelectionHandler { ^^^^^^^^^^^^^^^^ ButtonGroup.SelectionHandler is a raw type. References to generic type ButtonGroup.SelectionHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[146] return selection.toList(); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[161] setEnabled(hasItem(selection.toList())); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[166] return getItems(selection.toList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[166] return getItems(selection.toList()); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[202] final DataAdapter dataAdapter= getGroup().getDataAdapter(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type DataAdapter needs unchecked conversion to conform to DataAdapter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[219] final DataAdapter dataAdapter= getGroup().getDataAdapter(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type DataAdapter needs unchecked conversion to conform to DataAdapter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[233] public static class AddHandler extends SelectionHandler { ^^^^^^^^^^^^^^^^ ButtonGroup.SelectionHandler is a raw type. References to generic type ButtonGroup.SelectionHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[256] public static class CopyHandler extends SelectionHandler { ^^^^^^^^^^^^^^^^ ButtonGroup.SelectionHandler is a raw type. References to generic type ButtonGroup.SelectionHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[278] public static class EditHandler extends SelectionHandler { ^^^^^^^^^^^^^^^^ ButtonGroup.SelectionHandler is a raw type. References to generic type ButtonGroup.SelectionHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[318] getGroup().delete0(list); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method delete0(List) belongs to the raw type ButtonGroup. References to generic type ButtonGroup should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[326] public static class DefaultHandler extends SelectionHandler { ^^^^^^^^^^^^^^^^ ButtonGroup.SelectionHandler is a raw type. References to generic type ButtonGroup.SelectionHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[348] public static class MoveHandler extends SelectionHandler { ^^^^^^^^^^^^^^^^ ButtonGroup.SelectionHandler is a raw type. References to generic type ButtonGroup.SelectionHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[382] public static class ImportHandler extends SelectionHandler { ^^^^^^^^^^^^^^^^ ButtonGroup.SelectionHandler is a raw type. References to generic type ButtonGroup.SelectionHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[404] getGroup().export0(list); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method export0(List) belongs to the raw type ButtonGroup. References to generic type ButtonGroup should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[433] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[438] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[477] button.setText(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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[479] handler= new AddHandler(); ^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.AddHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[490] button.setText(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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[492] handler= new CopyHandler(); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.CopyHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[503] button.setText(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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[505] handler= new EditHandler(); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.EditHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[513] button.setText(SharedMessages.CollectionEditing_RemoveItem_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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[515] handler= new DeleteHandler(); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.DeleteHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[523] button.setText(SharedMessages.CollectionEditing_DefaultItem_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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[525] handler= new DefaultHandler(); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.DefaultHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[532] button.setText(SharedMessages.CollectionEditing_MoveItemUp_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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[534] handler= new MoveHandler(-1); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.MoveHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[541] button.setText(SharedMessages.CollectionEditing_MoveItemDown_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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[543] handler= new MoveHandler(1); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.MoveHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[550] button.setText(SharedMessages.CollectionEditing_Import_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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[552] handler= new ImportHandler(); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.ImportHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[559] button.setText(SharedMessages.CollectionEditing_Export_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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[561] handler= new ExportHandler(); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ButtonGroup.ExportHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[561] handler= new ExportHandler(); ^^^^^^^^^^^^^ ButtonGroup.ExportHandler is a raw type. References to generic type ButtonGroup.ExportHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[592] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[602] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[614] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[640] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[644] this.actions.edit(command, ((command & ADD_NEW) == 0) ? orgItem : null, parent) : ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TItem' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[645] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[649] element= this.dataAdapter.change(((command & ADD_ANY) == 0) ? orgItem : null, editItem, ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TItem' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[719] neighbours= ImCollections.newList((TItem[]) array); ^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object[] to TItem[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[813] ViewerUtils.expandToLevel((AbstractTreeViewer) this.viewer, element, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'AbstractTreeViewer' needs unchecked conversion to conform to '@NonNull AbstractTreeViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[813] ViewerUtils.expandToLevel((AbstractTreeViewer) this.viewer, element, 0); ^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[815] this.viewer.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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[95] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[99] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[111] 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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[65] 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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[94] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[107] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[113] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[150] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[199] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[220] 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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[318] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[380] 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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[380] 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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[381] 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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[381] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[381] 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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[396] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[420] 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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[430] 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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[87] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[88] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[95] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[117] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[136] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[79] handlerService.deactivateHandlers(fHandlerActivations); ^^^^^^^^^^^^^^ Potential null pointer access: The variable handlerService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[79] handlerService.deactivateHandlers(fHandlerActivations); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[135] public void windowOpened(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWindowListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[140] public void windowClosed(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWindowListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[157] public void windowActivated(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWindowListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[161] public void windowDeactivated(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWindowListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 684. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 685. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 690. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[67] this.detailComposite= new Composite(parentContainer, 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[76] this.imageComposite= new Composite(this.detailComposite, 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[84] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[93] this.elementImage= new Label(this.imageComposite, 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[98] this.textComposite= new Composite(this.detailComposite, 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[107] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[116] this.elementText= new Label(this.textComposite, 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[123] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[129] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[134] this.detailComposite.setTabList(new Control[] { this.textComposite }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[154] this.elementText.getParent().setToolTipText(text); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[159] this.elementText.getParent().setToolTipText(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[215] data.exclude= !enabled; ^^^^ Potential null pointer access: The variable data may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[219] this.detailComposite.setTabList(new Control[] { this.textComposite }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[221] this.detailComposite.setTabList(new Control[] { this.imageComposite }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[252] data.exclude= !visible; ^^^^ Potential null pointer access: The variable data may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[324] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[344] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[411] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[419] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[427] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[165] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[197] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[236] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[254] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[258] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[261] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[265] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[282] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[286] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[332] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[336] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[435] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[441] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[538] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[543] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[580] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[581] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[599] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[621] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[630] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[642] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[652] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[656] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[660] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[677] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[937] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[962] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[963] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[990] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1024] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1031] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1050] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1069] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1080] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1199] final Control[] siblings = getParent().getChildren(); ^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1265] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1270] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1274] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1626] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1748] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/AbstractSWTObservableValue.java:[36] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/AbstractSWTObservableValue.java:[42] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[42] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[312] private final FastList fSelectionListeners= new FastList<>(IIntValueListener.class); ^^^^^^^^ The type FastList is deprecated 791. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java (at line 312) private final FastList fSelectionListeners= new FastList<>(IIntValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull FastList<@NonNull IIntValueListener>' is made accessible using the less-annotated type 'FastList' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[312] private final FastList fSelectionListeners= new FastList<>(IIntValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[312] private final FastList fSelectionListeners= new FastList<>(IIntValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[324] public void focusGained(final FocusEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[332] public void focusLost(final FocusEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[337] public void paintControl(final PaintEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[343] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[363] super(parent, checkSWTStyle(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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[373] public void paintControl(final PaintEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[379] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull 801. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java (at line 433) setKnobs(ImCollections.newList( new Knob(getMinimum()), new Knob(getMaximum()) )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ImList' is made accessible using the less-annotated type 'List', corresponding supertype is 'List' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[441] knobs= ImCollections.toList(knobs); ^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[466] setTabList(tabList); ^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[539] fSelectionListeners.add(listener); ^^^^^^^^^^^^^ The method add(IIntValueListener) from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[544] fSelectionListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IIntValueListener) from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[551] final IIntValueListener[] listeners = fSelectionListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[563] final IIntValueListener[] listeners = fSelectionListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[641] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[686] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[687] display.getSystemColor(SWT.COLOR_LIST_SELECTION), 0.5f ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[715] button.addFocusListener(fButtonFocusListener); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FocusListener' needs unchecked conversion to conform to '@NonNull FocusListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[716] button.addPaintListener(fButtonPaintListener); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'PaintListener' needs unchecked conversion to conform to '@NonNull PaintListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[717] button.addListener(SWT.Traverse, fButtonKnobMoveListener); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[718] button.addListener(SWT.KeyDown, fButtonKnobMoveListener); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[719] button.addListener(SWT.MouseWheel, fButtonKnobMoveListener); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[720] button.addListener(SWT.MouseDown, fButtonKnobMoveListener); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[721] button.addListener(SWT.MouseMove, fButtonKnobMoveListener); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[722] button.addListener(SWT.MouseUp, fButtonKnobMoveListener); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[860] newValue = knob.getValue() - fIncrement; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[864] newValue = knob.getValue() + fIncrement; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[867] newValue = knob.getValue() - fIncrement; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[870] newValue = knob.getValue() + fIncrement; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[874] newValue = knob.getValue() - fIncrement; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[877] newValue = knob.getValue() + fIncrement; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[880] newValue = knob.getValue() - fPageIncrement; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[883] newValue = knob.getValue() + fPageIncrement; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[900] newValue = knob.getValue() + fIncrement * event.count; ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[908] fOpButton = knob.getIdx(); ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[919] newValue = convertClient2Value(getCoord(knob.fButton.getLocation()) + getCoord(event) - fOpOffset); ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[937] knob.setValue(event.time, newValue); ^^^^ Potential null pointer access: The variable knob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[76] this.defaultIndent= Dialog.convertHorizontalDLUsToPixels(fontMetrics, IDialogConstants.INDENT); ^^^^^^ The field IDialogConstants.INDENT is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[77] this.defaultSmallIndent= Dialog.convertHorizontalDLUsToPixels(fontMetrics, IDialogConstants.SMALL_INDENT); ^^^^^^^^^^^^ The field IDialogConstants.SMALL_INDENT is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[198] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[217] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[60] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[77] final String[] strings= PreferenceUtils.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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[80] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[82] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[82] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[98] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[98] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 858. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[79] implements PreferenceAccess, IObservableFactory { ^^^^^^^^^^^^^^^^^^ IObservableFactory is a raw type. References to generic type IObservableFactory should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[124] || 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[177] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[177] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[177] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[262] && value.equals(getInternalValue(key, this.inheritScope, false) )) { ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IScopeContext' but this expression has type '@Nullable IScopeContext' 876. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java (at line 281) private void testIfOptionsComplete() { ^^^^^^^^^^^^^^^^^^^^^^^ The method testIfOptionsComplete() from the type ManagedConfigurationBlock.PreferenceManager is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[292] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[294] return 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[363] return BuildUtils.getBuildJob(getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Job' needs unchecked conversion to conform to '@NonNull Job' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[379] this(project, null, null); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[384] this(project, null, statusListener); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[387] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[387] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[426] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[545] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[545] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[545] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[545] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[584] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 909. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 910. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 911. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 913. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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 941. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 973. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 977. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[222] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[238] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[246] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[260] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[264] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[268] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[270] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[288] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.122.200.v20210506-1640/org.eclipse.ui.workbench-3.122.200.v20210506-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[95] this.blockControl= 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[102] this.block.createContents(this.blockControl, getWorkbenchContainer(), getPreferenceStore()); ^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[102] this.block.createContents(this.blockControl, getWorkbenchContainer(), getPreferenceStore()); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[102] this.block.createContents(this.blockControl, getWorkbenchContainer(), getPreferenceStore()); ^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[205] public void statusChanged(final IStatus status) { ^^^^^^^ Missing non-null annotation: inherited method from StatusChangeListener specifies this parameter as @NonNull 1071. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 66) this.isPrefEnabled= this.prefAccess.getPreferenceValue(this.pref); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 1072. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 78) final boolean isEnabled= this.prefAccess.getPreferenceValue(this.pref); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[85] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[101] public void updateElement(final UIElement element, final Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized 1075. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 114) !this.isPrefEnabled, ^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[135] public Object[] getElements(final Object inputElement) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getElements(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[136] return ((Node[]) inputElement); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ViewerUtils.Node[]' needs unchecked conversion to conform to 'Object @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[150] public Object[] getChildren(final Object parentElement) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getChildren(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[155] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[155] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[330] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[335] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[337] getCheckedElements().add((TElement) element); ^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to TElement [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[386] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[412] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[419] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[421] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[436] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[438] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[441] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[483] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[509] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[565] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[604] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[633] final ColumnViewerEditorActivationEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Illegal redefinition of parameter event, inherited method from ColumnViewerEditorActivationStrategy does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[711] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[733] new Object[] { item.getData() } ))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[756] return ImCollections.newList(array); ^^^^^ 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 1104 problems (0 errors, 1062 warnings, 42 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui >-- [INFO] Building [bundle] StatET ECommons - Debug - UI (Incubation) 4.4.1.202108191400-r [24/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 18. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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>' 27. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunActiveConfigScopeHandler.java:[89] this.manager.removeListener(this); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunActiveConfigScopeHandler.java:[149] 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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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' 40. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[170] addBindings(dbc, dbc.getValidationRealm()); ^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[282] 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.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[287] return (this.currentStatus.getSeverity() < IStatus.ERROR); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 53. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 60. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java (at line 381) createRunAttributes(element, flags) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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.4.x-r/org.eclipse.statet-commons/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 77 problems (0 errors, 72 warnings, 5 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.ui --- [WARNING] bundle localization file /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/plugin.properties not found [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] -----------< org.eclipse.statet.ecommons:ecommons.waltable >------------ [INFO] Building ecommons.waltable 4.4.1.202108191400-r [25/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ ecommons.waltable --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ ecommons.waltable --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ecommons.waltable --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ ecommons.waltable --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0: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.4.1.202108191400-r [26/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Compiling 483 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/WaitDialog.java:[56] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/WaitDialog.java:[56] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/WaitDialog.java:[59] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/WaitDialog.java:[71] this.textLabel.setText(this.msg); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/WaitDialog.java:[78] this.textLabel.setText(msg); ^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/WaitDialog.java:[79] getShell().layout(new Control[]{this.textLabel}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TextCellEditor.java:[222] textControl.setBackground(this.cellStyle.getAttributeValue(CellStyleAttributes.BACKGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TextCellEditor.java:[223] textControl.setForeground(this.cellStyle.getAttributeValue(CellStyleAttributes.FOREGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TextCellEditor.java:[224] textControl.setFont(this.cellStyle.getAttributeValue(CellStyleAttributes.FONT)); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Font>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TextCellEditor.java:[233] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TextCellEditor.java:[269] public void keyReleased(final KeyEvent e) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/util/GUIHelper.java:[100] JFaceResources.getFontRegistry().put(key, fontDatas); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/SeparatorPanel.java:[33] super(parentPanel, SWT.NONE); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' 19. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/freeze/FreezeCommandHandler.java (at line 43) return IFreezeCommand.class; ^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull IFreezeCommand>' is made accessible using the less-annotated type 'Class' 20. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/sort/SortPositionCommandHandler.java (at line 38) return SortDimPositionCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull SortDimPositionCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[89] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[90] this.currentModeEventHandler.keyPressed(event); ^^^^^ Null type safety (type annotations): The expression of type 'KeyEvent' needs unchecked conversion to conform to '@NonNull KeyEvent' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[94] public void keyReleased(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[95] this.currentModeEventHandler.keyReleased(event); ^^^^^ Null type safety (type annotations): The expression of type 'KeyEvent' needs unchecked conversion to conform to '@NonNull KeyEvent' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[134] public void focusGained(final FocusEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[135] this.currentModeEventHandler.focusGained(event); ^^^^^ Null type safety (type annotations): The expression of type 'FocusEvent' needs unchecked conversion to conform to '@NonNull FocusEvent' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[139] public void focusLost(final FocusEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[140] this.currentModeEventHandler.focusLost(event); ^^^^^ Null type safety (type annotations): The expression of type 'FocusEvent' needs unchecked conversion to conform to '@NonNull FocusEvent' 29. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/SizeConfig.java (at line 195) resizeAggregate+= mapToUse.get(resizedPosition); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into long [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/SizeConfig.java:[195] resizeAggregate+= mapToUse.get(resizedPosition); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: This expression of type Integer may be null but requires auto-unboxing 31. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/SizeConfig.java (at line 269) this.resizablesMap.put(position, resizable); ^^^^^^^^ The expression of type long is boxed into Long 32. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/SizeConfig.java (at line 269) this.resizablesMap.put(position, resizable); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/resize/MultiRowResizeCommand.java:[73] return this.rowPositionToHeight.get(rowPositionCoordinate).intValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method get(Object) may return null 34. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/PasswordTextPainter.java (at line 45) private Character echoChar= '\u2022'; ^^^^^^^^ The expression of type char is boxed into Character 35. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/ScrollStepCommandHandler.java (at line 33) return ScrollStepCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ScrollStepCommand>' is made accessible using the less-annotated type 'Class' 36. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/resize/MultiRowResizeCommandHandler.java (at line 32) return MultiRowResizeCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull MultiRowResizeCommand>' is made accessible using the less-annotated type 'Class' 37. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/ShowPositionInViewportCommandHandler.java (at line 27) return ShowDimPositionInViewportCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ShowDimPositionInViewportCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/HorizontalAlignmentPicker.java:[33] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/resize/action/RowResizeCursorAction.java:[39] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/validate/DefaultNumericDataValidator.java:[23] new Double(newValue.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Double(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/Style.java:[38] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/Style.java:[38] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 43. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/Style.java (at line 42) final Set, Object>> entrySet= this.styleAttributeValueMap.entrySet(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Set,Object>>' is made accessible using the less-annotated type 'Set,Object>>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[78] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[227] final String[] lines= NEW_LINE_PATTERN.split(text); ^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[363] if (one == null || one.length() == 0 || one.endsWith(NEW_LINE_SEPARATOR)) { ^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[367] else if (one.indexOf(NEW_LINE_SEPARATOR) == -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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[381] final String endString= one.substring(one.lastIndexOf(NEW_LINE_SEPARATOR) + 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[414] NEW_LINE_PATTERN.split(text, 1) : NEW_LINE_PATTERN.split(text); ^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[414] NEW_LINE_PATTERN.split(text, 1) : NEW_LINE_PATTERN.split(text); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence' 51. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/DisplayPersistenceDialogCommandHandler.java (at line 157) return DisplayPersistenceDialogCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull DisplayPersistenceDialogCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[46] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[50] public void keyReleased(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[82] public void focusGained(final FocusEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[86] public void focusLost(final FocusEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/ConfigRegistry.java:[53] return getConfigAttribute(configAttribute, targetDisplayMode, Arrays.asList(configLabels)); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/ConfigRegistry.java:[60] T attributeValue= null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/ConfigRegistry.java:[68] attributeValue= configAttributeMap.get(configLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/ConfigRegistry.java:[75] attributeValue= configAttributeMap.get(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/ConfigRegistry.java:[90] T attributeValue= null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/ConfigRegistry.java:[96] attributeValue= configAttributeMap.get(configLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'T' but this expression has type '@Nullable T', where 'T' is a free type variable 62. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/ViewportDragCommandHandler.java (at line 29) return ViewportDragCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ViewportDragCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/convert/DefaultByteDisplayConverter.java:[24] return Byte.valueOf(value); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 64. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/sort/ClearSortCommandHandler.java (at line 41) return ClearSortCommand.class; ^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ClearSortCommand>' is made accessible using the less-annotated type 'Class' 65. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/sort/ClearSortCommandHandler.java (at line 56) final long position= dim.getPositionById(id); ^^ The expression of type Long is unboxed into long [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/ColumnStyleEditorDialog.java:[116] final Composite columnPanel= 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/KeyEventMatcher.java:[58] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/KeyEventMatcher.java:[58] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable 69. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/freeze/FreezeEventHandler.java (at line 34) return IStructuralChangeEvent.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull IStructuralChangeEvent>' is made accessible using the less-annotated type 'Class' 70. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/ShowCellInViewportCommandHandler.java (at line 34) return ShowCellInViewportCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ShowCellInViewportCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/export/config/DefaultExportBindings.java:[39] ExportConfigAttributes.EXPORTER, new ExcelExporter()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@NonNull ILayerExporter>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/export/config/DefaultExportBindings.java:[41] ExportConfigAttributes.EXPORT_FORMATTER, new DefaultExportFormatter()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@NonNull IExportFormatter>' 73. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/SelectionLayerStructuralChangeEventHandler.java (at line 39) return IStructuralChangeEvent.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull IStructuralChangeEvent>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[127] final String settingsShellTitle= this.editDialogSettings.get(DIALOG_SHELL_TITLE).toString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method get(Object) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[145] protected Point getInitialLocation(final Point initialSize) { ^^^^^ The return type is incompatible with '@NonNull Point' returned from Dialog.getInitialLocation(Point) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[156] protected Point getInitialSize() { ^^^^^ The return type is incompatible with '@NonNull Point' returned from Dialog.getInitialSize() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[182] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[182] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[183] final Composite panel= 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[192] final String customMessage= this.editDialogSettings.get(DIALOG_MESSAGE).toString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method get(Object) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[210] editorControl.addKeyListener(getEscKeyListener()); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'KeyListener' needs unchecked conversion to conform to '@NonNull KeyListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[250] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[257] public void keyPressed(final KeyEvent e) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull 84. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java (at line 284) if ((Boolean)settingsResizable) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/BorderStyle.java:[96] this.thickness= Integer.parseInt(tokens[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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/BorderStyle.java:[100] this.offset= Integer.parseInt(tokens[3]); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/BorderStyle.java:[153] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/BorderStyle.java:[174] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/DefaultNatTableStyleConfiguration.java:[60] configRegistry.registerConfigAttribute(CellConfigAttributes.DISPLAY_CONVERTER, new DefaultDisplayConverter()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@NonNull IDisplayConverter>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/StructuralDiff.java:[70] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/StructuralDiff.java:[84] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/sort/SortStatePersistor.java:[124] final int sortOrder= Integer.parseInt(split[2]); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 93. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java (at line 77) return (openInDialog == null || !openInDialog); ^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 94. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java (at line 101) return (supportMultiEdit == null || supportMultiEdit); ^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 95. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java (at line 128) return (openAdjacentEditor != null && openAdjacentEditor); ^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/SelectionModel.java:[474] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/SelectionModel.java:[474] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[170] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[290] public void focusLost(final FocusEvent arg0) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[295] public void focusGained(final FocusEvent arg0) { ^^^^^^^^^^ Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[303] public void handleEvent(final Event e) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[329] public void paintControl(final PaintEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/LayerCell.java:[162] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/LayerCell.java:[162] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/LayerCell.java:[176] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/LayerCell.java:[176] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 107. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/layer/CellLayerPainter.java (at line 56) positionToPixelMap.put(position, Math.max(start1, start2)); ^^^^^^^^ The expression of type long is boxed into Long 108. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/layer/CellLayerPainter.java (at line 56) positionToPixelMap.put(position, Math.max(start1, start2)); ^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 109. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/layer/CellLayerPainter.java (at line 61) positionToPixelMap.put(endPosition, Math.max(start1, start2)); ^^^^^^^^^^^ The expression of type long is boxed into Long 110. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/layer/CellLayerPainter.java (at line 61) positionToPixelMap.put(endPosition, Math.max(start1, start2)); ^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 111. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/layer/CellLayerPainter.java (at line 69) Long start= positionToPixelMap.get(position); ^^^^^^^^ The expression of type long is boxed into Long 112. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/layer/CellLayerPainter.java (at line 79) positionToPixelMap.put(position, start); ^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/RowPositionCoordinate.java:[49] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/RowPositionCoordinate.java:[62] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 115. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/ViewportSelectDimPositionsCommandHandler.java (at line 43) return ViewportSelectDimPositionsCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ViewportSelectDimPositionsCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/PositionCoordinate.java:[67] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/PositionCoordinate.java:[81] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 118. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/SelectionLayerPainter.java (at line 173) private void applyBorderStyle(final GC gc, final IConfigRegistry configRegistry) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyBorderStyle(GC, IConfigRegistry) from the type SelectionLayerPainter is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/ColumnStructuralChangeEvent.java:[37] this(layer, Arrays.asList(columnPositionRanges)); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'LRange[]' needs unchecked conversion to conform to 'LRange @NonNull[]' 120. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AutomaticSpanningDataProvider.java (at line 164) return (this.autoSpanColumns.isEmpty() || this.autoSpanColumns.contains(columnPosition)); ^^^^^^^^^^^^^^ The expression of type long is boxed into Long 121. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AutomaticSpanningDataProvider.java (at line 173) return (this.autoSpanRows.isEmpty() || this.autoSpanRows.contains(rowPosition)); ^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AutomaticSpanningDataProvider.java:[184] this.autoSpanColumns.addAll(Arrays.asList(columnPositions)); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Long[]' needs unchecked conversion to conform to 'Long @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AutomaticSpanningDataProvider.java:[195] this.autoSpanRows.addAll(Arrays.asList(rowPositions)); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Long[]' needs unchecked conversion to conform to 'Long @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AutomaticSpanningDataProvider.java:[203] this.autoSpanColumns.removeAll(Arrays.asList(columnPositions)); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Long[]' needs unchecked conversion to conform to 'Long @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AutomaticSpanningDataProvider.java:[211] this.autoSpanRows.removeAll(Arrays.asList(rowPositions)); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Long[]' needs unchecked conversion to conform to 'Long @NonNull[]' 126. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AutomaticSpanningDataProvider.java (at line 388) this.autoColumnSpan= Boolean.valueOf(property); ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 127. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AutomaticSpanningDataProvider.java (at line 393) this.autoRowSpan= Boolean.valueOf(property); ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 128. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/SelectCellCommandHandler.java (at line 33) return SelectCellCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull SelectCellCommand>' is made accessible using the less-annotated type 'Class' 129. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/print/PrintCommandHandler.java (at line 44) return PrintCommand.class; ^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull PrintCommand>' is made accessible using the less-annotated type 'Class' 130. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/resize/InitializeAutoResizeCommandHandler.java (at line 35) return InitializeAutoResizeCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull InitializeAutoResizeCommand>' is made accessible using the less-annotated type 'Class' 131. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/SelectRelativePageCommandHandler.java (at line 35) return SelectRelativePageCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull SelectRelativePageCommand>' is made accessible using the less-annotated type 'Class' 132. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/InlineCellEditEventHandler.java (at line 47) return InlineCellEditEvent.class; ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull InlineCellEditEvent>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/sort/config/DefaultSortConfiguration.java:[57] configRegistry.registerConfigAttribute(SortConfigAttributes.SORT_COMPARATOR, new DefaultComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute>' needs unchecked conversion to conform to 'ConfigAttribute<@NonNull Comparator>' 134. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/export/ExportCommandHandler.java (at line 43) return ExportCommand.class; ^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ExportCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/ReflectiveColumnPropertyAccessor.java:[49] this.propertyNames= Arrays.asList(propertyNames); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/ReflectiveColumnPropertyAccessor.java:[106] final PropertyDescriptor[] propertyDescriptors= Introspector.getBeanInfo(rowObj.getClass()).getPropertyDescriptors(); ^^^^^^ Potential null pointer access: this expression has type 'R', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/resize/MultiColumnResizeCommand.java:[73] return this.colPositionToWidth.get(columnPositionCoordinate).intValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method get(Object) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/MouseEventMatcher.java:[106] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/MouseEventMatcher.java:[106] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable 140. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/convert/DefaultCharacterDisplayConverter.java (at line 38) return s.charAt(0); ^^^^^^^^^^^ The expression of type char is boxed into Character 141. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/action/ToggleCheckBoxColumnAction.java (at line 45) this.bodyDataLayer.doCommand(new UpdateDataCommand(this.bodyDataLayer, columnPosition, rowPosition, targetState)); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/RenderErrorHandling.java:[160] editorControl.setBackground(this.errorStyle.getAttributeValue(CellStyleAttributes.BACKGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/RenderErrorHandling.java:[161] editorControl.setForeground(this.errorStyle.getAttributeValue(CellStyleAttributes.FOREGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/RenderErrorHandling.java:[162] editorControl.setFont(this.errorStyle.getAttributeValue(CellStyleAttributes.FONT)); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Font>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[253] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[307] this.text.setBackground(this.cellStyle.getAttributeValue(CellStyleAttributes.BACKGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[308] this.text.setForeground(this.cellStyle.getAttributeValue(CellStyleAttributes.FOREGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[309] this.text.setFont(this.cellStyle.getAttributeValue(CellStyleAttributes.FONT)); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Font>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[317] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[389] public void paintControl(final PaintEvent event) { ^^^^^^^^^^ Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[437] this.dropdownTable.setBackground(this.cellStyle.getAttributeValue(CellStyleAttributes.BACKGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[438] this.dropdownTable.setForeground(this.cellStyle.getAttributeValue(CellStyleAttributes.FOREGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[439] this.dropdownTable.setFont(this.cellStyle.getAttributeValue(CellStyleAttributes.FONT)); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Font>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[443] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[470] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[753] public void addKeyListener(final KeyListener listener) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from Control specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[754] this.text.addKeyListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'KeyListener' needs unchecked conversion to conform to '@NonNull KeyListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[755] this.dropdownTable.addKeyListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'KeyListener' needs unchecked conversion to conform to '@NonNull KeyListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[759] public void removeKeyListener(final KeyListener listener) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from Control specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[760] this.text.removeKeyListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'KeyListener' needs unchecked conversion to conform to '@NonNull KeyListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[761] this.dropdownTable.removeKeyListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'KeyListener' needs unchecked conversion to conform to '@NonNull KeyListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[765] public void addTraverseListener(final TraverseListener listener) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Control specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[766] this.text.addTraverseListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'TraverseListener' needs unchecked conversion to conform to '@NonNull TraverseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[767] this.dropdownTable.addTraverseListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'TraverseListener' needs unchecked conversion to conform to '@NonNull TraverseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[771] public void removeTraverseListener(final TraverseListener listener) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Control specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[772] this.text.removeTraverseListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'TraverseListener' needs unchecked conversion to conform to '@NonNull TraverseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[773] this.dropdownTable.removeTraverseListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'TraverseListener' needs unchecked conversion to conform to '@NonNull TraverseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[777] public void addMouseListener(final MouseListener listener) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Control specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[780] this.dropdownTable.addMouseListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'MouseListener' needs unchecked conversion to conform to '@NonNull MouseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[784] public void removeMouseListener(final MouseListener listener) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Control specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[785] this.dropdownTable.removeMouseListener(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'MouseListener' needs unchecked conversion to conform to '@NonNull MouseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[820] public void addFocusListener(final FocusListener listener) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Control specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[825] public void removeFocusListener(final FocusListener listener) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Control specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[915] if (!transform.startsWith(this.multiselectTextPrefix)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[918] if (!transform.endsWith(this.multiselectTextSuffix)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[1039] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[1047] f.focusLost(e); ^ Null type safety (type annotations): The expression of type 'FocusEvent' needs unchecked conversion to conform to '@NonNull FocusEvent' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[1056] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/widget/NatCombo.java:[1059] f.focusGained(e); ^ Null type safety (type annotations): The expression of type 'FocusEvent' needs unchecked conversion to conform to '@NonNull FocusEvent' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/RowVisualChangeEvent.java:[34] this(layer, Arrays.asList(rowPositionRanges)); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'LRange[]' needs unchecked conversion to conform to 'LRange @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/RowVisualChangeEvent.java:[79] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/RowVisualChangeEvent.java:[79] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/RowVisualChangeEvent.java:[79] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/ControlDecorationProvider.java:[170] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/ControlDecorationProvider.java:[175] final org.eclipse.swt.graphics.Rectangle parentClientArea= controlToDecorate.getParent().getClientArea(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null 186. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditSelectionCommandHandler.java (at line 43) return EditSelectionCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull EditSelectionCommand>' is made accessible using the less-annotated type 'Class' 187. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/SelectRelativeCommandHandler.java (at line 34) return SelectRelativeCellCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull SelectRelativeCellCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/RowStructuralChangeEvent.java:[31] this(layer, Arrays.asList(rowPositionRanges)); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'LRange[]' needs unchecked conversion to conform to 'LRange @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[164] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[164] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[165] final Composite control= (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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[168] viewerLabel.setText(Messages.getString("PersistenceDialog.viewerLabel")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[187] label.setText(Messages.getString("PersistenceDialog.nameLabel")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[193] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[204] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[224] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[227] final String configName= ((IStructuredSelection)selection).getFirstElement().toString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFirstElement() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[237] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[251] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[252] createButton(parent, DELETE_ID, Messages.getString("PersistenceDialog.buttonDelete"), false); //$NON-NLS-1$ ^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[252] createButton(parent, DELETE_ID, Messages.getString("PersistenceDialog.buttonDelete"), false); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[253] createButton(parent, SAVE_ID, Messages.getString("PersistenceDialog.buttonSave"), false); //$NON-NLS-1$ ^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[253] createButton(parent, SAVE_ID, Messages.getString("PersistenceDialog.buttonSave"), false); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[254] createButton(parent, LOAD_ID, Messages.getString("PersistenceDialog.buttonLoad"), false); //$NON-NLS-1$ ^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[254] createButton(parent, LOAD_ID, Messages.getString("PersistenceDialog.buttonLoad"), false); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[255] createButton(parent, IDialogConstants.OK_ID, Messages.getString("PersistenceDialog.buttonDone"), false); //$NON-NLS-1$ ^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[255] createButton(parent, IDialogConstants.OK_ID, Messages.getString("PersistenceDialog.buttonDone"), false); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[296] final String configName= ((IStructuredSelection)selection).getFirstElement().toString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFirstElement() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[308] final String configName= ((IStructuredSelection)selection).getFirstElement().toString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFirstElement() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[332] protected Point getInitialSize() { ^^^^^ The return type is incompatible with '@NonNull Point' returned from Dialog.getInitialSize() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[381] this.stateChangeListeners.addAll(listeners); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[397] this.stateChangeListeners.removeAll(listeners); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/DebugMenuConfiguration.java:[38] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/binding/UiBindingRegistry.java:[287] for (final MouseBinding mouseBinding : mouseBindings) { ^^^^^^^^^^^^^ Potential null pointer access: The variable mouseBindings may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/binding/UiBindingRegistry.java:[289] mouseBindings.remove(mouseBinding); ^^^^^^^^^^^^^ Potential null pointer access: The variable mouseBindings may be null at this location 216. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/PositionId.java (at line 34) return String.format("<%03X:%d>", (id & CAT_MASK) >>> CAT_SHIFT, id & NUM_MASK); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 217. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/PositionId.java (at line 34) return String.format("<%03X:%d>", (id & CAT_MASK) >>> CAT_SHIFT, id & NUM_MASK); //$NON-NLS-1$ ^^^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/FontPicker.java:[42] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/FontPicker.java:[53] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/LabelStack.java:[85] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/LabelStack.java:[97] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[59] new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.backgroundColor")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[62] new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.foregroundColor")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[65] new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.font")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[69] new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.horizontalAlignment")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[72] new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.verticalAlignment")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 227. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/SelectDimPositionsCommandHandler.java (at line 37) return SelectDimPositionsCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull SelectDimPositionsCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/BodyMenuConfiguration.java:[42] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/ScrollBarHandler.java:[64] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull 230. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/command/StructuralRefreshCommandHandler.java (at line 36) return StructuralRefreshCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull StructuralRefreshCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractEditorPanel.java:[25] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[58] new Label(this, NONE).setText(Messages.getString("BorderStyleEditorPanel.noBorder")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[63] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[71] new Label(this, NONE).setText(Messages.getString("BorderStyleEditorPanel.color")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[74] new Label(this, NONE).setText(Messages.getString("BorderStyleEditorPanel.lineStyle")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[77] new Label(this, NONE).setText(Messages.getString("BorderStyleEditorPanel.thickness")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridColorsEditorPanel.java:[59] new Label(this, SWT.NONE).setText(Messages.getString("GridColorsEditorPanel.font")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridColorsEditorPanel.java:[63] new Label(this, SWT.NONE).setText(Messages.getString("GridColorsEditorPanel.evenRowColor")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridColorsEditorPanel.java:[66] new Label(this, SWT.NONE).setText(Messages.getString("GridColorsEditorPanel.oddRowColor")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridColorsEditorPanel.java:[69] new Label(this, SWT.NONE).setText(Messages.getString("GridColorsEditorPanel.selectionColor")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/binding/MouseBinding.java:[40] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 242. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/AbstractSelectDimPositionsCommand.java (at line 41) Collections.singletonList(new LRange(position)), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'List<@NonNull LRange>' is made accessible using the less-annotated type 'Collection', corresponding supertype is 'Collection<@NonNull LRange>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/AbstractOverrider.java:[54] final int k= list.indexOf(configLabels); ^^^^^^^^^^^^ Unlikely argument type String[] for indexOf(Object) on a List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/AbstractOverrider.java:[78] this.overrides.putAll(overrides); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map>' needs unchecked conversion to conform to '@NonNull Map>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/DefaultEditConfiguration.java:[55] configRegistry.registerConfigAttribute(EditConfigAttributes.CELL_EDITOR, new TextCellEditor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@NonNull ICellEditor>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/DefaultEditConfiguration.java:[56] configRegistry.registerConfigAttribute(EditConfigAttributes.DATA_VALIDATOR, new DefaultDataValidator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@NonNull IDataValidator>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/ExtendedReflectiveColumnPropertyAccessor.java:[150] setterMethod.invoke(singlePropertyObject, value); ^^^^^^^^^^^^ Potential null pointer access: The variable setterMethod may be null at this location 248. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/freeze/ReorderFrozenAreaCommandHandler.java (at line 29) return ReorderFrozenAreaCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ReorderFrozenAreaCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/sort/SortHeaderLayer.java:[81] switch (sortDirection) { ^^^^^^^^^^^^^ The enum constant NONE needs a corresponding case label in this enum switch on SortDirection [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java:[218] public boolean addAll(final Collection c) { ^^^^^^^^^^ Missing non-null annotation: inherited method from Set specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java:[218] public boolean addAll(final Collection c) { ^^^^^^^^^^ Missing non-null annotation: inherited method from ArrayList specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java:[227] public boolean addAll(final int index, final Collection c) { ^^^^^^^^^^ Missing non-null annotation: inherited method from ArrayList specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java:[293] public boolean removeAll(final Collection c) { ^^^^^^^^^^ Missing non-null annotation: inherited method from Set specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java:[293] public boolean removeAll(final Collection c) { ^^^^^^^^^^ Missing non-null annotation: inherited method from ArrayList specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java:[460] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java:[460] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable 257. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java (at line 489) list.add(position); ^^^^^^^^ The expression of type long is boxed into Long 258. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java (at line 379) return (supportMultiEdit == null || supportMultiEdit); ^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/ControlData.java:[42] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/ControlData.java:[53] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/AbstractHeaderMenuConfiguration.java:[63] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/CellStyleUtil.java:[88] switch (verticalAlignment) { ^^^^^^^^^^^^^^^^^ The enum constant TOP needs a corresponding case label in this enum switch on VerticalAlignment 263. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 89) return Integer.valueOf(((Byte)currentValue) + Double.valueOf(Math.abs(incrementSize)).byteValue()).byteValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type byte is boxed into Byte 264. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 89) return Integer.valueOf(((Byte)currentValue) + Double.valueOf(Math.abs(incrementSize)).byteValue()).byteValue(); ^^^^^^^^^^^^^^^^^^^^ The expression of type Byte is unboxed into int 265. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 92) return Integer.valueOf(((Integer)currentValue) + Double.valueOf(Math.abs(incrementSize)).intValue()); ^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int 266. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 95) return Integer.valueOf(((Integer)currentValue) + Double.valueOf(Math.abs(incrementSize)).intValue()); ^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int 267. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 98) return Long.valueOf(((Long)currentValue) + Double.valueOf(Math.abs(incrementSize)).longValue()); ^^^^^^^^^^^^^^^^^^^^ The expression of type Long is unboxed into long 268. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 101) return Double.valueOf(((Double)currentValue) + Math.abs(incrementSize)); ^^^^^^^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double 269. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 104) return Float.valueOf(((Float)currentValue) + Double.valueOf(Math.abs(incrementSize)).floatValue()); ^^^^^^^^^^^^^^^^^^^^^ The expression of type Float is unboxed into float 270. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 117) return Integer.valueOf(((Byte)currentValue) - Double.valueOf(Math.abs(decrementSize)).byteValue()).byteValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type byte is boxed into Byte 271. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 117) return Integer.valueOf(((Byte)currentValue) - Double.valueOf(Math.abs(decrementSize)).byteValue()).byteValue(); ^^^^^^^^^^^^^^^^^^^^ The expression of type Byte is unboxed into int 272. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 120) return Integer.valueOf(((Integer)currentValue) - Double.valueOf(Math.abs(decrementSize)).intValue()); ^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int 273. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 123) return Integer.valueOf(((Integer)currentValue) - Double.valueOf(Math.abs(decrementSize)).intValue()); ^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int 274. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 126) return Long.valueOf(((Long)currentValue) - Double.valueOf(Math.abs(decrementSize)).longValue()); ^^^^^^^^^^^^^^^^^^^^ The expression of type Long is unboxed into long 275. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 129) return Double.valueOf(((Double)currentValue) - Math.abs(decrementSize)); ^^^^^^^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double 276. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/ITickUpdateHandler.java (at line 132) return Float.valueOf(((Float)currentValue) - Double.valueOf(Math.abs(decrementSize)).floatValue()); ^^^^^^^^^^^^^^^^^^^^^ The expression of type Float is unboxed into float 277. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/RecalculateScrollBarsCommandHandler.java (at line 29) return RecalculateScrollBarsCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull RecalculateScrollBarsCommand>' is made accessible using the less-annotated type 'Class' 278. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java (at line 121) this.useAdjustBy= useAdjustByConfig != null ? useAdjustByConfig : false; ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[126] final Composite panel= 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[158] editorControl.addKeyListener(getEscKeyListener()); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'KeyListener' needs unchecked conversion to conform to '@NonNull KeyListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[186] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[221] ? ((Number)processValue).doubleValue() : Double.valueOf((String)processValue).doubleValue(); ^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[231] switch (this.editType) { ^^^^^^^^^^^^^ The enum constant ADJUST needs a corresponding case label in this enum switch on EditTypeEnum [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[231] switch (this.editType) { ^^^^^^^^^^^^^ The enum constant SET needs a corresponding case label in this enum switch on EditTypeEnum 285. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/resize/MultiColumnResizeCommandHandler.java (at line 34) return MultiColumnResizeCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull MultiColumnResizeCommand>' is made accessible using the less-annotated type 'Class' 286. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/resize/PositionResizeCommandHandler.java (at line 35) return DimPositionResizeCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull DimPositionResizeCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/convert/DefaultIntegerDisplayConverter.java:[24] return Integer.valueOf(value); ^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/DateCellEditor.java:[144] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[273] tableControl.setBackground(this.cellStyle.getAttributeValue(CellStyleAttributes.BACKGROUND_COLOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ConfigAttribute' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[279] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[288] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[308] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[426] editorControl.addTraverseListener(this.traverseListener); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TraverseListener' needs unchecked conversion to conform to '@NonNull TraverseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[427] editorControl.addFocusListener(this.focusListener); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FocusListener' needs unchecked conversion to conform to '@NonNull FocusListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[435] editorControl.removeTraverseListener(this.traverseListener); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TraverseListener' needs unchecked conversion to conform to '@NonNull TraverseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[436] editorControl.removeFocusListener(this.focusListener); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FocusListener' needs unchecked conversion to conform to '@NonNull FocusListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[476] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[520] public void keyTraversed(final TraverseEvent event) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[539] public void keyPressed(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[589] this.editor.getControl().addFocusListener(TableCellEditor.this.focusListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FocusListener' needs unchecked conversion to conform to '@NonNull FocusListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[725] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[742] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[55] shell.setLocation(this.location); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[90] final Composite buttonPanel= new Composite(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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[102] okButton.setText(Messages.getString("AbstractStyleEditorDialog.okButton")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[106] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[112] clearButton.setText(Messages.getString("AbstractStyleEditorDialog.clearButton")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[117] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[123] cancelButton.setText(Messages.getString("AbstractStyleEditorDialog.cancelButton")); //$NON-NLS-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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[127] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellOverrideLabelAccumulator.java:[96] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellOverrideLabelAccumulator.java:[96] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LPoint.java:[74] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LPoint.java:[87] public String toString () { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 315. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/UpdateDataCommandHandler.java (at line 49) return UpdateDataCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull UpdateDataCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/ColumnPositionCoordinate.java:[49] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/ColumnPositionCoordinate.java:[62] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 318. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java (at line 155) return TickUpdateCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull TickUpdateCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/ColumnVisualChangeEvent.java:[48] this(layer, Arrays.asList(columnPositionRanges)); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'LRange[]' needs unchecked conversion to conform to 'LRange @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/ColumnVisualChangeEvent.java:[115] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/ColumnVisualChangeEvent.java:[115] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/ColumnVisualChangeEvent.java:[115] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/StyleProxy.java:[42] T styleAttributeValue= null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/StyleProxy.java:[66] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/BodyOverrideConfigLabelAccumulator.java:[32] configLabels.getLabels().addAll(this.configLabels); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/BodyOverrideConfigLabelAccumulator.java:[36] this.configLabels= Arrays.asList(configLabels); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/LineStylePicker.java:[35] super(parent, 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/MultiLineTextCellEditor.java:[107] public void keyReleased(final KeyEvent event) { ^^^^^^^^ Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/MultiLineTextCellEditor.java:[116] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/MultiLineTextCellEditor.java:[133] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/internal/ecommons/waltable/WaLTablePlugin.java:[58] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/internal/ecommons/waltable/WaLTablePlugin.java:[59] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/VerticalAlignmentPicker.java:[33] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/convert/DefaultFloatDisplayConverter.java:[24] return Float.valueOf(value); ^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/util/Scheduler.java:[79] public Thread newThread(final Runnable r) { ^^^^^^^^ Missing non-null annotation: inherited method from ThreadFactory specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/convert/DefaultDoubleDisplayConverter.java:[24] return Double.valueOf(value); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 337. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/viewport/ScrollPageCommandHandler.java (at line 33) return ScrollPageCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ScrollPageCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayer.java:[181] final ILayerCommandHandler commandHandler= this.commandHandlers.get(commandClass); ^^^^^^^^^^^^^^^^^^^^ ILayerCommandHandler is a raw type. References to generic type ILayerCommandHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayer.java:[182] if (commandHandler.doCommand(this, command.cloneCommand())) { ^^^^^^^^^^^^^^ Potential null pointer access: The variable commandHandler may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayer.java:[237] final ILayerEventHandler eventHandler= this.eventHandlers.get(eventClass); ^^^^^^^^^^^^^^^^^^ ILayerEventHandler is a raw type. References to generic type ILayerEventHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayer.java:[238] eventHandler.handleLayerEvent(event); ^^^^^^^^^^^^ Potential null pointer access: The variable eventHandler may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayer.java:[344] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayer.java:[344] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayer.java:[344] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayer.java:[344] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 346. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/PasswordCellEditor.java (at line 70) textControl.setEchoChar(configEchoChar != null ? configEchoChar : '\u2022'); ^^^^^^^^^^^^^^ The expression of type Character is unboxed into char [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/command/AbstractLayerCommandHandler.java:[24] if (command.convertToTargetLayer(targetLayer)) { ^^^^^^^ Potential null pointer access: this expression has type 'T', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayerDim.java:[57] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/AbstractLayerDim.java:[57] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[88] public void widgetSelected(final SelectionEvent event) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[113] public void widgetSelected(final SelectionEvent event) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[138] public void widgetSelected(final SelectionEvent event) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[165] public void widgetSelected(final SelectionEvent event) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[187] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[248] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull 356. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java (at line 89) return DisplayColumnStyleEditorCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull DisplayColumnStyleEditorCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/internal/ecommons/waltable/LayerListenerList.java:[94] System.arraycopy(this.listeners, 0, newListeners, 0, oldSize); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILayerListener[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/internal/ecommons/waltable/LayerListenerList.java:[147] System.arraycopy(this.listeners, 0, newListeners, 0, i); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILayerListener[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/internal/ecommons/waltable/LayerListenerList.java:[148] System.arraycopy(this.listeners, i + 1, newListeners, i, oldSize - i - 1); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILayerListener[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/decorator/PaddingDecorator.java:[108] switch (horizontalAlignment) { ^^^^^^^^^^^^^^^^^^^ The enum constant RIGHT needs a corresponding case label in this enum switch on HorizontalAlignment [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/decorator/PaddingDecorator.java:[117] switch (verticalAlignment) { ^^^^^^^^^^^^^^^^^ The enum constant BOTTOM needs a corresponding case label in this enum switch on VerticalAlignment 362. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/command/VisualRefreshCommandHandler.java (at line 36) return VisualRefreshCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull VisualRefreshCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRectangle.java:[380] public boolean equals(final Object object) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRectangle.java:[398] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/DataCell.java:[71] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/DataCell.java:[86] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/command/AbstractPositionCommand.java:[56] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/command/AbstractPositionCommand.java:[56] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[418] editorControl.addFocusListener(this.focusListener); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FocusListener' needs unchecked conversion to conform to '@NonNull FocusListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[419] editorControl.addTraverseListener(this.traverseListener); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TraverseListener' needs unchecked conversion to conform to '@NonNull TraverseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[427] editorControl.removeFocusListener(this.focusListener); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FocusListener' needs unchecked conversion to conform to '@NonNull FocusListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[428] editorControl.removeTraverseListener(this.traverseListener); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TraverseListener' needs unchecked conversion to conform to '@NonNull TraverseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[474] public void keyTraversed(final TraverseEvent event) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderThicknessPicker.java:[34] super(parent, 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/export/NatExporter.java:[112] exportLayer(exporter, outputStream, name, natTable, natTable.getConfigRegistry()); ^^^^^^^^ Potential null pointer access: The variable natTable may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AbstractFilterListDataProvider.java:[92] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AbstractFilterListDataProvider.java:[94] T object= null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/AbstractFilterListDataProvider.java:[119] T vf= null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/resize/action/ColumnResizeCursorAction.java:[39] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/LayerCellDim.java:[90] public final boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/LayerCellDim.java:[90] public final boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/LayerCellDim.java:[105] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/LayerCellDim.java:[105] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/export/FileOutputStreamProvider.java:[59] final int lastIndexOfFileSeparator= this.defaultFileName.lastIndexOf(File.separator); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 385. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/event/PropertyUpdateEvent.java (at line 57) return Arrays.asList(new LRectangle(0, 0, this.layer.getWidth(), this.layer.getHeight())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull LRectangle>' is made accessible using the less-annotated type 'Collection', corresponding supertype is 'Collection<@NonNull LRectangle>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRange.java:[55] public int compareTo(final LRange o) { ^^^^^^ Missing non-null annotation: inherited method from Comparable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRange.java:[106] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRange.java:[106] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRange.java:[118] 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.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRange.java:[118] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 391. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditCellCommandHandler.java (at line 35) return EditCellCommand.class; ^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull EditCellCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/copy/CopyToClipboardCommandHandler.java:[197] public void run(final IProgressMonitor monitor) ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull 393. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/copy/CopyToClipboardCommandHandler.java (at line 259) return CopyToClipboardCommand.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull CopyToClipboardCommand>' is made accessible using the less-annotated type 'Class' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java:[105] editorControl.setBounds(editorBounds); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Rectangle' needs unchecked conversion to conform to '@NonNull Rectangle' 394 problems (0 errors, 311 warnings, 83 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --------------< org.eclipse.statet.ecommons:ecommons.edb >-------------- [INFO] Building ecommons.edb 4.4.1.202108191400-r [27/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ ecommons.edb --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ ecommons.edb --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ecommons.edb --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ ecommons.edb --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ ecommons.edb --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core >-- [INFO] Building [bundle] StatET ECommons - Embedded DB - Core (Incubation) 4.4.1.202108191400-r [28/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.edb.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/internal/ecommons/edb/core/Activator.java:[51] 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.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/internal/ecommons/edb/core/Activator.java:[52] 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.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/internal/ecommons/edb/core/Activator.java:[57] 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.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/internal/ecommons/edb/core/Activator.java:[59] super.stop(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' 5. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/ecommons/edb/core/EmbeddedDB.java (at line 59) poolableFactory.setDefaultReadOnly(false); ^^^^^ The expression of type boolean is boxed into Boolean 6. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/ecommons/edb/core/EmbeddedDB.java (at line 60) poolableFactory.setDefaultAutoCommit(true); ^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/ecommons/edb/core/EmbeddedDB.java:[85] 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.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/ecommons/edb/core/EmbeddedDB.java:[104] if (System.getProperty(DERBY_HOME_PROP) == 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.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/ecommons/edb/core/EmbeddedDB.java:[106] System.setProperty(DERBY_HOME_PROP, location.toOSString()); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/org/eclipse/statet/ecommons/edb/core/EmbeddedDB.java:[131] if (System.getProperty(DERBY_HOME_PROP) == null) { ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 10 problems (0 errors, 8 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] ----------< org.eclipse.statet-releng:org.eclipse.statet-rj >----------- [INFO] Building org.eclipse.statet-rj 4.4.1.202108191400-r [29/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet-rj --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet-rj --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet-rj --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet-rj --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-rj --- [INFO] [INFO] -------------------< org.eclipse.statet.rj:rj.core >-------------------- [INFO] Building rj.core 4.4.1.202108191400-r [30/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rj.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rj.core --- [INFO] [INFO] ----------< org.eclipse.statet.rj:org.eclipse.statet.rj.data >---------- [INFO] Building org.eclipse.statet.rj.data 4.4.1.202108191400-r [31/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.data --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.data --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataJConverter.java:[72] this.rObjectFactory.createCharData(new String[] { (String) javaObj })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataJConverter.java:[77] this.rObjectFactory.createCharData((String[]) javaObj) ); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataJConverter.java:[89] return this.rObjectFactory.createList(components, names); ^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLogicalByte32Store.java:[123] this.boolValues= io.readByteData(new byte[length], length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[57] return new RCharacter32Store(names, this.length); ^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[93] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[93] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[121] factory.writeObject(this.components[i], io); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[141] public final String getRClassName() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from RObject.getRClassName() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[190] public final RObject get(final String name) { ^^^^^^ Missing non-null annotation: inherited method from RList specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[192] final int idx= this.namesAttribute.indexOf(name, 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[223] final int idx= this.namesAttribute.indexOf(name, 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[259] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[259] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[259] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[259] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacterStructStore.java:[69] public String[] toArray() { ^^^^^^^^ The return type is incompatible with '@Nullable String @NonNull[]' returned from AbstractCharacterStore.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacterStructStore.java:[85] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from RStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacterStructStore.java:[85] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from AbstractRStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacterStructStore.java:[91] public boolean allEqual(final RStore other) { ^^^^^^ Missing non-null annotation: inherited method from AbstractCharacterStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RIntegerStructStore.java:[69] public final Integer[] toArray() { ^^^^^^^^^ The return type is incompatible with '@Nullable Integer @NonNull[]' returned from AbstractIntegerStore.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RIntegerStructStore.java:[85] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from AbstractIntegerStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RIntegerStructStore.java:[91] public boolean allEqual(final RStore other) { ^^^^^^ Missing non-null annotation: inherited method from AbstractIntegerStore specifies this parameter as @NonNull 24. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorFix64Store.java (at line 53) Arrays.fill(this.codes, NA_integer_INT); ^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorFix64Store.java:[184] return (code > 0) ? this.codeLabels.getChar(code - 1): null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorFix64Store.java:[190] return (code > 0) ? this.codeLabels.getChar(code - 1): null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorFix64Store.java:[224] final @Nullable String [] @NonNull[] data= new2dStringArray(this.length, SEGMENT_LENGTH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[] @NonNull[]' needs unchecked conversion to conform to '@Nullable String [] @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[47] this.slotNames= new RCharacter32Store(slotNames); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[62] this.className= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[88] factory.writeObject(this.slotValues[i], io); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[141] return this.slotValues[idx]; ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[149] return this.slotValues[(int)idx]; ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[156] return this.slotValues[idx]; ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacterFix64Store.java:[46] this.charValues= new2dStringArray(length, SEGMENT_LENGTH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[] @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[] @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacterFix64Store.java:[60] this.charValues= new2dStringArray(length, SEGMENT_LENGTH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[] @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[] @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[399] s.getBytes(0, cn, this.ba, 0); ^^^^^^^ Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[434] s.getBytes(0, cn, this.ba, 0); ^^^^^^^ Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[923] return new String(ca, 0, cn); ^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[938] return new String(this.ca, 0, cn); ^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[944] return new String(this.ca, 0, cn); ^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[956] return new String(this.ba, 0, 0, -cn); ^^^^^^^ Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[983] array[i]= new String(this.ca, 0, cn); ^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[990] array[i]= new String(this.ca, 0, cn); ^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[1005] array[i]= new String(this.ba, 0, 0, -cn); ^^^^^^^ Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericStructStore.java:[79] public final Double[] toArray() { ^^^^^^^^ The return type is incompatible with '@Nullable Double @NonNull[]' returned from AbstractNumericStore.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericStructStore.java:[95] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from RStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericStructStore.java:[95] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from AbstractRStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericStructStore.java:[101] public boolean allEqual(final RStore other) { ^^^^^^ Missing non-null annotation: inherited method from AbstractNumericStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/ROtherImpl.java:[63] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/ROtherImpl.java:[63] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/ROtherImpl.java:[83] public String getRClassName() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from RObject.getRClassName() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[59] public RArrayImpl(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field className1 may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[59] public RArrayImpl(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field data may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[59] public RArrayImpl(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field dimAttribute may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[68] this.className1= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[72] this.dimAttribute= new RInteger32Store(dim); ^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[79] this.dimnamesAttribute= new SimpleRList<>(names1, names0); ^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull RStore []' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[82] this.data= (TData) factory.readStore(io, this.length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from RStore to TData [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[118] ((ExternalizableRStore) this.dimnamesAttribute.getNames()).writeExternal(io); ^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[120] factory.writeNames(this.dimnamesAttribute.get(i), io); ^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[127] factory.writeAttributeList(attributes, io); ^^^^^^^^^^ Null type mismatch: required '@NonNull RList' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[155] return this.dimnamesAttribute.getNames(); ^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[163] return this.dimnamesAttribute.get(dim); ^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RInteger32Store.java:[89] this.intValues= io.readIntData(new int[length], 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RComplexStructStore.java:[79] public Complex[] toArray() { ^^^^^^^^^ The return type is incompatible with 'RComplexStore.@Nullable Complex @NonNull[]' returned from AbstractComplexStore.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RComplexStructStore.java:[95] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from RStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RComplexStructStore.java:[95] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from AbstractRStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RComplexStructStore.java:[101] public boolean allEqual(final RStore other) { ^^^^^^ Missing non-null annotation: inherited method from RStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/SimpleRList.java:[50] final int idx= this.names.indexOf(name, 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/SimpleRList.java:[54] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[42] this(data, data.getLength(), className1, null); ^^^^ Null type mismatch: required 'String @NonNull[]' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[46] this(data, data.getLength(), data.getBaseVectorRClassName(), null); ^^^^ Null type mismatch: required 'String @NonNull[]' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[65] this.namesAttribute= new RCharacter32Store(initialNames); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[92] this.className1= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[99] this.data= (TData) factory.readStore(io, this.length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from RStore to TData [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[136] factory.writeAttributeList(attributes, io); ^^^^^^^^^^ Null type mismatch: required '@NonNull RList' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[30] super(names); ^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[36] super(source, reuse); ^^^^^^ Null type safety (type annotations): The expression of type 'RCharacter32Store' needs unchecked conversion to conform to '@NonNull RCharacter32Store' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[42] super(io, length); ^^ Null type safety (type annotations): The expression of type 'RJIO' needs unchecked conversion to conform to '@NonNull RJIO' 80. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 52) this.map.put(this.charValues[idx], idx); ^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[59] public void setChar(final int idx, final String value) { ^^^^^^ Missing non-null annotation: inherited method from RUniqueCharacter32Store specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[61] super.setChar(idx, value); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 83. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 63) this.map.put(value, idx); ^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[67] public void setChar(final long idx, final String value) { ^^^^^^ Missing non-null annotation: inherited method from RUniqueCharacter32Store specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[75] public void insertChar(final int idx, final String name) { ^^^^^^ Missing non-null annotation: inherited method from RUniqueCharacter32Store specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[76] super.insertChar(idx, name); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 87. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 77) this.map.put(name, idx); ^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[88] public boolean contains(final String value) { ^^^^^^ Missing non-null annotation: inherited method from RStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[88] public boolean contains(final String value) { ^^^^^^ Missing non-null annotation: inherited method from AbstractRStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[93] public long indexOf(final String name, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from RCharacter32Store specifies this parameter as @NonNull 91. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 94) return this.map.get(name); ^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into long [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java:[94] return this.map.get(name); ^^^^^^^^^^^^^^^^^^ Potential null pointer access: This expression of type Integer may be null but requires auto-unboxing [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactor32Store.java:[98] this.codes= io.readIntData(new int[length], 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactor32Store.java:[225] return (code > 0) ? this.codeLabels.getChar(code - 1): null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactor32Store.java:[234] return (code > 0) ? this.codeLabels.getChar(code - 1): null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactor32Store.java:[361] return new RCharacter32Store(data); ^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLanguageImpl.java:[73] io.readString() : ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLanguageImpl.java:[138] final int idx= this.source.indexOf('\n'); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLanguageImpl.java:[140] sb.append(this.source.substring(0, idx)); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[31] public class RDataFrame32Impl extends RList32Impl ^^^^^^^^^^^ Parameter 1 of method get(String) lacks a @NonNull annotation as specified in type RDataFrame [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[31] public class RDataFrame32Impl extends RList32Impl ^^^^^^^^^^^ The method RObject get(long) from RList32Impl cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[31] public class RDataFrame32Impl extends RList32Impl ^^^^^^^^^^^ The method RCharacterStore getNames() from RList32Impl cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[31] public class RDataFrame32Impl extends RList32Impl ^^^^^^^^^^^ The method String getName(long) from RList32Impl cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[43] protected RDataFrame32Impl(final RObject[] columns, final String className1, final String[] initialNames, final String[] initialRownames, final boolean check) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field rownamesAttribute may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[60] this.rownamesAttribute= new RUniqueCharacter32Store(initialRownames); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[67] public RDataFrame32Impl(final RJIO io, final RObjectFactory factory, final int options) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field rownamesAttribute may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[72] this.rownamesAttribute= factory.readNames(io, this.rowCount); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RStore' but this expression has type '@Nullable RStore' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[77] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^ Illegal redefinition of parameter io, inherited method from RList32Impl does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[77] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^ Illegal redefinition of parameter factory, inherited method from RList32Impl does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[108] return getNames(); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RCharacterStore' needs unchecked conversion to conform to '@NonNull RCharacterStore' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[112] return getName(idx); ^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[117] return get(idx).getData(); ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RStore' but this expression has type '@Nullable RStore' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[122] return get(idx).getData(); ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RStore' but this expression has type '@Nullable RStore' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[144] public boolean set(final int idx, final RObject component) { ^^^^^^^ Illegal redefinition of parameter component, inherited method from RList32Impl does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[145] if (component == null) { throw new NullPointerException(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[683] if (character == null) { return -1; } ^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RComplexB32Store.java:[102] this.realValues= io.readDoubleData(new double[length], length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RComplexB32Store.java:[103] this.imaginaryValues= io.readDoubleData(new double[length], length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericB32Store.java:[84] this.realValues= io.readDoubleData(new double[length], length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]' 120. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java (at line 416) return new RDataFrame32Impl(colVectors, RObject.CLASSNAME_DATAFRAME, colNames, rowNames); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[416] return new RDataFrame32Impl(colVectors, RObject.CLASSNAME_DATAFRAME, colNames, rowNames); ^^^^^^^^ Null type mismatch (type annotations): required 'String @NonNull[]' but this expression has type 'String @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[514] return new RFactor32Store(codes, false, levels); ^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[518] return new RFactor32Store(length, false, levels); ^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[522] return new RFactor32Store(codes, true, levels); ^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[526] return new RFactor32Store(length, true, levels); ^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[538] return null; ^^^^ Null type mismatch: required '@NonNull RObject' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[542] return new RVectorImpl(io, this); } ^^^^^^^^^^^ RVectorImpl is a raw type. References to generic type RVectorImpl should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[544] return new RArrayImpl(io, this); ^^^^^^^^^^ RArrayImpl is a raw type. References to generic type RArrayImpl should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[581] if (robject == null) { io.writeByte(-1); return; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLogicalStructStore.java:[69] public final Boolean[] toArray() { ^^^^^^^^^ The return type is incompatible with '@Nullable Boolean @NonNull[]' returned from AbstractLogicalStore.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLogicalStructStore.java:[85] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from AbstractLogicalStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLogicalStructStore.java:[91] public boolean allEqual(final RStore other) { ^^^^^^ Missing non-null annotation: inherited method from AbstractLogicalStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[27] public class RDataFrameFix64Impl extends RListFix64Impl ^^^^^^^^^^^^^^ Parameter 1 of method get(String) lacks a @NonNull annotation as specified in type RDataFrame [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[27] public class RDataFrameFix64Impl extends RListFix64Impl ^^^^^^^^^^^^^^ The method RObject get(long) from RListFix64Impl cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[27] public class RDataFrameFix64Impl extends RListFix64Impl ^^^^^^^^^^^^^^ The method RCharacterStore getNames() from RListFix64Impl cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[27] public class RDataFrameFix64Impl extends RListFix64Impl ^^^^^^^^^^^^^^ The method String getName(long) from RListFix64Impl cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[59] this.rownamesAttribute= new RCharacterFix64Store(initialRownames); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[][]' needs unchecked conversion to conform to '@Nullable String @NonNull[] @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[82] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[82] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[112] public RCharacterStore getColumnNames() { ^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull RCharacterStore' returned from RDataFrame.getColumnNames() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[121] public RStore getColumn(final int idx) { ^^^^^^ The return type is incompatible with '@NonNull RStore' returned from RDataFrame.getColumn(int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[127] public RStore getColumn(final long idx) { ^^^^^^ The return type is incompatible with '@NonNull RStore' returned from RDataFrame.getColumn(long) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[133] public RStore getColumn(final String name) { ^^^^^^ Missing non-null annotation: inherited method from RDataFrame specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[97] System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[97] System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[99] System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[99] System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[102] System.arraycopy(currentValues, 0, newValues, 0, idxs[0]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[102] System.arraycopy(currentValues, 0, newValues, 0, idxs[0]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[110] System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[110] System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[112] System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[112] System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[115] System.arraycopy(currentValues, 0, newValues, 0, idxs[0]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[115] System.arraycopy(currentValues, 0, newValues, 0, idxs[0]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[123] System.arraycopy(currentValues, 0, newValues, 0, idxs[0]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[123] System.arraycopy(currentValues, 0, newValues, 0, idxs[0]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[127] System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[127] System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[129] System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[129] System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[136] System.arraycopy(currentValues, 0, newValues, 0, idxs[0]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[136] System.arraycopy(currentValues, 0, newValues, 0, idxs[0]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[140] System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[140] System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[142] System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRObject.java:[142] System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RStore[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[734] final P value= data.get(idx); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'P' but this expression has type '@Nullable P', where 'P' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[742] final P value= data.get(idx); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'P' but this expression has type '@Nullable P', where 'P' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[750] final P value= data.get(idx); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'P' but this expression has type '@Nullable P', where 'P' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[755] final P value= data.get(idx); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'P' but this expression has type '@Nullable P', where 'P' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[789] final long idx= array.getNames(1).indexOf(name); ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNames(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[50] this.namesAttribute= new RCharacterFix64Store(initialNames); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[][]' needs unchecked conversion to conform to '@Nullable String @NonNull[] @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[103] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[103] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[133] factory.writeObject(segment[j], io); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[154] public final String getRClassName() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from RObject.getRClassName() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[196] public final RObject get(final String name) { ^^^^^^ Missing non-null annotation: inherited method from RList specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[198] final long idx= this.namesAttribute.indexOf(name); ^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[213] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[213] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[213] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[213] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRawStore.java:[92] public abstract @NonNull Byte [] toArray(); ^^^^^^^ The return type is incompatible with '@Nullable Byte @NonNull[]' returned from RStore.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorStructStore.java:[85] public RCharacterStore getLevels() { ^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull RCharacterStore' returned from RFactorStore.getLevels() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorStructStore.java:[102] public RCharacterStore toCharacterData() { ^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull RCharacterStore' returned from RFactorStore.toCharacterData() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorStructStore.java:[117] public final Integer[] toArray() { ^^^^^^^^^ The return type is incompatible with '@Nullable Integer @NonNull[]' returned from AbstractFactorStore.toArray() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorStructStore.java:[133] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from RStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorStructStore.java:[133] public long indexOf(final String character, final long fromIdx) { ^^^^^^ Missing non-null annotation: inherited method from AbstractRStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorStructStore.java:[139] public boolean allEqual(final RStore other) { ^^^^^^ Missing non-null annotation: inherited method from RStore specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[55] this.namesAttribute= new RCharacter32Store(initialNames, length); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[94] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[94] public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ExternalizableRObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[124] factory.writeObject(this.components[i], io); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[140] public String getRClassName() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from RObject.getRClassName() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[151] public String getEnvironmentName() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from REnvironment.getEnvironmentName() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[195] public RObject get(final String name) { ^^^^^^ Missing non-null annotation: inherited method from RList specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[196] final int idx= this.namesAttribute.indexOf(name, 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[205] System.arraycopy(this.components, 0, array, 0, this.length); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[223] final int idx= this.namesAttribute.indexOf(name, 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[259] return (this.namesAttribute.indexOf(name) >= 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[264] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[264] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[264] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[264] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[264] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 207. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFunctionImpl.java (at line 41) @SuppressWarnings("null") ^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[54] this.baseClassName= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[112] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[112] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[112] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[112] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[44] this.charValues= EMPTY_STRING_ARRAY; ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[70] values= ensureCapacity(this.charValues, source.length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String []' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[113] out.writeInt(this.charValues[i].length()); ^^^^^^^^^^^^^^^^^^ Potential null pointer access: array element may be null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[217] this.charValues= prepareInsert(this.charValues, this.length, idxs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[246] this.charValues= remove(this.charValues, this.length, new int[] { idx }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[252] this.charValues= remove(this.charValues, this.length, idxs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[333] if (character == null) { throw new NullPointerException(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RPromiseImpl.java:[79] factory.writeObject(this.expression, io); ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RObject' but this expression has type '@Nullable RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RPromiseImpl.java:[80] this.environment.writeExternal(io, factory); ^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RPromiseImpl.java:[119] return (this.environment.getReferencedRObjectType() == RObject.TYPE_ENVIRONMENT) ? ^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RRaw32Store.java:[61] this.byteValues= io.readByteData(new byte[length], length); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RRaw32Store.java:[221] public @NonNull Byte [] toArray() { ^^^^^^^ The return type is incompatible with '@Nullable Byte @NonNull[]' returned from RStore.toArray() (mismatching null constraints) 224 problems (0 errors, 217 warnings, 7 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.data --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.data --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.data --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.data --- [INFO] [INFO] -----< org.eclipse.statet.rj:org.eclipse.statet.rj.services.core >------ [INFO] Building org.eclipse.statet.rj.services.core 4.4.1.202108191400-r [32/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.services.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.services.core --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/internal/rj/renv/core/REnvCoreInternals.java:[59] final List[] listArray= new @NonNull List[libGroups.size()]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List[] needs unchecked conversion to conform to List[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/internal/rj/renv/core/REnvCoreInternals.java:[63] return ImCollections.concatList(listArray); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'List[]' needs unchecked conversion to conform to '@NonNull Collection @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[97] libLoc= data.getNames().getChar(0); ^^^^^^^^^^^^^^^ Potential null pointer access: The method getNames() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[116] call.addChar("lib", libLoc); //$NON-NLS-1$ ^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[118] call.addChar("type", RPkgUtils.getPkgTypeInstallKey(r.getPlatform(), pkgType)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[124] call.addChar("lib.loc", libLoc); //$NON-NLS-1$ ^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkg.java:[34] if (name == null) { throw new NullPointerException("name"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkg.java:[37] if (version == null) { throw new NullPointerException("version"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/DefaultLocalConfigurator.java:[47] final Path directory= baseDirectory.resolve(name); ^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[76] plot.evalVoid(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[77] service.evalVoid("dev.off()", m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[78] return service.downloadFile(filename, 0, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[85] plot.evalVoid(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[86] service.evalVoid("dev.off()", m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[87] service.downloadFile(out, filename, 0, m); ^^^ Null type safety (type annotations): The expression of type 'OutputStream' needs unchecked conversion to conform to '@NonNull OutputStream' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[87] service.downloadFile(out, filename, 0, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[94] service.evalVoid(plotCommand, m); ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[94] service.evalVoid(plotCommand, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[95] service.evalVoid("dev.off()", m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[96] return service.downloadFile(filename, 0, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[103] service.evalVoid(plotCommand, m); ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[103] service.evalVoid(plotCommand, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[104] service.evalVoid("dev.off()", m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[105] service.downloadFile(out, filename, 0, m); ^^^ Null type safety (type annotations): The expression of type 'OutputStream' needs unchecked conversion to conform to '@NonNull OutputStream' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/Graphic.java:[105] service.downloadFile(out, filename, 0, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RVectorDataAdapter.java:[77] RDataUtils.checkData(rObject.getData(), referenceObject.getData().getStoreType()); ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RStore' but this expression has type '@Nullable RStore' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[47] protected static void addXRef(final FunctionCall fcall, final FQRObjectRef ref) { ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[63] public void check(final FQRObjectRef ref, final TRObject referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[69] fcall.addChar("xClass1", referenceObject.getRClassName()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'TRObject', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[74] result= fcall.evalData(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[81] public TFragmentObject loadData(final FQRObjectRef ref, final TRObject referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[85] { final FunctionCall fcall= r.createFunctionCall(getLoadDataFName()); ^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[97] fragmentObject= fcall.evalData(null, getLoadOptions(), RService.DEPTH_INFINITE, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[113] public void setData(final FQRObjectRef ref, final TRObject referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[116] { final FunctionCall fcall= r.createFunctionCall(getSetDataFName()); ^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[130] fcall.evalVoid(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[136] public RVector loadRowNames(final FQRObjectRef ref, final TRObject referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[140] { final FunctionCall fcall= r.createFunctionCall(getLoadRowNamesFName()); ^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[150] fragmentObject= fcall.evalData(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RMatrixDataAdapter.java:[41] RDataUtils.checkColumnCountEqual(array, RDataUtils.getColumnCount(referenceObject)); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RArray' needs unchecked conversion to conform to '@NonNull RArray' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RMatrixDataAdapter.java:[80] RDataUtils.checkData(rObject.getData(), referenceObject.getData().getStoreType()); ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RStore' but this expression has type '@Nullable RStore' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvManager.java:[38] public ActualREnv(final String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field config may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvManager.java:[38] public ActualREnv(final String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field name may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[104] this.rLibPaths= new BasicRLibPaths(ImCollections.newList(encodedLibGroups)); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RLibGroup[]' needs unchecked conversion to conform to '@NonNull RLibGroup @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[171] final String rPath= rLibsStamps.getNames().getChar(i); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNames() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[172] final RLibLocation location= getLibLocationByRPath(rPath); ^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[174] libLocationInfos.add(new RLibLocationInfo(location, rPath, ^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[190] final String rPath= rLibsStamps.getNames().getChar(i); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNames() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[191] final RLibLocation location= getLibLocationByRPath(rPath); ^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[193] libLocationInfos.add(new RLibLocationInfo(location, rPath, ^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[207] && directoryPath.toUri().getScheme().equals("file") ) { //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getScheme() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[214] data.getNames().getChar(0).replace('\\', '/'), ^^^^^^^^^^^^^^^ Potential null pointer access: The method getNames() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[214] data.getNames().getChar(0).replace('\\', '/'), ^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getChar(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[103] array= ((List) o).toArray(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[114] paths.add((String) array[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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[160] public BasicREnvConfiguration(final REnv rEnv, final Path stateRootDirectoryPath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field stateLocalDirectoryPath may not have been initialized 57. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java (at line 186) throw new IllegalArgumentException(String.format("flags= 0x%1$08X", flags)); ^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[505] REnvCoreInternals.log(this.status); ^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Status' but this expression has type '@Nullable Status' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[546] this.rHomeDirectoryPath.toString() )); ^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 60. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java (at line 647) String.format("Libraries %1$s", num); ^^^ The expression of type int is boxed into Integer 61. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 47) private static final String AVAIL_LIST_FNAME= "rj:::renv.getAvailPkgs"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_FNAME is not used 62. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 48) private static final int AVAIL_LIST_COUNT1= 9; ^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_COUNT1 is not used 63. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 49) private static final int AVAIL_LIST_IDX1_NAME= 0; ^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_NAME is not used 64. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 50) private static final int AVAIL_LIST_IDX1_VERSION= 1; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_VERSION is not used 65. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 51) private static final int AVAIL_LIST_IDX1_PRIORITY= 2; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_PRIORITY is not used 66. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 52) private static final int AVAIL_LIST_IDX1_LICENSE= 3; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_LICENSE is not used 67. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 53) private static final int AVAIL_LIST_IDX1_DEPENDS= 4; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_DEPENDS is not used 68. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 54) private static final int AVAIL_LIST_IDX1_IMPORTS= 5; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_IMPORTS is not used 69. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 55) private static final int AVAIL_LIST_IDX1_LINKINGTO= 6; ^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_LINKINGTO is not used 70. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 56) private static final int AVAIL_LIST_IDX1_SUGGESTS= 7; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_SUGGESTS is not used 71. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 57) private static final int AVAIL_LIST_IDX1_ENHANCES= 8; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_ENHANCES is not used 72. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 66) private static final String INST_DETAIL_FNAME= "rj:::renv.getInstPkgDetail"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_FNAME is not used 73. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 67) private static final int INST_DETAIL_LENGTH= 7; ^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_LENGTH is not used 74. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 68) private static final int INST_DETAIL_IDX_PRIORITY= 0; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_PRIORITY is not used 75. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 69) private static final int INST_DETAIL_IDX_LICENSE= 1; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_LICENSE is not used 76. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 70) private static final int INST_DETAIL_IDX_DEPENDS= 2; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_DEPENDS is not used 77. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 71) private static final int INST_DETAIL_IDX_IMPORTS= 3; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_IMPORTS is not used 78. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 72) private static final int INST_DETAIL_IDX_LINKINGTO= 4; ^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_LINKINGTO is not used 79. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 73) private static final int INST_DETAIL_IDX_SUGGESTS= 5; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_SUGGESTS is not used 80. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 74) private static final int INST_DETAIL_IDX_ENHANCES= 6; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_ENHANCES is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkgList.java:[28] public final class BasicRPkgList extends SortedArraySet ^^^^^^^^^^^^^^ The method contains(@NonNull Object) from SortedArraySet cannot implement the corresponding method from List due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkgList.java:[28] public final class BasicRPkgList extends SortedArraySet ^^^^^^^^^^^^^^ The method contains(@NonNull Object) from SortedArraySet cannot implement the corresponding method from AbstractCollection due to incompatible nullness constraints [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkgList.java:[28] public final class BasicRPkgList 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkgList.java:[28] public final class BasicRPkgList extends SortedArraySet ^^^^^^^^^^^^^^ The method indexOf(@NonNull Object) from SortedArraySet cannot implement the corresponding method from AbstractList due to incompatible nullness constraints 85. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkgList.java (at line 41) private static final long serialVersionUID= -3022375551268568786L; ^^^^^^^^^^^^^^^^ The value of the field BasicRPkgList.serialVersionUID is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkgList.java:[45] super((T[]) new RPkg[capacity], 0, RPKG_BY_NAME_COMPARATOR); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from RPkg[] to T[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/PdfGraphic.java:[43] png.addChar("file", filename); //$NON-NLS-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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/PdfGraphic.java:[61] png.evalVoid(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[58] Fragment(final long number, final long rowBeginIdx, final long rowCount, final long columnBeginIdx, final long columnCount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field newer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[58] Fragment(final long number, final long rowBeginIdx, final long rowCount, final long columnBeginIdx, final long columnCount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field older may not have been initialized 91. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java (at line 80) sb.addProp("rows", "[%1$s, %2$s)", getRowBeginIdx(), getRowEndIdx()); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 92. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java (at line 80) sb.addProp("rows", "[%1$s, %2$s)", getRowBeginIdx(), getRowEndIdx()); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ The expression of type long is boxed into Long 93. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java (at line 81) sb.addProp("columns", "[%1$s, %2$s)", getColumnBeginIdx(), getColumnEndIdx()); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 94. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java (at line 81) sb.addProp("columns", "[%1$s, %2$s)", getColumnBeginIdx(), getColumnEndIdx()); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[126] public LazyRStore(final long rowCount, final long columnCount, final int maxFragmentCount, final int fragmentSize, final Updater updater) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field fragments may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[142] public LazyRStore(final long rowCount, final long columnCount, final int maxFragmentCount, final int fragmentRowCount, final int fragmentColCount, final Updater updater) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field fragments may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[160] this.fragments= new Fragment[Math.min(16, this.maxFragmentCount)]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type LazyRStore.Fragment[] needs unchecked conversion to conform to LazyRStore.Fragment[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[160] this.fragments= new Fragment[Math.min(16, this.maxFragmentCount)]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'LazyRStore.Fragment[]' needs unchecked conversion to conform to 'LazyRStore.@Nullable Fragment @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[177] final Fragment fragment= (@NonNull Fragment) getFragment(number, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety: Unchecked cast from LazyRStore.@Nullable Fragment to LazyRStore.@NonNull Fragment [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[205] final Fragment fragment= (@NonNull Fragment) getFragment(number, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety: Unchecked cast from LazyRStore.@Nullable Fragment to LazyRStore.@NonNull Fragment [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[337] this.fragments= new Fragment[Math.min(this.currentFragmentCount * 2, this.maxFragmentCount)]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type LazyRStore.Fragment[] needs unchecked conversion to conform to LazyRStore.Fragment[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[337] this.fragments= new Fragment[Math.min(this.currentFragmentCount * 2, this.maxFragmentCount)]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'LazyRStore.Fragment[]' needs unchecked conversion to conform to 'LazyRStore.@Nullable Fragment @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[365] final Fragment newFragment= new Fragment<>(oldFragment.number, ^^^^^^^^^^^ Potential null pointer access: The variable oldFragment may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[396] fragment.newer= null; ^^^^ Null type mismatch: required 'LazyRStore.@NonNull Fragment' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[397] fragment.older= null; ^^^^ Null type mismatch: required 'LazyRStore.@NonNull Fragment' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[421] final Fragment[] scheduledFragments= new Fragment[this.scheduledCount]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type LazyRStore.Fragment[] needs unchecked conversion to conform to LazyRStore.Fragment[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[437] Fragment fragment= this.scheduleNext.older; ^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[73] public RPlatform() { ^^^^^^^^^^^ The @NonNull field fileSep may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[73] public RPlatform() { ^^^^^^^^^^^ The @NonNull field osArch may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[73] public RPlatform() { ^^^^^^^^^^^ The @NonNull field osName may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[73] public RPlatform() { ^^^^^^^^^^^ The @NonNull field osType may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[73] public RPlatform() { ^^^^^^^^^^^ The @NonNull field osVersion may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[73] public RPlatform() { ^^^^^^^^^^^ The @NonNull field pathSep may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[73] public RPlatform() { ^^^^^^^^^^^ The @NonNull field versionString may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[86] RDataUtils.checkData(rObject.getData(), referenceObject.getData().getStoreType()); ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RStore' but this expression has type '@Nullable RStore' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[96] public RVector loadDimNames(final FQRObjectRef ref, final RArray referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[107] fragmentObject= fcall.evalData(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[113] public RVector loadDimItemNames(final FQRObjectRef ref, final RArray referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[125] fragmentObject= fcall.evalData(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/PngGraphic.java:[36] png.addChar("filename", filename); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/PngGraphic.java:[43] png.addChar("unit", this.sizeUnit); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/PngGraphic.java:[48] png.evalVoid(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RDataAssignment.java:[32] if (data == null) { throw new NullPointerException("data"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcGraphic/org/eclipse/statet/rj/graphic/core/util/CodeGenAdbSymbol.java:[32] final File file= new File("target/classes/" + CodeGenAdbSymbol.class.getPackage().getName().replace('.', '/') + "/AdbSymbol.txt"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getPackage() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcGraphic/org/eclipse/statet/rj/graphic/core/util/CodeGenAdbSymbol.java:[33] final BufferedReader reader= new BufferedReader(new FileReader(file)); ^^^^^^ Resource leak: 'reader' is never closed [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcGraphic/org/eclipse/statet/rj/graphic/core/util/CodeGenAdbSymbol.java:[51] final int codepoint= Integer.parseInt(columns[0], 16); ^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/RPkgType.java:[35] if (label == null) { throw new NullPointerException("label"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/BasicFQRObjectRef.java:[63] if (env == null) { throw new NullPointerException("env"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/BasicFQRObjectRef.java:[69] if (name == null) { throw new NullPointerException("name"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 129 problems (0 errors, 102 warnings, 27 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.services.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.services.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] -------< org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests >------- [INFO] Building [test-bundle] StatET RJ - Data - Tests (Incubation) 4.4.1.202108191400-r [33/148] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.data.tests --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.data.tests --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RCharacter32StoreTest.java:[35] final @Nullable String[] encoded= Arrays.copyOf(data.values, data.length); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RFactor32StoreTest.java:[38] Arrays.copyOf(data.levels, data.levels.length) ); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RUniqueCharacter32StoreTest.java:[35] final @Nullable String[] encoded= Arrays.copyOf(data.values, data.length); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RFactorFix64StoreTest.java:[48] Arrays.copyOf(data.levels, data.levels.length) ); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' 6 problems (0 errors, 4 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.data.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.statet.rj.data.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data-tests/target/surefire.properties] Running org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 s - in org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest isOrdered{FactorCaseData}[1] Time elapsed: 0.024 s isOrdered{FactorCaseData}[2] Time elapsed: 0 s isOrdered{FactorCaseData}[3] Time elapsed: 0 s isOrdered{FactorCaseData}[4] Time elapsed: 0 s isOrdered{FactorCaseData}[5] Time elapsed: 0 s isOrdered{FactorCaseData}[6] Time elapsed: 0 s isOrdered{FactorCaseData}[7] Time elapsed: 0.001 s isOrdered{FactorCaseData}[8] Time elapsed: 0 s isOrdered{FactorCaseData}[9] Time elapsed: 0 s isOrdered{FactorCaseData}[10] Time elapsed: 0 s isOrdered{FactorCaseData}[11] Time elapsed: 0 s isOrdered{FactorCaseData}[12] Time elapsed: 0.002 s getInt{FactorCaseData}[1] Time elapsed: 0.002 s getInt{FactorCaseData}[2] Time elapsed: 0 s getInt{FactorCaseData}[3] Time elapsed: 0 s getInt{FactorCaseData}[4] Time elapsed: 0 s getInt{FactorCaseData}[5] Time elapsed: 0.001 s getInt{FactorCaseData}[6] Time elapsed: 0 s getInt{FactorCaseData}[7] Time elapsed: 0 s getInt{FactorCaseData}[8] Time elapsed: 0 s getInt{FactorCaseData}[9] Time elapsed: 0 s getInt{FactorCaseData}[10] Time elapsed: 0.001 s getInt{FactorCaseData}[11] Time elapsed: 0.001 s getInt{FactorCaseData}[12] Time elapsed: 0.007 s getNum{FactorCaseData}[1] Time elapsed: 0.001 s getNum{FactorCaseData}[2] Time elapsed: 0.001 s getNum{FactorCaseData}[3] Time elapsed: 0.001 s getNum{FactorCaseData}[4] Time elapsed: 0 s getNum{FactorCaseData}[5] Time elapsed: 0 s getNum{FactorCaseData}[6] Time elapsed: 0.001 s getNum{FactorCaseData}[7] Time elapsed: 0.001 s getNum{FactorCaseData}[8] Time elapsed: 0 s getNum{FactorCaseData}[9] Time elapsed: 0.001 s getNum{FactorCaseData}[10] Time elapsed: 0 s getNum{FactorCaseData}[11] Time elapsed: 0 s getNum{FactorCaseData}[12] Time elapsed: 0.008 s getRaw{FactorCaseData}[1] Time elapsed: 0.001 s getRaw{FactorCaseData}[2] Time elapsed: 0 s getRaw{FactorCaseData}[3] Time elapsed: 0 s getRaw{FactorCaseData}[4] Time elapsed: 0 s getRaw{FactorCaseData}[5] Time elapsed: 0.001 s getRaw{FactorCaseData}[6] Time elapsed: 0.001 s getRaw{FactorCaseData}[7] Time elapsed: 0 s getRaw{FactorCaseData}[8] Time elapsed: 0 s getRaw{FactorCaseData}[9] Time elapsed: 0.001 s getRaw{FactorCaseData}[10] Time elapsed: 0 s getRaw{FactorCaseData}[11] Time elapsed: 0 s getRaw{FactorCaseData}[12] Time elapsed: 0.008 s toArray{FactorCaseData}[1] Time elapsed: 0 s toArray{FactorCaseData}[2] Time elapsed: 0 s toArray{FactorCaseData}[3] Time elapsed: 0 s toArray{FactorCaseData}[4] Time elapsed: 0 s toArray{FactorCaseData}[5] Time elapsed: 0 s toArray{FactorCaseData}[6] Time elapsed: 0 s toArray{FactorCaseData}[7] Time elapsed: 0 s toArray{FactorCaseData}[8] Time elapsed: 0 s toArray{FactorCaseData}[9] Time elapsed: 0.001 s toArray{FactorCaseData}[10] Time elapsed: 0 s toArray{FactorCaseData}[11] Time elapsed: 0.001 s toArray{FactorCaseData}[12] Time elapsed: 0.008 s length{FactorCaseData}[1] Time elapsed: 0 s length{FactorCaseData}[2] Time elapsed: 0 s length{FactorCaseData}[3] Time elapsed: 0 s length{FactorCaseData}[4] Time elapsed: 0 s length{FactorCaseData}[5] Time elapsed: 0 s length{FactorCaseData}[6] Time elapsed: 0.001 s length{FactorCaseData}[7] Time elapsed: 0.001 s length{FactorCaseData}[8] Time elapsed: 0 s length{FactorCaseData}[9] Time elapsed: 0 s length{FactorCaseData}[10] Time elapsed: 0 s length{FactorCaseData}[11] Time elapsed: 0.001 s length{FactorCaseData}[12] Time elapsed: 0.001 s getChar{FactorCaseData}[1] Time elapsed: 0.001 s getChar{FactorCaseData}[2] Time elapsed: 0 s getChar{FactorCaseData}[3] Time elapsed: 0.001 s getChar{FactorCaseData}[4] Time elapsed: 0 s getChar{FactorCaseData}[5] Time elapsed: 0.001 s getChar{FactorCaseData}[6] Time elapsed: 0 s getChar{FactorCaseData}[7] Time elapsed: 0 s getChar{FactorCaseData}[8] Time elapsed: 0 s getChar{FactorCaseData}[9] Time elapsed: 0 s getChar{FactorCaseData}[10] Time elapsed: 0 s getChar{FactorCaseData}[11] Time elapsed: 0 s getChar{FactorCaseData}[12] Time elapsed: 0.008 s getLogi{FactorCaseData}[1] Time elapsed: 0.001 s getLogi{FactorCaseData}[2] Time elapsed: 0 s getLogi{FactorCaseData}[3] Time elapsed: 0.001 s getLogi{FactorCaseData}[4] Time elapsed: 0 s getLogi{FactorCaseData}[5] Time elapsed: 0.001 s getLogi{FactorCaseData}[6] Time elapsed: 0 s getLogi{FactorCaseData}[7] Time elapsed: 0.001 s getLogi{FactorCaseData}[8] Time elapsed: 0 s getLogi{FactorCaseData}[9] Time elapsed: 0.001 s getLogi{FactorCaseData}[10] Time elapsed: 0 s getLogi{FactorCaseData}[11] Time elapsed: 0.001 s getLogi{FactorCaseData}[12] Time elapsed: 0.009 s get{FactorCaseData}[1] Time elapsed: 0.001 s get{FactorCaseData}[2] Time elapsed: 0 s get{FactorCaseData}[3] Time elapsed: 0.001 s get{FactorCaseData}[4] Time elapsed: 0 s get{FactorCaseData}[5] Time elapsed: 0.001 s get{FactorCaseData}[6] Time elapsed: 0 s get{FactorCaseData}[7] Time elapsed: 0 s get{FactorCaseData}[8] Time elapsed: 0 s get{FactorCaseData}[9] Time elapsed: 0 s get{FactorCaseData}[10] Time elapsed: 0.001 s get{FactorCaseData}[11] Time elapsed: 0 s get{FactorCaseData}[12] Time elapsed: 0.008 s isNA{FactorCaseData}[1] Time elapsed: 0 s isNA{FactorCaseData}[2] Time elapsed: 0 s isNA{FactorCaseData}[3] Time elapsed: 0 s isNA{FactorCaseData}[4] Time elapsed: 0 s isNA{FactorCaseData}[5] Time elapsed: 0 s isNA{FactorCaseData}[6] Time elapsed: 0 s isNA{FactorCaseData}[7] Time elapsed: 0 s isNA{FactorCaseData}[8] Time elapsed: 0 s isNA{FactorCaseData}[9] Time elapsed: 0.001 s isNA{FactorCaseData}[10] Time elapsed: 0 s isNA{FactorCaseData}[11] Time elapsed: 0.001 s isNA{FactorCaseData}[12] Time elapsed: 0.006 s isMissing{FactorCaseData}[1] Time elapsed: 0 s isMissing{FactorCaseData}[2] Time elapsed: 0.001 s isMissing{FactorCaseData}[3] Time elapsed: 0 s isMissing{FactorCaseData}[4] Time elapsed: 0 s isMissing{FactorCaseData}[5] Time elapsed: 0 s isMissing{FactorCaseData}[6] Time elapsed: 0 s isMissing{FactorCaseData}[7] Time elapsed: 0.001 s isMissing{FactorCaseData}[8] Time elapsed: 0 s isMissing{FactorCaseData}[9] Time elapsed: 0.001 s isMissing{FactorCaseData}[10] Time elapsed: 0 s isMissing{FactorCaseData}[11] Time elapsed: 0 s isMissing{FactorCaseData}[12] Time elapsed: 0.007 s getLevels{FactorCaseData}[1] Time elapsed: 0.001 s getLevels{FactorCaseData}[2] Time elapsed: 0 s getLevels{FactorCaseData}[3] Time elapsed: 0.001 s getLevels{FactorCaseData}[4] Time elapsed: 0 s getLevels{FactorCaseData}[5] Time elapsed: 0 s getLevels{FactorCaseData}[6] Time elapsed: 0.001 s getLevels{FactorCaseData}[7] Time elapsed: 0 s getLevels{FactorCaseData}[8] Time elapsed: 0 s getLevels{FactorCaseData}[9] Time elapsed: 0 s getLevels{FactorCaseData}[10] Time elapsed: 0 s getLevels{FactorCaseData}[11] Time elapsed: 0 s getLevels{FactorCaseData}[12] Time elapsed: 0.001 s writeExternal{FactorCaseData}[1] Time elapsed: 0.001 s writeExternal{FactorCaseData}[2] Time elapsed: 0 s writeExternal{FactorCaseData}[3] Time elapsed: 0 s writeExternal{FactorCaseData}[4] Time elapsed: 0 s writeExternal{FactorCaseData}[5] Time elapsed: 0 s writeExternal{FactorCaseData}[6] Time elapsed: 0 s writeExternal{FactorCaseData}[7] Time elapsed: 0 s writeExternal{FactorCaseData}[8] Time elapsed: 0 s writeExternal{FactorCaseData}[9] Time elapsed: 0 s writeExternal{FactorCaseData}[10] Time elapsed: 0.001 s writeExternal{FactorCaseData}[11] Time elapsed: 0 s writeExternal{FactorCaseData}[12] Time elapsed: 0.004 s getStoreType{FactorCaseData}[1] Time elapsed: 0.001 s getStoreType{FactorCaseData}[2] Time elapsed: 0 s getStoreType{FactorCaseData}[3] Time elapsed: 0 s getStoreType{FactorCaseData}[4] Time elapsed: 0 s getStoreType{FactorCaseData}[5] Time elapsed: 0 s getStoreType{FactorCaseData}[6] Time elapsed: 0 s getStoreType{FactorCaseData}[7] Time elapsed: 0 s getStoreType{FactorCaseData}[8] Time elapsed: 0.001 s getStoreType{FactorCaseData}[9] Time elapsed: 0 s getStoreType{FactorCaseData}[10] Time elapsed: 0 s getStoreType{FactorCaseData}[11] Time elapsed: 0 s getStoreType{FactorCaseData}[12] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[8] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[10] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[11] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[12] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest isOrdered{FactorCaseData}[1] Time elapsed: 0.002 s isOrdered{FactorCaseData}[2] Time elapsed: 0 s isOrdered{FactorCaseData}[3] Time elapsed: 0.001 s isOrdered{FactorCaseData}[4] Time elapsed: 0 s isOrdered{FactorCaseData}[5] Time elapsed: 0 s isOrdered{FactorCaseData}[6] Time elapsed: 0 s isOrdered{FactorCaseData}[7] Time elapsed: 0 s isOrdered{FactorCaseData}[8] Time elapsed: 0 s isOrdered{FactorCaseData}[9] Time elapsed: 0 s isOrdered{FactorCaseData}[10] Time elapsed: 0 s isOrdered{FactorCaseData}[11] Time elapsed: 0 s isOrdered{FactorCaseData}[12] Time elapsed: 0 s getInt{FactorCaseData}[1] Time elapsed: 0 s getInt{FactorCaseData}[2] Time elapsed: 0 s getInt{FactorCaseData}[3] Time elapsed: 0.001 s getInt{FactorCaseData}[4] Time elapsed: 0 s getInt{FactorCaseData}[5] Time elapsed: 0 s getInt{FactorCaseData}[6] Time elapsed: 0 s getInt{FactorCaseData}[7] Time elapsed: 0.001 s getInt{FactorCaseData}[8] Time elapsed: 0 s getInt{FactorCaseData}[9] Time elapsed: 0 s getInt{FactorCaseData}[10] Time elapsed: 0 s getInt{FactorCaseData}[11] Time elapsed: 0 s getInt{FactorCaseData}[12] Time elapsed: 0.005 s getNum{FactorCaseData}[1] Time elapsed: 0.001 s getNum{FactorCaseData}[2] Time elapsed: 0 s getNum{FactorCaseData}[3] Time elapsed: 0 s getNum{FactorCaseData}[4] Time elapsed: 0 s getNum{FactorCaseData}[5] Time elapsed: 0 s getNum{FactorCaseData}[6] Time elapsed: 0 s getNum{FactorCaseData}[7] Time elapsed: 0 s getNum{FactorCaseData}[8] Time elapsed: 0.001 s getNum{FactorCaseData}[9] Time elapsed: 0 s getNum{FactorCaseData}[10] Time elapsed: 0 s getNum{FactorCaseData}[11] Time elapsed: 0 s getNum{FactorCaseData}[12] Time elapsed: 0.007 s getRaw{FactorCaseData}[1] Time elapsed: 0 s getRaw{FactorCaseData}[2] Time elapsed: 0.001 s getRaw{FactorCaseData}[3] Time elapsed: 0 s getRaw{FactorCaseData}[4] Time elapsed: 0 s getRaw{FactorCaseData}[5] Time elapsed: 0 s getRaw{FactorCaseData}[6] Time elapsed: 0 s getRaw{FactorCaseData}[7] Time elapsed: 0.001 s getRaw{FactorCaseData}[8] Time elapsed: 0 s getRaw{FactorCaseData}[9] Time elapsed: 0 s getRaw{FactorCaseData}[10] Time elapsed: 0 s getRaw{FactorCaseData}[11] Time elapsed: 0 s getRaw{FactorCaseData}[12] Time elapsed: 0.026 s toArray{FactorCaseData}[1] Time elapsed: 0 s toArray{FactorCaseData}[2] Time elapsed: 0 s toArray{FactorCaseData}[3] Time elapsed: 0.001 s toArray{FactorCaseData}[4] Time elapsed: 0 s toArray{FactorCaseData}[5] Time elapsed: 0 s toArray{FactorCaseData}[6] Time elapsed: 0 s toArray{FactorCaseData}[7] Time elapsed: 0 s toArray{FactorCaseData}[8] Time elapsed: 0 s toArray{FactorCaseData}[9] Time elapsed: 0 s toArray{FactorCaseData}[10] Time elapsed: 0 s toArray{FactorCaseData}[11] Time elapsed: 0 s toArray{FactorCaseData}[12] Time elapsed: 0.005 s length{FactorCaseData}[1] Time elapsed: 0 s length{FactorCaseData}[2] Time elapsed: 0 s length{FactorCaseData}[3] Time elapsed: 0 s length{FactorCaseData}[4] Time elapsed: 0 s length{FactorCaseData}[5] Time elapsed: 0 s length{FactorCaseData}[6] Time elapsed: 0 s length{FactorCaseData}[7] Time elapsed: 0 s length{FactorCaseData}[8] Time elapsed: 0 s length{FactorCaseData}[9] Time elapsed: 0 s length{FactorCaseData}[10] Time elapsed: 0.001 s length{FactorCaseData}[11] Time elapsed: 0 s length{FactorCaseData}[12] Time elapsed: 0 s getChar{FactorCaseData}[1] Time elapsed: 0 s getChar{FactorCaseData}[2] Time elapsed: 0.001 s getChar{FactorCaseData}[3] Time elapsed: 0 s getChar{FactorCaseData}[4] Time elapsed: 0.001 s getChar{FactorCaseData}[5] Time elapsed: 0 s getChar{FactorCaseData}[6] Time elapsed: 0.001 s getChar{FactorCaseData}[7] Time elapsed: 0 s getChar{FactorCaseData}[8] Time elapsed: 0 s getChar{FactorCaseData}[9] Time elapsed: 0 s getChar{FactorCaseData}[10] Time elapsed: 0 s getChar{FactorCaseData}[11] Time elapsed: 0.001 s getChar{FactorCaseData}[12] Time elapsed: 0.006 s getLogi{FactorCaseData}[1] Time elapsed: 0 s getLogi{FactorCaseData}[2] Time elapsed: 0 s getLogi{FactorCaseData}[3] Time elapsed: 0 s getLogi{FactorCaseData}[4] Time elapsed: 0.001 s getLogi{FactorCaseData}[5] Time elapsed: 0 s getLogi{FactorCaseData}[6] Time elapsed: 0 s getLogi{FactorCaseData}[7] Time elapsed: 0 s getLogi{FactorCaseData}[8] Time elapsed: 0 s getLogi{FactorCaseData}[9] Time elapsed: 0 s getLogi{FactorCaseData}[10] Time elapsed: 0 s getLogi{FactorCaseData}[11] Time elapsed: 0 s getLogi{FactorCaseData}[12] Time elapsed: 0.005 s get{FactorCaseData}[1] Time elapsed: 0 s get{FactorCaseData}[2] Time elapsed: 0 s get{FactorCaseData}[3] Time elapsed: 0.001 s get{FactorCaseData}[4] Time elapsed: 0 s get{FactorCaseData}[5] Time elapsed: 0 s get{FactorCaseData}[6] Time elapsed: 0 s get{FactorCaseData}[7] Time elapsed: 0 s get{FactorCaseData}[8] Time elapsed: 0 s get{FactorCaseData}[9] Time elapsed: 0 s get{FactorCaseData}[10] Time elapsed: 0 s get{FactorCaseData}[11] Time elapsed: 0 s get{FactorCaseData}[12] Time elapsed: 0.006 s isNA{FactorCaseData}[1] Time elapsed: 0 s isNA{FactorCaseData}[2] Time elapsed: 0 s isNA{FactorCaseData}[3] Time elapsed: 0 s isNA{FactorCaseData}[4] Time elapsed: 0.001 s isNA{FactorCaseData}[5] Time elapsed: 0 s isNA{FactorCaseData}[6] Time elapsed: 0.001 s isNA{FactorCaseData}[7] Time elapsed: 0 s isNA{FactorCaseData}[8] Time elapsed: 0 s isNA{FactorCaseData}[9] Time elapsed: 0.001 s isNA{FactorCaseData}[10] Time elapsed: 0 s isNA{FactorCaseData}[11] Time elapsed: 0 s isNA{FactorCaseData}[12] Time elapsed: 0.004 s isMissing{FactorCaseData}[1] Time elapsed: 0 s isMissing{FactorCaseData}[2] Time elapsed: 0 s isMissing{FactorCaseData}[3] Time elapsed: 0 s isMissing{FactorCaseData}[4] Time elapsed: 0 s isMissing{FactorCaseData}[5] Time elapsed: 0 s isMissing{FactorCaseData}[6] Time elapsed: 0 s isMissing{FactorCaseData}[7] Time elapsed: 0.001 s isMissing{FactorCaseData}[8] Time elapsed: 0 s isMissing{FactorCaseData}[9] Time elapsed: 0 s isMissing{FactorCaseData}[10] Time elapsed: 0.001 s isMissing{FactorCaseData}[11] Time elapsed: 0 s isMissing{FactorCaseData}[12] Time elapsed: 0.005 s getLevels{FactorCaseData}[1] Time elapsed: 0 s getLevels{FactorCaseData}[2] Time elapsed: 0 s getLevels{FactorCaseData}[3] Time elapsed: 0 s getLevels{FactorCaseData}[4] Time elapsed: 0 s getLevels{FactorCaseData}[5] Time elapsed: 0 s getLevels{FactorCaseData}[6] Time elapsed: 0 s getLevels{FactorCaseData}[7] Time elapsed: 0 s getLevels{FactorCaseData}[8] Time elapsed: 0.001 s getLevels{FactorCaseData}[9] Time elapsed: 0 s getLevels{FactorCaseData}[10] Time elapsed: 0 s getLevels{FactorCaseData}[11] Time elapsed: 0 s getLevels{FactorCaseData}[12] Time elapsed: 0 s writeExternal{FactorCaseData}[1] Time elapsed: 0 s writeExternal{FactorCaseData}[2] Time elapsed: 0 s writeExternal{FactorCaseData}[3] Time elapsed: 0 s writeExternal{FactorCaseData}[4] Time elapsed: 0.001 s writeExternal{FactorCaseData}[5] Time elapsed: 0 s writeExternal{FactorCaseData}[6] Time elapsed: 0 s writeExternal{FactorCaseData}[7] Time elapsed: 0 s writeExternal{FactorCaseData}[8] Time elapsed: 0 s writeExternal{FactorCaseData}[9] Time elapsed: 0 s writeExternal{FactorCaseData}[10] Time elapsed: 0 s writeExternal{FactorCaseData}[11] Time elapsed: 0.001 s writeExternal{FactorCaseData}[12] Time elapsed: 0 s getStoreType{FactorCaseData}[1] Time elapsed: 0 s getStoreType{FactorCaseData}[2] Time elapsed: 0 s getStoreType{FactorCaseData}[3] Time elapsed: 0 s getStoreType{FactorCaseData}[4] Time elapsed: 0 s getStoreType{FactorCaseData}[5] Time elapsed: 0 s getStoreType{FactorCaseData}[6] Time elapsed: 0.001 s getStoreType{FactorCaseData}[7] Time elapsed: 0 s getStoreType{FactorCaseData}[8] Time elapsed: 0 s getStoreType{FactorCaseData}[9] Time elapsed: 0 s getStoreType{FactorCaseData}[10] Time elapsed: 0.001 s getStoreType{FactorCaseData}[11] Time elapsed: 0 s getStoreType{FactorCaseData}[12] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[10] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[11] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[12] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 s - in org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest getInt{CharCaseData}[1] Time elapsed: 0.001 s getInt{CharCaseData}[2] Time elapsed: 0.001 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0.001 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.007 s getNum{CharCaseData}[1] Time elapsed: 0.001 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0.001 s getNum{CharCaseData}[7] Time elapsed: 0.005 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0.001 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.021 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0.001 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0.001 s toArray{CharCaseData}[7] Time elapsed: 0.027 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0.001 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.006 s getChar{CharCaseData}[1] Time elapsed: 0.001 s getChar{CharCaseData}[2] Time elapsed: 0.001 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.016 s getLogi{CharCaseData}[1] Time elapsed: 0.001 s getLogi{CharCaseData}[2] Time elapsed: 0.001 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 1.871 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.013 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0.001 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.007 s isMissing{CharCaseData}[1] Time elapsed: 0.001 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.006 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0.001 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.016 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0.001 s getStoreType{CharCaseData}[7] Time elapsed: 0.003 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.004 s Running org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest getInt{CplxCaseData}[1] Time elapsed: 0 s getInt{CplxCaseData}[2] Time elapsed: 0 s getInt{CplxCaseData}[3] Time elapsed: 0 s getInt{CplxCaseData}[4] Time elapsed: 0 s getInt{CplxCaseData}[5] Time elapsed: 0 s getInt{CplxCaseData}[6] Time elapsed: 0 s getInt{CplxCaseData}[7] Time elapsed: 0.001 s getNum{CplxCaseData}[1] Time elapsed: 0 s getNum{CplxCaseData}[2] Time elapsed: 0 s getNum{CplxCaseData}[3] Time elapsed: 0.001 s getNum{CplxCaseData}[4] Time elapsed: 0 s getNum{CplxCaseData}[5] Time elapsed: 0 s getNum{CplxCaseData}[6] Time elapsed: 0 s getNum{CplxCaseData}[7] Time elapsed: 0.001 s getRaw{CplxCaseData}[1] Time elapsed: 0 s getRaw{CplxCaseData}[2] Time elapsed: 0.001 s getRaw{CplxCaseData}[3] Time elapsed: 0 s getRaw{CplxCaseData}[4] Time elapsed: 0 s getRaw{CplxCaseData}[5] Time elapsed: 0.001 s getRaw{CplxCaseData}[6] Time elapsed: 0 s getRaw{CplxCaseData}[7] Time elapsed: 0.001 s toArray{CplxCaseData}[1] Time elapsed: 0.001 s toArray{CplxCaseData}[2] Time elapsed: 0 s toArray{CplxCaseData}[3] Time elapsed: 0 s toArray{CplxCaseData}[4] Time elapsed: 0.001 s toArray{CplxCaseData}[5] Time elapsed: 0 s toArray{CplxCaseData}[6] Time elapsed: 0 s toArray{CplxCaseData}[7] Time elapsed: 0.009 s length{CplxCaseData}[1] Time elapsed: 0 s length{CplxCaseData}[2] Time elapsed: 0 s length{CplxCaseData}[3] Time elapsed: 0 s length{CplxCaseData}[4] Time elapsed: 0 s length{CplxCaseData}[5] Time elapsed: 0 s length{CplxCaseData}[6] Time elapsed: 0 s length{CplxCaseData}[7] Time elapsed: 0.001 s getChar{CplxCaseData}[1] Time elapsed: 0.001 s getChar{CplxCaseData}[2] Time elapsed: 0 s getChar{CplxCaseData}[3] Time elapsed: 0.001 s getChar{CplxCaseData}[4] Time elapsed: 0 s getChar{CplxCaseData}[5] Time elapsed: 0 s getChar{CplxCaseData}[6] Time elapsed: 0.003 s getChar{CplxCaseData}[7] Time elapsed: 0.256 s getCplx{CplxCaseData}[1] Time elapsed: 0.001 s getCplx{CplxCaseData}[2] Time elapsed: 0 s getCplx{CplxCaseData}[3] Time elapsed: 0 s getCplx{CplxCaseData}[4] Time elapsed: 0 s getCplx{CplxCaseData}[5] Time elapsed: 0 s getCplx{CplxCaseData}[6] Time elapsed: 0.001 s getCplx{CplxCaseData}[7] Time elapsed: 0.017 s getLogi{CplxCaseData}[1] Time elapsed: 0 s getLogi{CplxCaseData}[2] Time elapsed: 0.001 s getLogi{CplxCaseData}[3] Time elapsed: 0 s getLogi{CplxCaseData}[4] Time elapsed: 0 s getLogi{CplxCaseData}[5] Time elapsed: 0.001 s getLogi{CplxCaseData}[6] Time elapsed: 0 s getLogi{CplxCaseData}[7] Time elapsed: 0.001 s get{CplxCaseData}[1] Time elapsed: 0.001 s get{CplxCaseData}[2] Time elapsed: 0 s get{CplxCaseData}[3] Time elapsed: 0 s get{CplxCaseData}[4] Time elapsed: 0 s get{CplxCaseData}[5] Time elapsed: 0.001 s get{CplxCaseData}[6] Time elapsed: 0 s get{CplxCaseData}[7] Time elapsed: 0.011 s isNA{CplxCaseData}[1] Time elapsed: 0 s isNA{CplxCaseData}[2] Time elapsed: 0.001 s isNA{CplxCaseData}[3] Time elapsed: 0 s isNA{CplxCaseData}[4] Time elapsed: 0 s isNA{CplxCaseData}[5] Time elapsed: 0 s isNA{CplxCaseData}[6] Time elapsed: 0 s isNA{CplxCaseData}[7] Time elapsed: 0.003 s isNaN{CplxCaseData}[1] Time elapsed: 0.001 s isNaN{CplxCaseData}[2] Time elapsed: 0 s isNaN{CplxCaseData}[3] Time elapsed: 0 s isNaN{CplxCaseData}[4] Time elapsed: 0.001 s isNaN{CplxCaseData}[5] Time elapsed: 0 s isNaN{CplxCaseData}[6] Time elapsed: 0 s isNaN{CplxCaseData}[7] Time elapsed: 0.009 s isMissing{CplxCaseData}[1] Time elapsed: 0.001 s isMissing{CplxCaseData}[2] Time elapsed: 0 s isMissing{CplxCaseData}[3] Time elapsed: 0 s isMissing{CplxCaseData}[4] Time elapsed: 0.001 s isMissing{CplxCaseData}[5] Time elapsed: 0 s isMissing{CplxCaseData}[6] Time elapsed: 0 s isMissing{CplxCaseData}[7] Time elapsed: 0.01 s writeExternal{CplxCaseData}[1] Time elapsed: 0.001 s writeExternal{CplxCaseData}[2] Time elapsed: 0 s writeExternal{CplxCaseData}[3] Time elapsed: 0 s writeExternal{CplxCaseData}[4] Time elapsed: 0 s writeExternal{CplxCaseData}[5] Time elapsed: 0 s writeExternal{CplxCaseData}[6] Time elapsed: 0 s writeExternal{CplxCaseData}[7] Time elapsed: 0.002 s getStoreType{CplxCaseData}[1] Time elapsed: 0.001 s getStoreType{CplxCaseData}[2] Time elapsed: 0 s getStoreType{CplxCaseData}[3] Time elapsed: 0 s getStoreType{CplxCaseData}[4] Time elapsed: 0 s getStoreType{CplxCaseData}[5] Time elapsed: 0 s getStoreType{CplxCaseData}[6] Time elapsed: 0 s getStoreType{CplxCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest getInt{NumCaseData}[1] Time elapsed: 0.001 s getInt{NumCaseData}[2] Time elapsed: 0 s getInt{NumCaseData}[3] Time elapsed: 0.001 s getInt{NumCaseData}[4] Time elapsed: 0 s getInt{NumCaseData}[5] Time elapsed: 0 s getInt{NumCaseData}[6] Time elapsed: 0 s getInt{NumCaseData}[7] Time elapsed: 0 s getInt{NumCaseData}[8] Time elapsed: 0 s getInt{NumCaseData}[9] Time elapsed: 0.009 s getNum{NumCaseData}[1] Time elapsed: 0.001 s getNum{NumCaseData}[2] Time elapsed: 0 s getNum{NumCaseData}[3] Time elapsed: 0 s getNum{NumCaseData}[4] Time elapsed: 0 s getNum{NumCaseData}[5] Time elapsed: 0 s getNum{NumCaseData}[6] Time elapsed: 0 s getNum{NumCaseData}[7] Time elapsed: 0 s getNum{NumCaseData}[8] Time elapsed: 0 s getNum{NumCaseData}[9] Time elapsed: 0.008 s getRaw{NumCaseData}[1] Time elapsed: 0 s getRaw{NumCaseData}[2] Time elapsed: 0 s getRaw{NumCaseData}[3] Time elapsed: 0 s getRaw{NumCaseData}[4] Time elapsed: 0 s getRaw{NumCaseData}[5] Time elapsed: 0.001 s getRaw{NumCaseData}[6] Time elapsed: 0 s getRaw{NumCaseData}[7] Time elapsed: 0 s getRaw{NumCaseData}[8] Time elapsed: 0.001 s getRaw{NumCaseData}[9] Time elapsed: 0 s toArray{NumCaseData}[1] Time elapsed: 0 s toArray{NumCaseData}[2] Time elapsed: 0 s toArray{NumCaseData}[3] Time elapsed: 0 s toArray{NumCaseData}[4] Time elapsed: 0 s toArray{NumCaseData}[5] Time elapsed: 0.001 s toArray{NumCaseData}[6] Time elapsed: 0 s toArray{NumCaseData}[7] Time elapsed: 0 s toArray{NumCaseData}[8] Time elapsed: 0.001 s toArray{NumCaseData}[9] Time elapsed: 0.008 s length{NumCaseData}[1] Time elapsed: 0 s length{NumCaseData}[2] Time elapsed: 0 s length{NumCaseData}[3] Time elapsed: 0 s length{NumCaseData}[4] Time elapsed: 0 s length{NumCaseData}[5] Time elapsed: 0.001 s length{NumCaseData}[6] Time elapsed: 0 s length{NumCaseData}[7] Time elapsed: 0 s length{NumCaseData}[8] Time elapsed: 0 s length{NumCaseData}[9] Time elapsed: 0.001 s getChar{NumCaseData}[1] Time elapsed: 0.001 s getChar{NumCaseData}[2] Time elapsed: 0 s getChar{NumCaseData}[3] Time elapsed: 0 s getChar{NumCaseData}[4] Time elapsed: 0.001 s getChar{NumCaseData}[5] Time elapsed: 0 s getChar{NumCaseData}[6] Time elapsed: 0 s getChar{NumCaseData}[7] Time elapsed: 0.002 s getChar{NumCaseData}[8] Time elapsed: 0.001 s getChar{NumCaseData}[9] Time elapsed: 0.172 s getCplx{NumCaseData}[1] Time elapsed: 0 s getCplx{NumCaseData}[2] Time elapsed: 0 s getCplx{NumCaseData}[3] Time elapsed: 0 s getCplx{NumCaseData}[4] Time elapsed: 0 s getCplx{NumCaseData}[5] Time elapsed: 0 s getCplx{NumCaseData}[6] Time elapsed: 0 s getCplx{NumCaseData}[7] Time elapsed: 0 s getCplx{NumCaseData}[8] Time elapsed: 0 s getCplx{NumCaseData}[9] Time elapsed: 0.014 s getLogi{NumCaseData}[1] Time elapsed: 0.001 s getLogi{NumCaseData}[2] Time elapsed: 0 s getLogi{NumCaseData}[3] Time elapsed: 0 s getLogi{NumCaseData}[4] Time elapsed: 0 s getLogi{NumCaseData}[5] Time elapsed: 0 s getLogi{NumCaseData}[6] Time elapsed: 0 s getLogi{NumCaseData}[7] Time elapsed: 0 s getLogi{NumCaseData}[8] Time elapsed: 0 s getLogi{NumCaseData}[9] Time elapsed: 0.011 s get{NumCaseData}[1] Time elapsed: 0.001 s get{NumCaseData}[2] Time elapsed: 0 s get{NumCaseData}[3] Time elapsed: 0.001 s get{NumCaseData}[4] Time elapsed: 0 s get{NumCaseData}[5] Time elapsed: 0 s get{NumCaseData}[6] Time elapsed: 0 s get{NumCaseData}[7] Time elapsed: 0 s get{NumCaseData}[8] Time elapsed: 0 s get{NumCaseData}[9] Time elapsed: 0.01 s isNA{NumCaseData}[1] Time elapsed: 0 s isNA{NumCaseData}[2] Time elapsed: 0.001 s isNA{NumCaseData}[3] Time elapsed: 0 s isNA{NumCaseData}[4] Time elapsed: 0 s isNA{NumCaseData}[5] Time elapsed: 0.001 s isNA{NumCaseData}[6] Time elapsed: 0 s isNA{NumCaseData}[7] Time elapsed: 0 s isNA{NumCaseData}[8] Time elapsed: 0.001 s isNA{NumCaseData}[9] Time elapsed: 0.003 s isNaN{NumCaseData}[1] Time elapsed: 0 s isNaN{NumCaseData}[2] Time elapsed: 0.001 s isNaN{NumCaseData}[3] Time elapsed: 0 s isNaN{NumCaseData}[4] Time elapsed: 0 s isNaN{NumCaseData}[5] Time elapsed: 0.001 s isNaN{NumCaseData}[6] Time elapsed: 0 s isNaN{NumCaseData}[7] Time elapsed: 0 s isNaN{NumCaseData}[8] Time elapsed: 0.001 s isNaN{NumCaseData}[9] Time elapsed: 0.009 s isMissing{NumCaseData}[1] Time elapsed: 0 s isMissing{NumCaseData}[2] Time elapsed: 0.001 s isMissing{NumCaseData}[3] Time elapsed: 0 s isMissing{NumCaseData}[4] Time elapsed: 0 s isMissing{NumCaseData}[5] Time elapsed: 0 s isMissing{NumCaseData}[6] Time elapsed: 0 s isMissing{NumCaseData}[7] Time elapsed: 0 s isMissing{NumCaseData}[8] Time elapsed: 0 s isMissing{NumCaseData}[9] Time elapsed: 0.007 s writeExternal{NumCaseData}[1] Time elapsed: 0 s writeExternal{NumCaseData}[2] Time elapsed: 0 s writeExternal{NumCaseData}[3] Time elapsed: 0 s writeExternal{NumCaseData}[4] Time elapsed: 0.001 s writeExternal{NumCaseData}[5] Time elapsed: 0 s writeExternal{NumCaseData}[6] Time elapsed: 0 s writeExternal{NumCaseData}[7] Time elapsed: 0 s writeExternal{NumCaseData}[8] Time elapsed: 0 s writeExternal{NumCaseData}[9] Time elapsed: 0.001 s getStoreType{NumCaseData}[1] Time elapsed: 0 s getStoreType{NumCaseData}[2] Time elapsed: 0 s getStoreType{NumCaseData}[3] Time elapsed: 0.001 s getStoreType{NumCaseData}[4] Time elapsed: 0 s getStoreType{NumCaseData}[5] Time elapsed: 0 s getStoreType{NumCaseData}[6] Time elapsed: 0 s getStoreType{NumCaseData}[7] Time elapsed: 0 s getStoreType{NumCaseData}[8] Time elapsed: 0.001 s getStoreType{NumCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RComplexB32StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s - in org.eclipse.statet.rj.data.impl.RComplexB32StoreTest getInt{CplxCaseData}[1] Time elapsed: 0 s getInt{CplxCaseData}[2] Time elapsed: 0.001 s getInt{CplxCaseData}[3] Time elapsed: 0 s getInt{CplxCaseData}[4] Time elapsed: 0 s getInt{CplxCaseData}[5] Time elapsed: 0 s getInt{CplxCaseData}[6] Time elapsed: 0 s getInt{CplxCaseData}[7] Time elapsed: 0.008 s getNum{CplxCaseData}[1] Time elapsed: 0 s getNum{CplxCaseData}[2] Time elapsed: 0 s getNum{CplxCaseData}[3] Time elapsed: 0 s getNum{CplxCaseData}[4] Time elapsed: 0 s getNum{CplxCaseData}[5] Time elapsed: 0 s getNum{CplxCaseData}[6] Time elapsed: 0 s getNum{CplxCaseData}[7] Time elapsed: 0.001 s getRaw{CplxCaseData}[1] Time elapsed: 0.001 s getRaw{CplxCaseData}[2] Time elapsed: 0 s getRaw{CplxCaseData}[3] Time elapsed: 0 s getRaw{CplxCaseData}[4] Time elapsed: 0 s getRaw{CplxCaseData}[5] Time elapsed: 0 s getRaw{CplxCaseData}[6] Time elapsed: 0 s getRaw{CplxCaseData}[7] Time elapsed: 0 s toArray{CplxCaseData}[1] Time elapsed: 0 s toArray{CplxCaseData}[2] Time elapsed: 0 s toArray{CplxCaseData}[3] Time elapsed: 0 s toArray{CplxCaseData}[4] Time elapsed: 0 s toArray{CplxCaseData}[5] Time elapsed: 0 s toArray{CplxCaseData}[6] Time elapsed: 0 s toArray{CplxCaseData}[7] Time elapsed: 0.004 s length{CplxCaseData}[1] Time elapsed: 0 s length{CplxCaseData}[2] Time elapsed: 0 s length{CplxCaseData}[3] Time elapsed: 0 s length{CplxCaseData}[4] Time elapsed: 0 s length{CplxCaseData}[5] Time elapsed: 0 s length{CplxCaseData}[6] Time elapsed: 0 s length{CplxCaseData}[7] Time elapsed: 0 s getChar{CplxCaseData}[1] Time elapsed: 0.001 s getChar{CplxCaseData}[2] Time elapsed: 0 s getChar{CplxCaseData}[3] Time elapsed: 0 s getChar{CplxCaseData}[4] Time elapsed: 0 s getChar{CplxCaseData}[5] Time elapsed: 0.001 s getChar{CplxCaseData}[6] Time elapsed: 0 s getChar{CplxCaseData}[7] Time elapsed: 0.282 s getCplx{CplxCaseData}[1] Time elapsed: 0 s getCplx{CplxCaseData}[2] Time elapsed: 0.001 s getCplx{CplxCaseData}[3] Time elapsed: 0 s getCplx{CplxCaseData}[4] Time elapsed: 0 s getCplx{CplxCaseData}[5] Time elapsed: 0 s getCplx{CplxCaseData}[6] Time elapsed: 0 s getCplx{CplxCaseData}[7] Time elapsed: 0.007 s getLogi{CplxCaseData}[1] Time elapsed: 0 s getLogi{CplxCaseData}[2] Time elapsed: 0 s getLogi{CplxCaseData}[3] Time elapsed: 0 s getLogi{CplxCaseData}[4] Time elapsed: 0 s getLogi{CplxCaseData}[5] Time elapsed: 0 s getLogi{CplxCaseData}[6] Time elapsed: 0.001 s getLogi{CplxCaseData}[7] Time elapsed: 0 s get{CplxCaseData}[1] Time elapsed: 0 s get{CplxCaseData}[2] Time elapsed: 0 s get{CplxCaseData}[3] Time elapsed: 0 s get{CplxCaseData}[4] Time elapsed: 0 s get{CplxCaseData}[5] Time elapsed: 0 s get{CplxCaseData}[6] Time elapsed: 0 s get{CplxCaseData}[7] Time elapsed: 0.007 s isNA{CplxCaseData}[1] Time elapsed: 0 s isNA{CplxCaseData}[2] Time elapsed: 0.001 s isNA{CplxCaseData}[3] Time elapsed: 0 s isNA{CplxCaseData}[4] Time elapsed: 0 s isNA{CplxCaseData}[5] Time elapsed: 0 s isNA{CplxCaseData}[6] Time elapsed: 0 s isNA{CplxCaseData}[7] Time elapsed: 0.001 s isNaN{CplxCaseData}[1] Time elapsed: 0 s isNaN{CplxCaseData}[2] Time elapsed: 0 s isNaN{CplxCaseData}[3] Time elapsed: 0 s isNaN{CplxCaseData}[4] Time elapsed: 0 s isNaN{CplxCaseData}[5] Time elapsed: 0 s isNaN{CplxCaseData}[6] Time elapsed: 0 s isNaN{CplxCaseData}[7] Time elapsed: 0.003 s isMissing{CplxCaseData}[1] Time elapsed: 0 s isMissing{CplxCaseData}[2] Time elapsed: 0 s isMissing{CplxCaseData}[3] Time elapsed: 0 s isMissing{CplxCaseData}[4] Time elapsed: 0 s isMissing{CplxCaseData}[5] Time elapsed: 0 s isMissing{CplxCaseData}[6] Time elapsed: 0 s isMissing{CplxCaseData}[7] Time elapsed: 0.003 s writeExternal{CplxCaseData}[1] Time elapsed: 0 s writeExternal{CplxCaseData}[2] Time elapsed: 0 s writeExternal{CplxCaseData}[3] Time elapsed: 0 s writeExternal{CplxCaseData}[4] Time elapsed: 0.001 s writeExternal{CplxCaseData}[5] Time elapsed: 0 s writeExternal{CplxCaseData}[6] Time elapsed: 0 s writeExternal{CplxCaseData}[7] Time elapsed: 0.002 s getStoreType{CplxCaseData}[1] Time elapsed: 0 s getStoreType{CplxCaseData}[2] Time elapsed: 0 s getStoreType{CplxCaseData}[3] Time elapsed: 0 s getStoreType{CplxCaseData}[4] Time elapsed: 0 s getStoreType{CplxCaseData}[5] Time elapsed: 0 s getStoreType{CplxCaseData}[6] Time elapsed: 0 s getStoreType{CplxCaseData}[7] Time elapsed: 0.001 s getBaseVectorRClassName{CplxCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest getInt{CplxCaseData}[1] Time elapsed: 0.002 s getInt{CplxCaseData}[2] Time elapsed: 0 s getInt{CplxCaseData}[3] Time elapsed: 0 s getInt{CplxCaseData}[4] Time elapsed: 0 s getInt{CplxCaseData}[5] Time elapsed: 0 s getInt{CplxCaseData}[6] Time elapsed: 0.001 s getInt{CplxCaseData}[7] Time elapsed: 0 s getNum{CplxCaseData}[1] Time elapsed: 0 s getNum{CplxCaseData}[2] Time elapsed: 0 s getNum{CplxCaseData}[3] Time elapsed: 0.001 s getNum{CplxCaseData}[4] Time elapsed: 0 s getNum{CplxCaseData}[5] Time elapsed: 0 s getNum{CplxCaseData}[6] Time elapsed: 0 s getNum{CplxCaseData}[7] Time elapsed: 0 s getRaw{CplxCaseData}[1] Time elapsed: 0 s getRaw{CplxCaseData}[2] Time elapsed: 0 s getRaw{CplxCaseData}[3] Time elapsed: 0.001 s getRaw{CplxCaseData}[4] Time elapsed: 0 s getRaw{CplxCaseData}[5] Time elapsed: 0 s getRaw{CplxCaseData}[6] Time elapsed: 0 s getRaw{CplxCaseData}[7] Time elapsed: 0 s toArray{CplxCaseData}[1] Time elapsed: 0 s toArray{CplxCaseData}[2] Time elapsed: 0 s toArray{CplxCaseData}[3] Time elapsed: 0 s toArray{CplxCaseData}[4] Time elapsed: 0.001 s toArray{CplxCaseData}[5] Time elapsed: 0 s toArray{CplxCaseData}[6] Time elapsed: 0 s toArray{CplxCaseData}[7] Time elapsed: 0.007 s length{CplxCaseData}[1] Time elapsed: 0 s length{CplxCaseData}[2] Time elapsed: 0.001 s length{CplxCaseData}[3] Time elapsed: 0 s length{CplxCaseData}[4] Time elapsed: 0 s length{CplxCaseData}[5] Time elapsed: 0 s length{CplxCaseData}[6] Time elapsed: 0.001 s length{CplxCaseData}[7] Time elapsed: 0 s getChar{CplxCaseData}[1] Time elapsed: 0 s getChar{CplxCaseData}[2] Time elapsed: 0 s getChar{CplxCaseData}[3] Time elapsed: 0.001 s getChar{CplxCaseData}[4] Time elapsed: 0 s getChar{CplxCaseData}[5] Time elapsed: 0 s getChar{CplxCaseData}[6] Time elapsed: 0.001 s getChar{CplxCaseData}[7] Time elapsed: 0.186 s getCplx{CplxCaseData}[1] Time elapsed: 0 s getCplx{CplxCaseData}[2] Time elapsed: 0.001 s getCplx{CplxCaseData}[3] Time elapsed: 0 s getCplx{CplxCaseData}[4] Time elapsed: 0 s getCplx{CplxCaseData}[5] Time elapsed: 0 s getCplx{CplxCaseData}[6] Time elapsed: 0 s getCplx{CplxCaseData}[7] Time elapsed: 0.02 s getLogi{CplxCaseData}[1] Time elapsed: 0.001 s getLogi{CplxCaseData}[2] Time elapsed: 0 s getLogi{CplxCaseData}[3] Time elapsed: 0 s getLogi{CplxCaseData}[4] Time elapsed: 0.001 s getLogi{CplxCaseData}[5] Time elapsed: 0 s getLogi{CplxCaseData}[6] Time elapsed: 0 s getLogi{CplxCaseData}[7] Time elapsed: 0.001 s get{CplxCaseData}[1] Time elapsed: 0 s get{CplxCaseData}[2] Time elapsed: 0 s get{CplxCaseData}[3] Time elapsed: 0 s get{CplxCaseData}[4] Time elapsed: 0.001 s get{CplxCaseData}[5] Time elapsed: 0 s get{CplxCaseData}[6] Time elapsed: 0 s get{CplxCaseData}[7] Time elapsed: 0.018 s isNA{CplxCaseData}[1] Time elapsed: 0 s isNA{CplxCaseData}[2] Time elapsed: 0 s isNA{CplxCaseData}[3] Time elapsed: 0.001 s isNA{CplxCaseData}[4] Time elapsed: 0 s isNA{CplxCaseData}[5] Time elapsed: 0 s isNA{CplxCaseData}[6] Time elapsed: 0 s isNA{CplxCaseData}[7] Time elapsed: 0.003 s isNaN{CplxCaseData}[1] Time elapsed: 0 s isNaN{CplxCaseData}[2] Time elapsed: 0 s isNaN{CplxCaseData}[3] Time elapsed: 0.001 s isNaN{CplxCaseData}[4] Time elapsed: 0 s isNaN{CplxCaseData}[5] Time elapsed: 0 s isNaN{CplxCaseData}[6] Time elapsed: 0.001 s isNaN{CplxCaseData}[7] Time elapsed: 0.012 s isMissing{CplxCaseData}[1] Time elapsed: 0 s isMissing{CplxCaseData}[2] Time elapsed: 0.001 s isMissing{CplxCaseData}[3] Time elapsed: 0 s isMissing{CplxCaseData}[4] Time elapsed: 0 s isMissing{CplxCaseData}[5] Time elapsed: 0.001 s isMissing{CplxCaseData}[6] Time elapsed: 0 s isMissing{CplxCaseData}[7] Time elapsed: 0.013 s writeExternal{CplxCaseData}[1] Time elapsed: 0 s writeExternal{CplxCaseData}[2] Time elapsed: 0.001 s writeExternal{CplxCaseData}[3] Time elapsed: 0 s writeExternal{CplxCaseData}[4] Time elapsed: 0 s writeExternal{CplxCaseData}[5] Time elapsed: 0 s writeExternal{CplxCaseData}[6] Time elapsed: 0 s writeExternal{CplxCaseData}[7] Time elapsed: 0.002 s getStoreType{CplxCaseData}[1] Time elapsed: 0 s getStoreType{CplxCaseData}[2] Time elapsed: 0 s getStoreType{CplxCaseData}[3] Time elapsed: 0 s getStoreType{CplxCaseData}[4] Time elapsed: 0 s getStoreType{CplxCaseData}[5] Time elapsed: 0 s getStoreType{CplxCaseData}[6] Time elapsed: 0.001 s getStoreType{CplxCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[7] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s - in org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest getInt{CharCaseData}[1] Time elapsed: 0.002 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0.001 s getInt{CharCaseData}[7] Time elapsed: 0.003 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0.001 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.004 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0.001 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.003 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.006 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.003 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0.001 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.01 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0.001 s getLogi{CharCaseData}[4] Time elapsed: 0.005 s getLogi{CharCaseData}[5] Time elapsed: 0.001 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 1.757 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0.001 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.011 s isNA{CharCaseData}[1] Time elapsed: 0.001 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.006 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0.001 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.006 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0.001 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.022 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0.001 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0.004 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.003 s Running org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest getInt{LogiCaseData}[1] Time elapsed: 0.001 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0.001 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.01 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0.001 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.01 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0.001 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.007 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0.001 s getChar{LogiCaseData}[1] Time elapsed: 0.001 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.009 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.008 s get{LogiCaseData}[1] Time elapsed: 0 s get{LogiCaseData}[2] Time elapsed: 0.001 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.015 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0.001 s isNA{LogiCaseData}[6] Time elapsed: 0.003 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0.001 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0 s isMissing{LogiCaseData}[6] Time elapsed: 0.003 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RRawFix64StoreTest Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.statet.rj.data.impl.RRawFix64StoreTest getInt{RawCaseData}[1] Time elapsed: 0.001 s getInt{RawCaseData}[2] Time elapsed: 0 s getInt{RawCaseData}[3] Time elapsed: 0.001 s getInt{RawCaseData}[4] Time elapsed: 0 s getInt{RawCaseData}[5] Time elapsed: 0 s getInt{RawCaseData}[6] Time elapsed: 0.006 s getNum{RawCaseData}[1] Time elapsed: 0 s getNum{RawCaseData}[2] Time elapsed: 0.001 s getNum{RawCaseData}[3] Time elapsed: 0 s getNum{RawCaseData}[4] Time elapsed: 0 s getNum{RawCaseData}[5] Time elapsed: 0 s getNum{RawCaseData}[6] Time elapsed: 0 s getRaw{RawCaseData}[1] Time elapsed: 0 s getRaw{RawCaseData}[2] Time elapsed: 0 s getRaw{RawCaseData}[3] Time elapsed: 0 s getRaw{RawCaseData}[4] Time elapsed: 0 s getRaw{RawCaseData}[5] Time elapsed: 0 s getRaw{RawCaseData}[6] Time elapsed: 0.005 s toArray{RawCaseData}[1] Time elapsed: 0 s toArray{RawCaseData}[2] Time elapsed: 0.001 s toArray{RawCaseData}[3] Time elapsed: 0 s toArray{RawCaseData}[4] Time elapsed: 0 s toArray{RawCaseData}[5] Time elapsed: 0 s toArray{RawCaseData}[6] Time elapsed: 0.006 s length{RawCaseData}[1] Time elapsed: 0 s length{RawCaseData}[2] Time elapsed: 0 s length{RawCaseData}[3] Time elapsed: 0 s length{RawCaseData}[4] Time elapsed: 0 s length{RawCaseData}[5] Time elapsed: 0 s length{RawCaseData}[6] Time elapsed: 0 s getChar{RawCaseData}[1] Time elapsed: 0 s getChar{RawCaseData}[2] Time elapsed: 0 s getChar{RawCaseData}[3] Time elapsed: 0 s getChar{RawCaseData}[4] Time elapsed: 0 s getChar{RawCaseData}[5] Time elapsed: 0.001 s getChar{RawCaseData}[6] Time elapsed: 0.015 s getLogi{RawCaseData}[1] Time elapsed: 0 s getLogi{RawCaseData}[2] Time elapsed: 0 s getLogi{RawCaseData}[3] Time elapsed: 0 s getLogi{RawCaseData}[4] Time elapsed: 0 s getLogi{RawCaseData}[5] Time elapsed: 0 s getLogi{RawCaseData}[6] Time elapsed: 0.008 s get{RawCaseData}[1] Time elapsed: 0 s get{RawCaseData}[2] Time elapsed: 0 s get{RawCaseData}[3] Time elapsed: 0 s get{RawCaseData}[4] Time elapsed: 0 s get{RawCaseData}[5] Time elapsed: 0 s get{RawCaseData}[6] Time elapsed: 0.008 s isNA{RawCaseData}[1] Time elapsed: 0 s isNA{RawCaseData}[2] Time elapsed: 0 s isNA{RawCaseData}[3] Time elapsed: 0 s isNA{RawCaseData}[4] Time elapsed: 0.001 s isNA{RawCaseData}[5] Time elapsed: 0 s isNA{RawCaseData}[6] Time elapsed: 0.012 s toRawArray{RawCaseData}[1] Time elapsed: 0 s toRawArray{RawCaseData}[2] Time elapsed: 0 s toRawArray{RawCaseData}[3] Time elapsed: 0 s toRawArray{RawCaseData}[4] Time elapsed: 0 s toRawArray{RawCaseData}[5] Time elapsed: 0 s toRawArray{RawCaseData}[6] Time elapsed: 0.003 s isMissing{RawCaseData}[1] Time elapsed: 0.001 s isMissing{RawCaseData}[2] Time elapsed: 0 s isMissing{RawCaseData}[3] Time elapsed: 0 s isMissing{RawCaseData}[4] Time elapsed: 0 s isMissing{RawCaseData}[5] Time elapsed: 0 s isMissing{RawCaseData}[6] Time elapsed: 0.004 s writeExternal{RawCaseData}[1] Time elapsed: 0 s writeExternal{RawCaseData}[2] Time elapsed: 0 s writeExternal{RawCaseData}[3] Time elapsed: 0 s writeExternal{RawCaseData}[4] Time elapsed: 0 s writeExternal{RawCaseData}[5] Time elapsed: 0 s writeExternal{RawCaseData}[6] Time elapsed: 0 s getStoreType{RawCaseData}[1] Time elapsed: 0 s getStoreType{RawCaseData}[2] Time elapsed: 0 s getStoreType{RawCaseData}[3] Time elapsed: 0 s getStoreType{RawCaseData}[4] Time elapsed: 0 s getStoreType{RawCaseData}[5] Time elapsed: 0 s getStoreType{RawCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RRaw32StoreTest Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.statet.rj.data.impl.RRaw32StoreTest getInt{RawCaseData}[1] Time elapsed: 0 s getInt{RawCaseData}[2] Time elapsed: 0 s getInt{RawCaseData}[3] Time elapsed: 0.001 s getInt{RawCaseData}[4] Time elapsed: 0 s getInt{RawCaseData}[5] Time elapsed: 0 s getInt{RawCaseData}[6] Time elapsed: 0.006 s getNum{RawCaseData}[1] Time elapsed: 0 s getNum{RawCaseData}[2] Time elapsed: 0 s getNum{RawCaseData}[3] Time elapsed: 0 s getNum{RawCaseData}[4] Time elapsed: 0 s getNum{RawCaseData}[5] Time elapsed: 0 s getNum{RawCaseData}[6] Time elapsed: 0 s getRaw{RawCaseData}[1] Time elapsed: 0 s getRaw{RawCaseData}[2] Time elapsed: 0 s getRaw{RawCaseData}[3] Time elapsed: 0 s getRaw{RawCaseData}[4] Time elapsed: 0 s getRaw{RawCaseData}[5] Time elapsed: 0 s getRaw{RawCaseData}[6] Time elapsed: 0.002 s toArray{RawCaseData}[1] Time elapsed: 0 s toArray{RawCaseData}[2] Time elapsed: 0 s toArray{RawCaseData}[3] Time elapsed: 0 s toArray{RawCaseData}[4] Time elapsed: 0 s toArray{RawCaseData}[5] Time elapsed: 0 s toArray{RawCaseData}[6] Time elapsed: 0.004 s length{RawCaseData}[1] Time elapsed: 0 s length{RawCaseData}[2] Time elapsed: 0 s length{RawCaseData}[3] Time elapsed: 0 s length{RawCaseData}[4] Time elapsed: 0 s length{RawCaseData}[5] Time elapsed: 0 s length{RawCaseData}[6] Time elapsed: 0 s getChar{RawCaseData}[1] Time elapsed: 0 s getChar{RawCaseData}[2] Time elapsed: 0 s getChar{RawCaseData}[3] Time elapsed: 0 s getChar{RawCaseData}[4] Time elapsed: 0 s getChar{RawCaseData}[5] Time elapsed: 0.001 s getChar{RawCaseData}[6] Time elapsed: 0.013 s getLogi{RawCaseData}[1] Time elapsed: 0 s getLogi{RawCaseData}[2] Time elapsed: 0.001 s getLogi{RawCaseData}[3] Time elapsed: 0 s getLogi{RawCaseData}[4] Time elapsed: 0 s getLogi{RawCaseData}[5] Time elapsed: 0 s getLogi{RawCaseData}[6] Time elapsed: 0.012 s get{RawCaseData}[1] Time elapsed: 0.001 s get{RawCaseData}[2] Time elapsed: 0 s get{RawCaseData}[3] Time elapsed: 0 s get{RawCaseData}[4] Time elapsed: 0 s get{RawCaseData}[5] Time elapsed: 0 s get{RawCaseData}[6] Time elapsed: 0.003 s isNA{RawCaseData}[1] Time elapsed: 0 s isNA{RawCaseData}[2] Time elapsed: 0 s isNA{RawCaseData}[3] Time elapsed: 0.001 s isNA{RawCaseData}[4] Time elapsed: 0 s isNA{RawCaseData}[5] Time elapsed: 0 s isNA{RawCaseData}[6] Time elapsed: 0.001 s toRawArray{RawCaseData}[1] Time elapsed: 0 s toRawArray{RawCaseData}[2] Time elapsed: 0 s toRawArray{RawCaseData}[3] Time elapsed: 0 s toRawArray{RawCaseData}[4] Time elapsed: 0 s toRawArray{RawCaseData}[5] Time elapsed: 0 s toRawArray{RawCaseData}[6] Time elapsed: 0.001 s isMissing{RawCaseData}[1] Time elapsed: 0.001 s isMissing{RawCaseData}[2] Time elapsed: 0 s isMissing{RawCaseData}[3] Time elapsed: 0 s isMissing{RawCaseData}[4] Time elapsed: 0 s isMissing{RawCaseData}[5] Time elapsed: 0 s isMissing{RawCaseData}[6] Time elapsed: 0.001 s writeExternal{RawCaseData}[1] Time elapsed: 0 s writeExternal{RawCaseData}[2] Time elapsed: 0 s writeExternal{RawCaseData}[3] Time elapsed: 0 s writeExternal{RawCaseData}[4] Time elapsed: 0 s writeExternal{RawCaseData}[5] Time elapsed: 0 s writeExternal{RawCaseData}[6] Time elapsed: 0 s getStoreType{RawCaseData}[1] Time elapsed: 0 s getStoreType{RawCaseData}[2] Time elapsed: 0.001 s getStoreType{RawCaseData}[3] Time elapsed: 0 s getStoreType{RawCaseData}[4] Time elapsed: 0 s getStoreType{RawCaseData}[5] Time elapsed: 0 s getStoreType{RawCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[1] Time elapsed: 0.001 s getBaseVectorRClassName{RawCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest getInt{RawCaseData}[1] Time elapsed: 0.001 s getInt{RawCaseData}[2] Time elapsed: 0 s getInt{RawCaseData}[3] Time elapsed: 0 s getInt{RawCaseData}[4] Time elapsed: 0 s getInt{RawCaseData}[5] Time elapsed: 0.001 s getInt{RawCaseData}[6] Time elapsed: 0.006 s getNum{RawCaseData}[1] Time elapsed: 0 s getNum{RawCaseData}[2] Time elapsed: 0 s getNum{RawCaseData}[3] Time elapsed: 0 s getNum{RawCaseData}[4] Time elapsed: 0.001 s getNum{RawCaseData}[5] Time elapsed: 0 s getNum{RawCaseData}[6] Time elapsed: 0 s getRaw{RawCaseData}[1] Time elapsed: 0 s getRaw{RawCaseData}[2] Time elapsed: 0.001 s getRaw{RawCaseData}[3] Time elapsed: 0 s getRaw{RawCaseData}[4] Time elapsed: 0 s getRaw{RawCaseData}[5] Time elapsed: 0 s getRaw{RawCaseData}[6] Time elapsed: 0 s toArray{RawCaseData}[1] Time elapsed: 0 s toArray{RawCaseData}[2] Time elapsed: 0 s toArray{RawCaseData}[3] Time elapsed: 0 s toArray{RawCaseData}[4] Time elapsed: 0 s toArray{RawCaseData}[5] Time elapsed: 0 s toArray{RawCaseData}[6] Time elapsed: 0.001 s length{RawCaseData}[1] Time elapsed: 0 s length{RawCaseData}[2] Time elapsed: 0 s length{RawCaseData}[3] Time elapsed: 0 s length{RawCaseData}[4] Time elapsed: 0 s length{RawCaseData}[5] Time elapsed: 0 s length{RawCaseData}[6] Time elapsed: 0 s getChar{RawCaseData}[1] Time elapsed: 0 s getChar{RawCaseData}[2] Time elapsed: 0 s getChar{RawCaseData}[3] Time elapsed: 0 s getChar{RawCaseData}[4] Time elapsed: 0 s getChar{RawCaseData}[5] Time elapsed: 0.001 s getChar{RawCaseData}[6] Time elapsed: 0.013 s getLogi{RawCaseData}[1] Time elapsed: 0 s getLogi{RawCaseData}[2] Time elapsed: 0 s getLogi{RawCaseData}[3] Time elapsed: 0 s getLogi{RawCaseData}[4] Time elapsed: 0 s getLogi{RawCaseData}[5] Time elapsed: 0 s getLogi{RawCaseData}[6] Time elapsed: 0.002 s get{RawCaseData}[1] Time elapsed: 0 s get{RawCaseData}[2] Time elapsed: 0 s get{RawCaseData}[3] Time elapsed: 0.001 s get{RawCaseData}[4] Time elapsed: 0 s get{RawCaseData}[5] Time elapsed: 0 s get{RawCaseData}[6] Time elapsed: 0.007 s isNA{RawCaseData}[1] Time elapsed: 0 s isNA{RawCaseData}[2] Time elapsed: 0.001 s isNA{RawCaseData}[3] Time elapsed: 0 s isNA{RawCaseData}[4] Time elapsed: 0 s isNA{RawCaseData}[5] Time elapsed: 0.001 s isNA{RawCaseData}[6] Time elapsed: 0.001 s toRawArray{RawCaseData}[1] Time elapsed: 0 s toRawArray{RawCaseData}[2] Time elapsed: 0 s toRawArray{RawCaseData}[3] Time elapsed: 0 s toRawArray{RawCaseData}[4] Time elapsed: 0 s toRawArray{RawCaseData}[5] Time elapsed: 0 s toRawArray{RawCaseData}[6] Time elapsed: 0.001 s isMissing{RawCaseData}[1] Time elapsed: 0 s isMissing{RawCaseData}[2] Time elapsed: 0 s isMissing{RawCaseData}[3] Time elapsed: 0.001 s isMissing{RawCaseData}[4] Time elapsed: 0 s isMissing{RawCaseData}[5] Time elapsed: 0 s isMissing{RawCaseData}[6] Time elapsed: 0.001 s writeExternal{RawCaseData}[1] Time elapsed: 0 s writeExternal{RawCaseData}[2] Time elapsed: 0 s writeExternal{RawCaseData}[3] Time elapsed: 0 s writeExternal{RawCaseData}[4] Time elapsed: 0 s writeExternal{RawCaseData}[5] Time elapsed: 0 s writeExternal{RawCaseData}[6] Time elapsed: 0 s getStoreType{RawCaseData}[1] Time elapsed: 0 s getStoreType{RawCaseData}[2] Time elapsed: 0 s getStoreType{RawCaseData}[3] Time elapsed: 0 s getStoreType{RawCaseData}[4] Time elapsed: 0 s getStoreType{RawCaseData}[5] Time elapsed: 0 s getStoreType{RawCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[6] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest getInt{CplxCaseData}[1] Time elapsed: 0 s getInt{CplxCaseData}[2] Time elapsed: 0 s getInt{CplxCaseData}[3] Time elapsed: 0 s getInt{CplxCaseData}[4] Time elapsed: 0 s getInt{CplxCaseData}[5] Time elapsed: 0 s getInt{CplxCaseData}[6] Time elapsed: 0 s getInt{CplxCaseData}[7] Time elapsed: 0.001 s getNum{CplxCaseData}[1] Time elapsed: 0 s getNum{CplxCaseData}[2] Time elapsed: 0 s getNum{CplxCaseData}[3] Time elapsed: 0 s getNum{CplxCaseData}[4] Time elapsed: 0 s getNum{CplxCaseData}[5] Time elapsed: 0 s getNum{CplxCaseData}[6] Time elapsed: 0 s getNum{CplxCaseData}[7] Time elapsed: 0.001 s getRaw{CplxCaseData}[1] Time elapsed: 0 s getRaw{CplxCaseData}[2] Time elapsed: 0 s getRaw{CplxCaseData}[3] Time elapsed: 0 s getRaw{CplxCaseData}[4] Time elapsed: 0 s getRaw{CplxCaseData}[5] Time elapsed: 0 s getRaw{CplxCaseData}[6] Time elapsed: 0 s getRaw{CplxCaseData}[7] Time elapsed: 0.001 s toArray{CplxCaseData}[1] Time elapsed: 0.001 s toArray{CplxCaseData}[2] Time elapsed: 0 s toArray{CplxCaseData}[3] Time elapsed: 0 s toArray{CplxCaseData}[4] Time elapsed: 0 s toArray{CplxCaseData}[5] Time elapsed: 0 s toArray{CplxCaseData}[6] Time elapsed: 0 s toArray{CplxCaseData}[7] Time elapsed: 0.003 s length{CplxCaseData}[1] Time elapsed: 0 s length{CplxCaseData}[2] Time elapsed: 0 s length{CplxCaseData}[3] Time elapsed: 0 s length{CplxCaseData}[4] Time elapsed: 0 s length{CplxCaseData}[5] Time elapsed: 0 s length{CplxCaseData}[6] Time elapsed: 0 s length{CplxCaseData}[7] Time elapsed: 0.001 s getChar{CplxCaseData}[1] Time elapsed: 0 s getChar{CplxCaseData}[2] Time elapsed: 0 s getChar{CplxCaseData}[3] Time elapsed: 0 s getChar{CplxCaseData}[4] Time elapsed: 0.001 s getChar{CplxCaseData}[5] Time elapsed: 0 s getChar{CplxCaseData}[6] Time elapsed: 0 s getChar{CplxCaseData}[7] Time elapsed: 0.178 s getCplx{CplxCaseData}[1] Time elapsed: 0 s getCplx{CplxCaseData}[2] Time elapsed: 0 s getCplx{CplxCaseData}[3] Time elapsed: 0 s getCplx{CplxCaseData}[4] Time elapsed: 0 s getCplx{CplxCaseData}[5] Time elapsed: 0 s getCplx{CplxCaseData}[6] Time elapsed: 0 s getCplx{CplxCaseData}[7] Time elapsed: 0.002 s getLogi{CplxCaseData}[1] Time elapsed: 0 s getLogi{CplxCaseData}[2] Time elapsed: 0 s getLogi{CplxCaseData}[3] Time elapsed: 0 s getLogi{CplxCaseData}[4] Time elapsed: 0.001 s getLogi{CplxCaseData}[5] Time elapsed: 0 s getLogi{CplxCaseData}[6] Time elapsed: 0 s getLogi{CplxCaseData}[7] Time elapsed: 0 s get{CplxCaseData}[1] Time elapsed: 0 s get{CplxCaseData}[2] Time elapsed: 0 s get{CplxCaseData}[3] Time elapsed: 0 s get{CplxCaseData}[4] Time elapsed: 0.001 s get{CplxCaseData}[5] Time elapsed: 0 s get{CplxCaseData}[6] Time elapsed: 0 s get{CplxCaseData}[7] Time elapsed: 0.016 s isNA{CplxCaseData}[1] Time elapsed: 0 s isNA{CplxCaseData}[2] Time elapsed: 0 s isNA{CplxCaseData}[3] Time elapsed: 0 s isNA{CplxCaseData}[4] Time elapsed: 0 s isNA{CplxCaseData}[5] Time elapsed: 0 s isNA{CplxCaseData}[6] Time elapsed: 0 s isNA{CplxCaseData}[7] Time elapsed: 0.001 s isNaN{CplxCaseData}[1] Time elapsed: 0 s isNaN{CplxCaseData}[2] Time elapsed: 0 s isNaN{CplxCaseData}[3] Time elapsed: 0 s isNaN{CplxCaseData}[4] Time elapsed: 0.001 s isNaN{CplxCaseData}[5] Time elapsed: 0 s isNaN{CplxCaseData}[6] Time elapsed: 0 s isNaN{CplxCaseData}[7] Time elapsed: 0.011 s isMissing{CplxCaseData}[1] Time elapsed: 0 s isMissing{CplxCaseData}[2] Time elapsed: 0 s isMissing{CplxCaseData}[3] Time elapsed: 0 s isMissing{CplxCaseData}[4] Time elapsed: 0 s isMissing{CplxCaseData}[5] Time elapsed: 0 s isMissing{CplxCaseData}[6] Time elapsed: 0 s isMissing{CplxCaseData}[7] Time elapsed: 0.001 s writeExternal{CplxCaseData}[1] Time elapsed: 0 s writeExternal{CplxCaseData}[2] Time elapsed: 0 s writeExternal{CplxCaseData}[3] Time elapsed: 0 s writeExternal{CplxCaseData}[4] Time elapsed: 0 s writeExternal{CplxCaseData}[5] Time elapsed: 0 s writeExternal{CplxCaseData}[6] Time elapsed: 0 s writeExternal{CplxCaseData}[7] Time elapsed: 0.002 s getStoreType{CplxCaseData}[1] Time elapsed: 0 s getStoreType{CplxCaseData}[2] Time elapsed: 0 s getStoreType{CplxCaseData}[3] Time elapsed: 0 s getStoreType{CplxCaseData}[4] Time elapsed: 0 s getStoreType{CplxCaseData}[5] Time elapsed: 0 s getStoreType{CplxCaseData}[6] Time elapsed: 0 s getStoreType{CplxCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[7] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest getInt{IntCaseData}[1] Time elapsed: 0.001 s getInt{IntCaseData}[2] Time elapsed: 0 s getInt{IntCaseData}[3] Time elapsed: 0 s getInt{IntCaseData}[4] Time elapsed: 0.001 s getInt{IntCaseData}[5] Time elapsed: 0 s getInt{IntCaseData}[6] Time elapsed: 0 s getInt{IntCaseData}[7] Time elapsed: 0 s getInt{IntCaseData}[8] Time elapsed: 0.001 s getInt{IntCaseData}[9] Time elapsed: 0.007 s getNum{IntCaseData}[1] Time elapsed: 0 s getNum{IntCaseData}[2] Time elapsed: 0 s getNum{IntCaseData}[3] Time elapsed: 0 s getNum{IntCaseData}[4] Time elapsed: 0 s getNum{IntCaseData}[5] Time elapsed: 0 s getNum{IntCaseData}[6] Time elapsed: 0 s getNum{IntCaseData}[7] Time elapsed: 0.001 s getNum{IntCaseData}[8] Time elapsed: 0 s getNum{IntCaseData}[9] Time elapsed: 0.007 s getRaw{IntCaseData}[1] Time elapsed: 0 s getRaw{IntCaseData}[2] Time elapsed: 0 s getRaw{IntCaseData}[3] Time elapsed: 0 s getRaw{IntCaseData}[4] Time elapsed: 0.001 s getRaw{IntCaseData}[5] Time elapsed: 0 s getRaw{IntCaseData}[6] Time elapsed: 0 s getRaw{IntCaseData}[7] Time elapsed: 0 s getRaw{IntCaseData}[8] Time elapsed: 0 s getRaw{IntCaseData}[9] Time elapsed: 0.003 s toArray{IntCaseData}[1] Time elapsed: 0 s toArray{IntCaseData}[2] Time elapsed: 0 s toArray{IntCaseData}[3] Time elapsed: 0 s toArray{IntCaseData}[4] Time elapsed: 0 s toArray{IntCaseData}[5] Time elapsed: 0 s toArray{IntCaseData}[6] Time elapsed: 0 s toArray{IntCaseData}[7] Time elapsed: 0 s toArray{IntCaseData}[8] Time elapsed: 0 s toArray{IntCaseData}[9] Time elapsed: 0.007 s length{IntCaseData}[1] Time elapsed: 0 s length{IntCaseData}[2] Time elapsed: 0 s length{IntCaseData}[3] Time elapsed: 0 s length{IntCaseData}[4] Time elapsed: 0 s length{IntCaseData}[5] Time elapsed: 0 s length{IntCaseData}[6] Time elapsed: 0.001 s length{IntCaseData}[7] Time elapsed: 0 s length{IntCaseData}[8] Time elapsed: 0 s length{IntCaseData}[9] Time elapsed: 0 s getChar{IntCaseData}[1] Time elapsed: 0 s getChar{IntCaseData}[2] Time elapsed: 0 s getChar{IntCaseData}[3] Time elapsed: 0 s getChar{IntCaseData}[4] Time elapsed: 0 s getChar{IntCaseData}[5] Time elapsed: 0 s getChar{IntCaseData}[6] Time elapsed: 0 s getChar{IntCaseData}[7] Time elapsed: 0 s getChar{IntCaseData}[8] Time elapsed: 0 s getChar{IntCaseData}[9] Time elapsed: 0.015 s getLogi{IntCaseData}[1] Time elapsed: 0 s getLogi{IntCaseData}[2] Time elapsed: 0 s getLogi{IntCaseData}[3] Time elapsed: 0 s getLogi{IntCaseData}[4] Time elapsed: 0 s getLogi{IntCaseData}[5] Time elapsed: 0 s getLogi{IntCaseData}[6] Time elapsed: 0 s getLogi{IntCaseData}[7] Time elapsed: 0 s getLogi{IntCaseData}[8] Time elapsed: 0 s getLogi{IntCaseData}[9] Time elapsed: 0.009 s get{IntCaseData}[1] Time elapsed: 0.001 s get{IntCaseData}[2] Time elapsed: 0 s get{IntCaseData}[3] Time elapsed: 0 s get{IntCaseData}[4] Time elapsed: 0 s get{IntCaseData}[5] Time elapsed: 0 s get{IntCaseData}[6] Time elapsed: 0 s get{IntCaseData}[7] Time elapsed: 0 s get{IntCaseData}[8] Time elapsed: 0 s get{IntCaseData}[9] Time elapsed: 0.009 s isNA{IntCaseData}[1] Time elapsed: 0.001 s isNA{IntCaseData}[2] Time elapsed: 0 s isNA{IntCaseData}[3] Time elapsed: 0 s isNA{IntCaseData}[4] Time elapsed: 0 s isNA{IntCaseData}[5] Time elapsed: 0 s isNA{IntCaseData}[6] Time elapsed: 0 s isNA{IntCaseData}[7] Time elapsed: 0 s isNA{IntCaseData}[8] Time elapsed: 0 s isNA{IntCaseData}[9] Time elapsed: 0.002 s isMissing{IntCaseData}[1] Time elapsed: 0 s isMissing{IntCaseData}[2] Time elapsed: 0 s isMissing{IntCaseData}[3] Time elapsed: 0 s isMissing{IntCaseData}[4] Time elapsed: 0.001 s isMissing{IntCaseData}[5] Time elapsed: 0 s isMissing{IntCaseData}[6] Time elapsed: 0 s isMissing{IntCaseData}[7] Time elapsed: 0 s isMissing{IntCaseData}[8] Time elapsed: 0.001 s isMissing{IntCaseData}[9] Time elapsed: 0.003 s writeExternal{IntCaseData}[1] Time elapsed: 0 s writeExternal{IntCaseData}[2] Time elapsed: 0 s writeExternal{IntCaseData}[3] Time elapsed: 0 s writeExternal{IntCaseData}[4] Time elapsed: 0 s writeExternal{IntCaseData}[5] Time elapsed: 0 s writeExternal{IntCaseData}[6] Time elapsed: 0 s writeExternal{IntCaseData}[7] Time elapsed: 0 s writeExternal{IntCaseData}[8] Time elapsed: 0 s writeExternal{IntCaseData}[9] Time elapsed: 0 s getStoreType{IntCaseData}[1] Time elapsed: 0 s getStoreType{IntCaseData}[2] Time elapsed: 0 s getStoreType{IntCaseData}[3] Time elapsed: 0 s getStoreType{IntCaseData}[4] Time elapsed: 0 s getStoreType{IntCaseData}[5] Time elapsed: 0 s getStoreType{IntCaseData}[6] Time elapsed: 0 s getStoreType{IntCaseData}[7] Time elapsed: 0 s getStoreType{IntCaseData}[8] Time elapsed: 0 s getStoreType{IntCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{IntCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[9] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest getInt{LogiCaseData}[1] Time elapsed: 0.001 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.005 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.006 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.005 s length{LogiCaseData}[1] Time elapsed: 0.001 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0 s getChar{LogiCaseData}[1] Time elapsed: 0 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0.001 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.008 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.004 s get{LogiCaseData}[1] Time elapsed: 0.001 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.004 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0.001 s isNA{LogiCaseData}[5] Time elapsed: 0 s isNA{LogiCaseData}[6] Time elapsed: 0.001 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0.001 s isMissing{LogiCaseData}[6] Time elapsed: 0.001 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0.001 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0.003 s getStoreType{LogiCaseData}[1] Time elapsed: 0.001 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RCharacter32StoreTest Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.827 s - in org.eclipse.statet.rj.data.impl.RCharacter32StoreTest getInt{CharCaseData}[1] Time elapsed: 0 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0.001 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.001 s getNum{CharCaseData}[1] Time elapsed: 0.001 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0.001 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.001 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0.001 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.001 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0 s getChar{CharCaseData}[1] Time elapsed: 0.001 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.008 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0.001 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0.001 s getLogi{CharCaseData}[7] Time elapsed: 1.776 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.008 s isNA{CharCaseData}[1] Time elapsed: 0.001 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0.001 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.001 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.001 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0.001 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.007 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0.001 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest getInt{LogiCaseData}[1] Time elapsed: 0 s getInt{LogiCaseData}[2] Time elapsed: 0.001 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.01 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0.001 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0.001 s getRaw{LogiCaseData}[6] Time elapsed: 0.004 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0.001 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.005 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0.001 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0.001 s getChar{LogiCaseData}[1] Time elapsed: 0.001 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.004 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0.001 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.011 s get{LogiCaseData}[1] Time elapsed: 0 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0.001 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.005 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0.001 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0 s isNA{LogiCaseData}[6] Time elapsed: 0.002 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0.001 s isMissing{LogiCaseData}[5] Time elapsed: 0 s isMissing{LogiCaseData}[6] Time elapsed: 0.002 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0.002 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0.001 s getStoreType{LogiCaseData}[6] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest getInt{IntCaseData}[1] Time elapsed: 0.001 s getInt{IntCaseData}[2] Time elapsed: 0 s getInt{IntCaseData}[3] Time elapsed: 0 s getInt{IntCaseData}[4] Time elapsed: 0 s getInt{IntCaseData}[5] Time elapsed: 0 s getInt{IntCaseData}[6] Time elapsed: 0 s getInt{IntCaseData}[7] Time elapsed: 0 s getInt{IntCaseData}[8] Time elapsed: 0 s getInt{IntCaseData}[9] Time elapsed: 0.004 s getNum{IntCaseData}[1] Time elapsed: 0 s getNum{IntCaseData}[2] Time elapsed: 0 s getNum{IntCaseData}[3] Time elapsed: 0.001 s getNum{IntCaseData}[4] Time elapsed: 0 s getNum{IntCaseData}[5] Time elapsed: 0 s getNum{IntCaseData}[6] Time elapsed: 0 s getNum{IntCaseData}[7] Time elapsed: 0 s getNum{IntCaseData}[8] Time elapsed: 0 s getNum{IntCaseData}[9] Time elapsed: 0.015 s getRaw{IntCaseData}[1] Time elapsed: 0 s getRaw{IntCaseData}[2] Time elapsed: 0 s getRaw{IntCaseData}[3] Time elapsed: 0 s getRaw{IntCaseData}[4] Time elapsed: 0 s getRaw{IntCaseData}[5] Time elapsed: 0 s getRaw{IntCaseData}[6] Time elapsed: 0 s getRaw{IntCaseData}[7] Time elapsed: 0 s getRaw{IntCaseData}[8] Time elapsed: 0.001 s getRaw{IntCaseData}[9] Time elapsed: 0.001 s toArray{IntCaseData}[1] Time elapsed: 0 s toArray{IntCaseData}[2] Time elapsed: 0.001 s toArray{IntCaseData}[3] Time elapsed: 0 s toArray{IntCaseData}[4] Time elapsed: 0 s toArray{IntCaseData}[5] Time elapsed: 0 s toArray{IntCaseData}[6] Time elapsed: 0 s toArray{IntCaseData}[7] Time elapsed: 0 s toArray{IntCaseData}[8] Time elapsed: 0 s toArray{IntCaseData}[9] Time elapsed: 0.007 s length{IntCaseData}[1] Time elapsed: 0 s length{IntCaseData}[2] Time elapsed: 0 s length{IntCaseData}[3] Time elapsed: 0 s length{IntCaseData}[4] Time elapsed: 0 s length{IntCaseData}[5] Time elapsed: 0 s length{IntCaseData}[6] Time elapsed: 0 s length{IntCaseData}[7] Time elapsed: 0 s length{IntCaseData}[8] Time elapsed: 0 s length{IntCaseData}[9] Time elapsed: 0 s getChar{IntCaseData}[1] Time elapsed: 0 s getChar{IntCaseData}[2] Time elapsed: 0 s getChar{IntCaseData}[3] Time elapsed: 0 s getChar{IntCaseData}[4] Time elapsed: 0 s getChar{IntCaseData}[5] Time elapsed: 0 s getChar{IntCaseData}[6] Time elapsed: 0 s getChar{IntCaseData}[7] Time elapsed: 0 s getChar{IntCaseData}[8] Time elapsed: 0 s getChar{IntCaseData}[9] Time elapsed: 0.011 s getLogi{IntCaseData}[1] Time elapsed: 0 s getLogi{IntCaseData}[2] Time elapsed: 0 s getLogi{IntCaseData}[3] Time elapsed: 0 s getLogi{IntCaseData}[4] Time elapsed: 0 s getLogi{IntCaseData}[5] Time elapsed: 0 s getLogi{IntCaseData}[6] Time elapsed: 0.001 s getLogi{IntCaseData}[7] Time elapsed: 0 s getLogi{IntCaseData}[8] Time elapsed: 0 s getLogi{IntCaseData}[9] Time elapsed: 0.013 s get{IntCaseData}[1] Time elapsed: 0.001 s get{IntCaseData}[2] Time elapsed: 0 s get{IntCaseData}[3] Time elapsed: 0 s get{IntCaseData}[4] Time elapsed: 0 s get{IntCaseData}[5] Time elapsed: 0 s get{IntCaseData}[6] Time elapsed: 0 s get{IntCaseData}[7] Time elapsed: 0 s get{IntCaseData}[8] Time elapsed: 0.001 s get{IntCaseData}[9] Time elapsed: 0.006 s isNA{IntCaseData}[1] Time elapsed: 0 s isNA{IntCaseData}[2] Time elapsed: 0.001 s isNA{IntCaseData}[3] Time elapsed: 0 s isNA{IntCaseData}[4] Time elapsed: 0 s isNA{IntCaseData}[5] Time elapsed: 0 s isNA{IntCaseData}[6] Time elapsed: 0 s isNA{IntCaseData}[7] Time elapsed: 0 s isNA{IntCaseData}[8] Time elapsed: 0 s isNA{IntCaseData}[9] Time elapsed: 0.002 s isMissing{IntCaseData}[1] Time elapsed: 0 s isMissing{IntCaseData}[2] Time elapsed: 0.001 s isMissing{IntCaseData}[3] Time elapsed: 0 s isMissing{IntCaseData}[4] Time elapsed: 0 s isMissing{IntCaseData}[5] Time elapsed: 0 s isMissing{IntCaseData}[6] Time elapsed: 0 s isMissing{IntCaseData}[7] Time elapsed: 0.001 s isMissing{IntCaseData}[8] Time elapsed: 0 s isMissing{IntCaseData}[9] Time elapsed: 0.002 s writeExternal{IntCaseData}[1] Time elapsed: 0 s writeExternal{IntCaseData}[2] Time elapsed: 0 s writeExternal{IntCaseData}[3] Time elapsed: 0 s writeExternal{IntCaseData}[4] Time elapsed: 0 s writeExternal{IntCaseData}[5] Time elapsed: 0.001 s writeExternal{IntCaseData}[6] Time elapsed: 0 s writeExternal{IntCaseData}[7] Time elapsed: 0 s writeExternal{IntCaseData}[8] Time elapsed: 0 s writeExternal{IntCaseData}[9] Time elapsed: 0.001 s getStoreType{IntCaseData}[1] Time elapsed: 0 s getStoreType{IntCaseData}[2] Time elapsed: 0 s getStoreType{IntCaseData}[3] Time elapsed: 0 s getStoreType{IntCaseData}[4] Time elapsed: 0.001 s getStoreType{IntCaseData}[5] Time elapsed: 0 s getStoreType{IntCaseData}[6] Time elapsed: 0 s getStoreType{IntCaseData}[7] Time elapsed: 0 s getStoreType{IntCaseData}[8] Time elapsed: 0 s getStoreType{IntCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[7] Time elapsed: 0.001 s getBaseVectorRClassName{IntCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RNumericB32StoreTest Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.statet.rj.data.impl.RNumericB32StoreTest getInt{NumCaseData}[1] Time elapsed: 0 s getInt{NumCaseData}[2] Time elapsed: 0 s getInt{NumCaseData}[3] Time elapsed: 0 s getInt{NumCaseData}[4] Time elapsed: 0.001 s getInt{NumCaseData}[5] Time elapsed: 0 s getInt{NumCaseData}[6] Time elapsed: 0 s getInt{NumCaseData}[7] Time elapsed: 0.001 s getInt{NumCaseData}[8] Time elapsed: 0 s getInt{NumCaseData}[9] Time elapsed: 0.009 s getNum{NumCaseData}[1] Time elapsed: 0.001 s getNum{NumCaseData}[2] Time elapsed: 0 s getNum{NumCaseData}[3] Time elapsed: 0 s getNum{NumCaseData}[4] Time elapsed: 0 s getNum{NumCaseData}[5] Time elapsed: 0 s getNum{NumCaseData}[6] Time elapsed: 0 s getNum{NumCaseData}[7] Time elapsed: 0 s getNum{NumCaseData}[8] Time elapsed: 0 s getNum{NumCaseData}[9] Time elapsed: 0.005 s getRaw{NumCaseData}[1] Time elapsed: 0.001 s getRaw{NumCaseData}[2] Time elapsed: 0 s getRaw{NumCaseData}[3] Time elapsed: 0 s getRaw{NumCaseData}[4] Time elapsed: 0 s getRaw{NumCaseData}[5] Time elapsed: 0 s getRaw{NumCaseData}[6] Time elapsed: 0 s getRaw{NumCaseData}[7] Time elapsed: 0 s getRaw{NumCaseData}[8] Time elapsed: 0 s getRaw{NumCaseData}[9] Time elapsed: 0.001 s toArray{NumCaseData}[1] Time elapsed: 0 s toArray{NumCaseData}[2] Time elapsed: 0 s toArray{NumCaseData}[3] Time elapsed: 0 s toArray{NumCaseData}[4] Time elapsed: 0 s toArray{NumCaseData}[5] Time elapsed: 0 s toArray{NumCaseData}[6] Time elapsed: 0 s toArray{NumCaseData}[7] Time elapsed: 0 s toArray{NumCaseData}[8] Time elapsed: 0 s toArray{NumCaseData}[9] Time elapsed: 0.004 s length{NumCaseData}[1] Time elapsed: 0 s length{NumCaseData}[2] Time elapsed: 0 s length{NumCaseData}[3] Time elapsed: 0 s length{NumCaseData}[4] Time elapsed: 0 s length{NumCaseData}[5] Time elapsed: 0 s length{NumCaseData}[6] Time elapsed: 0 s length{NumCaseData}[7] Time elapsed: 0 s length{NumCaseData}[8] Time elapsed: 0 s length{NumCaseData}[9] Time elapsed: 0 s getChar{NumCaseData}[1] Time elapsed: 0 s getChar{NumCaseData}[2] Time elapsed: 0 s getChar{NumCaseData}[3] Time elapsed: 0 s getChar{NumCaseData}[4] Time elapsed: 0.001 s getChar{NumCaseData}[5] Time elapsed: 0 s getChar{NumCaseData}[6] Time elapsed: 0 s getChar{NumCaseData}[7] Time elapsed: 0.001 s getChar{NumCaseData}[8] Time elapsed: 0 s getChar{NumCaseData}[9] Time elapsed: 0.082 s getCplx{NumCaseData}[1] Time elapsed: 0 s getCplx{NumCaseData}[2] Time elapsed: 0 s getCplx{NumCaseData}[3] Time elapsed: 0.001 s getCplx{NumCaseData}[4] Time elapsed: 0 s getCplx{NumCaseData}[5] Time elapsed: 0 s getCplx{NumCaseData}[6] Time elapsed: 0 s getCplx{NumCaseData}[7] Time elapsed: 0 s getCplx{NumCaseData}[8] Time elapsed: 0.001 s getCplx{NumCaseData}[9] Time elapsed: 0.008 s getLogi{NumCaseData}[1] Time elapsed: 0 s getLogi{NumCaseData}[2] Time elapsed: 0 s getLogi{NumCaseData}[3] Time elapsed: 0 s getLogi{NumCaseData}[4] Time elapsed: 0 s getLogi{NumCaseData}[5] Time elapsed: 0 s getLogi{NumCaseData}[6] Time elapsed: 0 s getLogi{NumCaseData}[7] Time elapsed: 0.001 s getLogi{NumCaseData}[8] Time elapsed: 0 s getLogi{NumCaseData}[9] Time elapsed: 0.006 s get{NumCaseData}[1] Time elapsed: 0 s get{NumCaseData}[2] Time elapsed: 0 s get{NumCaseData}[3] Time elapsed: 0 s get{NumCaseData}[4] Time elapsed: 0.001 s get{NumCaseData}[5] Time elapsed: 0 s get{NumCaseData}[6] Time elapsed: 0 s get{NumCaseData}[7] Time elapsed: 0 s get{NumCaseData}[8] Time elapsed: 0.001 s get{NumCaseData}[9] Time elapsed: 0.005 s isNA{NumCaseData}[1] Time elapsed: 0 s isNA{NumCaseData}[2] Time elapsed: 0 s isNA{NumCaseData}[3] Time elapsed: 0 s isNA{NumCaseData}[4] Time elapsed: 0 s isNA{NumCaseData}[5] Time elapsed: 0.001 s isNA{NumCaseData}[6] Time elapsed: 0 s isNA{NumCaseData}[7] Time elapsed: 0 s isNA{NumCaseData}[8] Time elapsed: 0.001 s isNA{NumCaseData}[9] Time elapsed: 0.001 s isNaN{NumCaseData}[1] Time elapsed: 0 s isNaN{NumCaseData}[2] Time elapsed: 0 s isNaN{NumCaseData}[3] Time elapsed: 0 s isNaN{NumCaseData}[4] Time elapsed: 0 s isNaN{NumCaseData}[5] Time elapsed: 0.001 s isNaN{NumCaseData}[6] Time elapsed: 0 s isNaN{NumCaseData}[7] Time elapsed: 0 s isNaN{NumCaseData}[8] Time elapsed: 0 s isNaN{NumCaseData}[9] Time elapsed: 0.003 s isMissing{NumCaseData}[1] Time elapsed: 0 s isMissing{NumCaseData}[2] Time elapsed: 0 s isMissing{NumCaseData}[3] Time elapsed: 0.001 s isMissing{NumCaseData}[4] Time elapsed: 0 s isMissing{NumCaseData}[5] Time elapsed: 0 s isMissing{NumCaseData}[6] Time elapsed: 0 s isMissing{NumCaseData}[7] Time elapsed: 0.001 s isMissing{NumCaseData}[8] Time elapsed: 0 s isMissing{NumCaseData}[9] Time elapsed: 0.003 s writeExternal{NumCaseData}[1] Time elapsed: 0 s writeExternal{NumCaseData}[2] Time elapsed: 0 s writeExternal{NumCaseData}[3] Time elapsed: 0 s writeExternal{NumCaseData}[4] Time elapsed: 0 s writeExternal{NumCaseData}[5] Time elapsed: 0 s writeExternal{NumCaseData}[6] Time elapsed: 0 s writeExternal{NumCaseData}[7] Time elapsed: 0 s writeExternal{NumCaseData}[8] Time elapsed: 0 s writeExternal{NumCaseData}[9] Time elapsed: 0.001 s getStoreType{NumCaseData}[1] Time elapsed: 0 s getStoreType{NumCaseData}[2] Time elapsed: 0 s getStoreType{NumCaseData}[3] Time elapsed: 0 s getStoreType{NumCaseData}[4] Time elapsed: 0 s getStoreType{NumCaseData}[5] Time elapsed: 0 s getStoreType{NumCaseData}[6] Time elapsed: 0 s getStoreType{NumCaseData}[7] Time elapsed: 0.001 s getStoreType{NumCaseData}[8] Time elapsed: 0 s getStoreType{NumCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RFactor32StoreTest Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.statet.rj.data.impl.RFactor32StoreTest isOrdered{FactorCaseData}[1] Time elapsed: 0 s isOrdered{FactorCaseData}[2] Time elapsed: 0.001 s isOrdered{FactorCaseData}[3] Time elapsed: 0 s isOrdered{FactorCaseData}[4] Time elapsed: 0 s isOrdered{FactorCaseData}[5] Time elapsed: 0 s isOrdered{FactorCaseData}[6] Time elapsed: 0 s isOrdered{FactorCaseData}[7] Time elapsed: 0 s isOrdered{FactorCaseData}[8] Time elapsed: 0 s isOrdered{FactorCaseData}[9] Time elapsed: 0 s isOrdered{FactorCaseData}[10] Time elapsed: 0 s isOrdered{FactorCaseData}[11] Time elapsed: 0.001 s isOrdered{FactorCaseData}[12] Time elapsed: 0 s getInt{FactorCaseData}[1] Time elapsed: 0.001 s getInt{FactorCaseData}[2] Time elapsed: 0 s getInt{FactorCaseData}[3] Time elapsed: 0 s getInt{FactorCaseData}[4] Time elapsed: 0 s getInt{FactorCaseData}[5] Time elapsed: 0 s getInt{FactorCaseData}[6] Time elapsed: 0 s getInt{FactorCaseData}[7] Time elapsed: 0 s getInt{FactorCaseData}[8] Time elapsed: 0 s getInt{FactorCaseData}[9] Time elapsed: 0 s getInt{FactorCaseData}[10] Time elapsed: 0 s getInt{FactorCaseData}[11] Time elapsed: 0 s getInt{FactorCaseData}[12] Time elapsed: 0.003 s getNum{FactorCaseData}[1] Time elapsed: 0 s getNum{FactorCaseData}[2] Time elapsed: 0 s getNum{FactorCaseData}[3] Time elapsed: 0.001 s getNum{FactorCaseData}[4] Time elapsed: 0 s getNum{FactorCaseData}[5] Time elapsed: 0 s getNum{FactorCaseData}[6] Time elapsed: 0 s getNum{FactorCaseData}[7] Time elapsed: 0 s getNum{FactorCaseData}[8] Time elapsed: 0 s getNum{FactorCaseData}[9] Time elapsed: 0 s getNum{FactorCaseData}[10] Time elapsed: 0 s getNum{FactorCaseData}[11] Time elapsed: 0 s getNum{FactorCaseData}[12] Time elapsed: 0.001 s getRaw{FactorCaseData}[1] Time elapsed: 0 s getRaw{FactorCaseData}[2] Time elapsed: 0 s getRaw{FactorCaseData}[3] Time elapsed: 0 s getRaw{FactorCaseData}[4] Time elapsed: 0 s getRaw{FactorCaseData}[5] Time elapsed: 0 s getRaw{FactorCaseData}[6] Time elapsed: 0 s getRaw{FactorCaseData}[7] Time elapsed: 0 s getRaw{FactorCaseData}[8] Time elapsed: 0 s getRaw{FactorCaseData}[9] Time elapsed: 0 s getRaw{FactorCaseData}[10] Time elapsed: 0 s getRaw{FactorCaseData}[11] Time elapsed: 0 s getRaw{FactorCaseData}[12] Time elapsed: 0.004 s toArray{FactorCaseData}[1] Time elapsed: 0 s toArray{FactorCaseData}[2] Time elapsed: 0 s toArray{FactorCaseData}[3] Time elapsed: 0 s toArray{FactorCaseData}[4] Time elapsed: 0 s toArray{FactorCaseData}[5] Time elapsed: 0 s toArray{FactorCaseData}[6] Time elapsed: 0 s toArray{FactorCaseData}[7] Time elapsed: 0 s toArray{FactorCaseData}[8] Time elapsed: 0 s toArray{FactorCaseData}[9] Time elapsed: 0 s toArray{FactorCaseData}[10] Time elapsed: 0 s toArray{FactorCaseData}[11] Time elapsed: 0 s toArray{FactorCaseData}[12] Time elapsed: 0.002 s length{FactorCaseData}[1] Time elapsed: 0 s length{FactorCaseData}[2] Time elapsed: 0 s length{FactorCaseData}[3] Time elapsed: 0 s length{FactorCaseData}[4] Time elapsed: 0 s length{FactorCaseData}[5] Time elapsed: 0 s length{FactorCaseData}[6] Time elapsed: 0 s length{FactorCaseData}[7] Time elapsed: 0 s length{FactorCaseData}[8] Time elapsed: 0 s length{FactorCaseData}[9] Time elapsed: 0.001 s length{FactorCaseData}[10] Time elapsed: 0 s length{FactorCaseData}[11] Time elapsed: 0 s length{FactorCaseData}[12] Time elapsed: 0 s getChar{FactorCaseData}[1] Time elapsed: 0 s getChar{FactorCaseData}[2] Time elapsed: 0 s getChar{FactorCaseData}[3] Time elapsed: 0 s getChar{FactorCaseData}[4] Time elapsed: 0 s getChar{FactorCaseData}[5] Time elapsed: 0 s getChar{FactorCaseData}[6] Time elapsed: 0 s getChar{FactorCaseData}[7] Time elapsed: 0 s getChar{FactorCaseData}[8] Time elapsed: 0 s getChar{FactorCaseData}[9] Time elapsed: 0 s getChar{FactorCaseData}[10] Time elapsed: 0 s getChar{FactorCaseData}[11] Time elapsed: 0 s getChar{FactorCaseData}[12] Time elapsed: 0.001 s getLogi{FactorCaseData}[1] Time elapsed: 0 s getLogi{FactorCaseData}[2] Time elapsed: 0.001 s getLogi{FactorCaseData}[3] Time elapsed: 0 s getLogi{FactorCaseData}[4] Time elapsed: 0 s getLogi{FactorCaseData}[5] Time elapsed: 0 s getLogi{FactorCaseData}[6] Time elapsed: 0 s getLogi{FactorCaseData}[7] Time elapsed: 0 s getLogi{FactorCaseData}[8] Time elapsed: 0 s getLogi{FactorCaseData}[9] Time elapsed: 0 s getLogi{FactorCaseData}[10] Time elapsed: 0 s getLogi{FactorCaseData}[11] Time elapsed: 0 s getLogi{FactorCaseData}[12] Time elapsed: 0.002 s get{FactorCaseData}[1] Time elapsed: 0 s get{FactorCaseData}[2] Time elapsed: 0 s get{FactorCaseData}[3] Time elapsed: 0 s get{FactorCaseData}[4] Time elapsed: 0 s get{FactorCaseData}[5] Time elapsed: 0 s get{FactorCaseData}[6] Time elapsed: 0 s get{FactorCaseData}[7] Time elapsed: 0 s get{FactorCaseData}[8] Time elapsed: 0.001 s get{FactorCaseData}[9] Time elapsed: 0 s get{FactorCaseData}[10] Time elapsed: 0 s get{FactorCaseData}[11] Time elapsed: 0 s get{FactorCaseData}[12] Time elapsed: 0.002 s isNA{FactorCaseData}[1] Time elapsed: 0 s isNA{FactorCaseData}[2] Time elapsed: 0 s isNA{FactorCaseData}[3] Time elapsed: 0 s isNA{FactorCaseData}[4] Time elapsed: 0 s isNA{FactorCaseData}[5] Time elapsed: 0 s isNA{FactorCaseData}[6] Time elapsed: 0 s isNA{FactorCaseData}[7] Time elapsed: 0 s isNA{FactorCaseData}[8] Time elapsed: 0 s isNA{FactorCaseData}[9] Time elapsed: 0.001 s isNA{FactorCaseData}[10] Time elapsed: 0 s isNA{FactorCaseData}[11] Time elapsed: 0 s isNA{FactorCaseData}[12] Time elapsed: 0.001 s isMissing{FactorCaseData}[1] Time elapsed: 0 s isMissing{FactorCaseData}[2] Time elapsed: 0 s isMissing{FactorCaseData}[3] Time elapsed: 0 s isMissing{FactorCaseData}[4] Time elapsed: 0 s isMissing{FactorCaseData}[5] Time elapsed: 0 s isMissing{FactorCaseData}[6] Time elapsed: 0 s isMissing{FactorCaseData}[7] Time elapsed: 0 s isMissing{FactorCaseData}[8] Time elapsed: 0 s isMissing{FactorCaseData}[9] Time elapsed: 0 s isMissing{FactorCaseData}[10] Time elapsed: 0 s isMissing{FactorCaseData}[11] Time elapsed: 0 s isMissing{FactorCaseData}[12] Time elapsed: 0.001 s getLevels{FactorCaseData}[1] Time elapsed: 0.001 s getLevels{FactorCaseData}[2] Time elapsed: 0 s getLevels{FactorCaseData}[3] Time elapsed: 0 s getLevels{FactorCaseData}[4] Time elapsed: 0 s getLevels{FactorCaseData}[5] Time elapsed: 0 s getLevels{FactorCaseData}[6] Time elapsed: 0 s getLevels{FactorCaseData}[7] Time elapsed: 0 s getLevels{FactorCaseData}[8] Time elapsed: 0 s getLevels{FactorCaseData}[9] Time elapsed: 0 s getLevels{FactorCaseData}[10] Time elapsed: 0.001 s getLevels{FactorCaseData}[11] Time elapsed: 0 s getLevels{FactorCaseData}[12] Time elapsed: 0 s writeExternal{FactorCaseData}[1] Time elapsed: 0 s writeExternal{FactorCaseData}[2] Time elapsed: 0 s writeExternal{FactorCaseData}[3] Time elapsed: 0 s writeExternal{FactorCaseData}[4] Time elapsed: 0 s writeExternal{FactorCaseData}[5] Time elapsed: 0 s writeExternal{FactorCaseData}[6] Time elapsed: 0 s writeExternal{FactorCaseData}[7] Time elapsed: 0 s writeExternal{FactorCaseData}[8] Time elapsed: 0 s writeExternal{FactorCaseData}[9] Time elapsed: 0 s writeExternal{FactorCaseData}[10] Time elapsed: 0 s writeExternal{FactorCaseData}[11] Time elapsed: 0 s writeExternal{FactorCaseData}[12] Time elapsed: 0.001 s getStoreType{FactorCaseData}[1] Time elapsed: 0 s getStoreType{FactorCaseData}[2] Time elapsed: 0 s getStoreType{FactorCaseData}[3] Time elapsed: 0 s getStoreType{FactorCaseData}[4] Time elapsed: 0 s getStoreType{FactorCaseData}[5] Time elapsed: 0 s getStoreType{FactorCaseData}[6] Time elapsed: 0 s getStoreType{FactorCaseData}[7] Time elapsed: 0 s getStoreType{FactorCaseData}[8] Time elapsed: 0 s getStoreType{FactorCaseData}[9] Time elapsed: 0 s getStoreType{FactorCaseData}[10] Time elapsed: 0 s getStoreType{FactorCaseData}[11] Time elapsed: 0 s getStoreType{FactorCaseData}[12] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[10] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[11] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[12] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest getInt{NumCaseData}[1] Time elapsed: 0 s getInt{NumCaseData}[2] Time elapsed: 0 s getInt{NumCaseData}[3] Time elapsed: 0 s getInt{NumCaseData}[4] Time elapsed: 0 s getInt{NumCaseData}[5] Time elapsed: 0.001 s getInt{NumCaseData}[6] Time elapsed: 0 s getInt{NumCaseData}[7] Time elapsed: 0 s getInt{NumCaseData}[8] Time elapsed: 0 s getInt{NumCaseData}[9] Time elapsed: 0.011 s getNum{NumCaseData}[1] Time elapsed: 0 s getNum{NumCaseData}[2] Time elapsed: 0.001 s getNum{NumCaseData}[3] Time elapsed: 0 s getNum{NumCaseData}[4] Time elapsed: 0 s getNum{NumCaseData}[5] Time elapsed: 0 s getNum{NumCaseData}[6] Time elapsed: 0 s getNum{NumCaseData}[7] Time elapsed: 0 s getNum{NumCaseData}[8] Time elapsed: 0 s getNum{NumCaseData}[9] Time elapsed: 0.014 s getRaw{NumCaseData}[1] Time elapsed: 0 s getRaw{NumCaseData}[2] Time elapsed: 0 s getRaw{NumCaseData}[3] Time elapsed: 0 s getRaw{NumCaseData}[4] Time elapsed: 0 s getRaw{NumCaseData}[5] Time elapsed: 0 s getRaw{NumCaseData}[6] Time elapsed: 0 s getRaw{NumCaseData}[7] Time elapsed: 0 s getRaw{NumCaseData}[8] Time elapsed: 0 s getRaw{NumCaseData}[9] Time elapsed: 0 s toArray{NumCaseData}[1] Time elapsed: 0 s toArray{NumCaseData}[2] Time elapsed: 0 s toArray{NumCaseData}[3] Time elapsed: 0 s toArray{NumCaseData}[4] Time elapsed: 0 s toArray{NumCaseData}[5] Time elapsed: 0 s toArray{NumCaseData}[6] Time elapsed: 0 s toArray{NumCaseData}[7] Time elapsed: 0 s toArray{NumCaseData}[8] Time elapsed: 0.001 s toArray{NumCaseData}[9] Time elapsed: 0.003 s length{NumCaseData}[1] Time elapsed: 0 s length{NumCaseData}[2] Time elapsed: 0 s length{NumCaseData}[3] Time elapsed: 0 s length{NumCaseData}[4] Time elapsed: 0 s length{NumCaseData}[5] Time elapsed: 0 s length{NumCaseData}[6] Time elapsed: 0 s length{NumCaseData}[7] Time elapsed: 0 s length{NumCaseData}[8] Time elapsed: 0 s length{NumCaseData}[9] Time elapsed: 0.001 s getChar{NumCaseData}[1] Time elapsed: 0 s getChar{NumCaseData}[2] Time elapsed: 0 s getChar{NumCaseData}[3] Time elapsed: 0.001 s getChar{NumCaseData}[4] Time elapsed: 0 s getChar{NumCaseData}[5] Time elapsed: 0 s getChar{NumCaseData}[6] Time elapsed: 0 s getChar{NumCaseData}[7] Time elapsed: 0 s getChar{NumCaseData}[8] Time elapsed: 0.001 s getChar{NumCaseData}[9] Time elapsed: 0.072 s getCplx{NumCaseData}[1] Time elapsed: 0 s getCplx{NumCaseData}[2] Time elapsed: 0 s getCplx{NumCaseData}[3] Time elapsed: 0 s getCplx{NumCaseData}[4] Time elapsed: 0 s getCplx{NumCaseData}[5] Time elapsed: 0 s getCplx{NumCaseData}[6] Time elapsed: 0 s getCplx{NumCaseData}[7] Time elapsed: 0 s getCplx{NumCaseData}[8] Time elapsed: 0 s getCplx{NumCaseData}[9] Time elapsed: 0.017 s getLogi{NumCaseData}[1] Time elapsed: 0 s getLogi{NumCaseData}[2] Time elapsed: 0 s getLogi{NumCaseData}[3] Time elapsed: 0 s getLogi{NumCaseData}[4] Time elapsed: 0 s getLogi{NumCaseData}[5] Time elapsed: 0.001 s getLogi{NumCaseData}[6] Time elapsed: 0 s getLogi{NumCaseData}[7] Time elapsed: 0 s getLogi{NumCaseData}[8] Time elapsed: 0 s getLogi{NumCaseData}[9] Time elapsed: 0.013 s get{NumCaseData}[1] Time elapsed: 0 s get{NumCaseData}[2] Time elapsed: 0 s get{NumCaseData}[3] Time elapsed: 0.001 s get{NumCaseData}[4] Time elapsed: 0 s get{NumCaseData}[5] Time elapsed: 0 s get{NumCaseData}[6] Time elapsed: 0 s get{NumCaseData}[7] Time elapsed: 0 s get{NumCaseData}[8] Time elapsed: 0 s get{NumCaseData}[9] Time elapsed: 0.01 s isNA{NumCaseData}[1] Time elapsed: 0.001 s isNA{NumCaseData}[2] Time elapsed: 0 s isNA{NumCaseData}[3] Time elapsed: 0 s isNA{NumCaseData}[4] Time elapsed: 0 s isNA{NumCaseData}[5] Time elapsed: 0 s isNA{NumCaseData}[6] Time elapsed: 0.001 s isNA{NumCaseData}[7] Time elapsed: 0 s isNA{NumCaseData}[8] Time elapsed: 0 s isNA{NumCaseData}[9] Time elapsed: 0.002 s isNaN{NumCaseData}[1] Time elapsed: 0 s isNaN{NumCaseData}[2] Time elapsed: 0 s isNaN{NumCaseData}[3] Time elapsed: 0.001 s isNaN{NumCaseData}[4] Time elapsed: 0 s isNaN{NumCaseData}[5] Time elapsed: 0 s isNaN{NumCaseData}[6] Time elapsed: 0 s isNaN{NumCaseData}[7] Time elapsed: 0 s isNaN{NumCaseData}[8] Time elapsed: 0.001 s isNaN{NumCaseData}[9] Time elapsed: 0.003 s isMissing{NumCaseData}[1] Time elapsed: 0 s isMissing{NumCaseData}[2] Time elapsed: 0 s isMissing{NumCaseData}[3] Time elapsed: 0.001 s isMissing{NumCaseData}[4] Time elapsed: 0 s isMissing{NumCaseData}[5] Time elapsed: 0 s isMissing{NumCaseData}[6] Time elapsed: 0 s isMissing{NumCaseData}[7] Time elapsed: 0 s isMissing{NumCaseData}[8] Time elapsed: 0.001 s isMissing{NumCaseData}[9] Time elapsed: 0.003 s writeExternal{NumCaseData}[1] Time elapsed: 0 s writeExternal{NumCaseData}[2] Time elapsed: 0 s writeExternal{NumCaseData}[3] Time elapsed: 0.001 s writeExternal{NumCaseData}[4] Time elapsed: 0 s writeExternal{NumCaseData}[5] Time elapsed: 0 s writeExternal{NumCaseData}[6] Time elapsed: 0 s writeExternal{NumCaseData}[7] Time elapsed: 0 s writeExternal{NumCaseData}[8] Time elapsed: 0 s writeExternal{NumCaseData}[9] Time elapsed: 0.001 s getStoreType{NumCaseData}[1] Time elapsed: 0 s getStoreType{NumCaseData}[2] Time elapsed: 0 s getStoreType{NumCaseData}[3] Time elapsed: 0 s getStoreType{NumCaseData}[4] Time elapsed: 0 s getStoreType{NumCaseData}[5] Time elapsed: 0 s getStoreType{NumCaseData}[6] Time elapsed: 0 s getStoreType{NumCaseData}[7] Time elapsed: 0 s getStoreType{NumCaseData}[8] Time elapsed: 0 s getStoreType{NumCaseData}[9] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest getInt{NumCaseData}[1] Time elapsed: 0 s getInt{NumCaseData}[2] Time elapsed: 0 s getInt{NumCaseData}[3] Time elapsed: 0 s getInt{NumCaseData}[4] Time elapsed: 0 s getInt{NumCaseData}[5] Time elapsed: 0 s getInt{NumCaseData}[6] Time elapsed: 0.001 s getInt{NumCaseData}[7] Time elapsed: 0 s getInt{NumCaseData}[8] Time elapsed: 0 s getInt{NumCaseData}[9] Time elapsed: 0.002 s getNum{NumCaseData}[1] Time elapsed: 0 s getNum{NumCaseData}[2] Time elapsed: 0 s getNum{NumCaseData}[3] Time elapsed: 0 s getNum{NumCaseData}[4] Time elapsed: 0 s getNum{NumCaseData}[5] Time elapsed: 0 s getNum{NumCaseData}[6] Time elapsed: 0 s getNum{NumCaseData}[7] Time elapsed: 0 s getNum{NumCaseData}[8] Time elapsed: 0 s getNum{NumCaseData}[9] Time elapsed: 0.001 s getRaw{NumCaseData}[1] Time elapsed: 0 s getRaw{NumCaseData}[2] Time elapsed: 0 s getRaw{NumCaseData}[3] Time elapsed: 0 s getRaw{NumCaseData}[4] Time elapsed: 0 s getRaw{NumCaseData}[5] Time elapsed: 0.001 s getRaw{NumCaseData}[6] Time elapsed: 0 s getRaw{NumCaseData}[7] Time elapsed: 0 s getRaw{NumCaseData}[8] Time elapsed: 0 s getRaw{NumCaseData}[9] Time elapsed: 0.001 s toArray{NumCaseData}[1] Time elapsed: 0 s toArray{NumCaseData}[2] Time elapsed: 0 s toArray{NumCaseData}[3] Time elapsed: 0 s toArray{NumCaseData}[4] Time elapsed: 0 s toArray{NumCaseData}[5] Time elapsed: 0 s toArray{NumCaseData}[6] Time elapsed: 0 s toArray{NumCaseData}[7] Time elapsed: 0 s toArray{NumCaseData}[8] Time elapsed: 0 s toArray{NumCaseData}[9] Time elapsed: 0.002 s length{NumCaseData}[1] Time elapsed: 0 s length{NumCaseData}[2] Time elapsed: 0 s length{NumCaseData}[3] Time elapsed: 0 s length{NumCaseData}[4] Time elapsed: 0 s length{NumCaseData}[5] Time elapsed: 0 s length{NumCaseData}[6] Time elapsed: 0 s length{NumCaseData}[7] Time elapsed: 0 s length{NumCaseData}[8] Time elapsed: 0.001 s length{NumCaseData}[9] Time elapsed: 0 s getChar{NumCaseData}[1] Time elapsed: 0 s getChar{NumCaseData}[2] Time elapsed: 0 s getChar{NumCaseData}[3] Time elapsed: 0 s getChar{NumCaseData}[4] Time elapsed: 0 s getChar{NumCaseData}[5] Time elapsed: 0 s getChar{NumCaseData}[6] Time elapsed: 0 s getChar{NumCaseData}[7] Time elapsed: 0 s getChar{NumCaseData}[8] Time elapsed: 0 s getChar{NumCaseData}[9] Time elapsed: 0.082 s getCplx{NumCaseData}[1] Time elapsed: 0 s getCplx{NumCaseData}[2] Time elapsed: 0 s getCplx{NumCaseData}[3] Time elapsed: 0 s getCplx{NumCaseData}[4] Time elapsed: 0 s getCplx{NumCaseData}[5] Time elapsed: 0 s getCplx{NumCaseData}[6] Time elapsed: 0 s getCplx{NumCaseData}[7] Time elapsed: 0 s getCplx{NumCaseData}[8] Time elapsed: 0 s getCplx{NumCaseData}[9] Time elapsed: 0.002 s getLogi{NumCaseData}[1] Time elapsed: 0 s getLogi{NumCaseData}[2] Time elapsed: 0 s getLogi{NumCaseData}[3] Time elapsed: 0 s getLogi{NumCaseData}[4] Time elapsed: 0 s getLogi{NumCaseData}[5] Time elapsed: 0 s getLogi{NumCaseData}[6] Time elapsed: 0 s getLogi{NumCaseData}[7] Time elapsed: 0 s getLogi{NumCaseData}[8] Time elapsed: 0 s getLogi{NumCaseData}[9] Time elapsed: 0.001 s get{NumCaseData}[1] Time elapsed: 0 s get{NumCaseData}[2] Time elapsed: 0 s get{NumCaseData}[3] Time elapsed: 0 s get{NumCaseData}[4] Time elapsed: 0 s get{NumCaseData}[5] Time elapsed: 0 s get{NumCaseData}[6] Time elapsed: 0 s get{NumCaseData}[7] Time elapsed: 0 s get{NumCaseData}[8] Time elapsed: 0 s get{NumCaseData}[9] Time elapsed: 0.012 s isNA{NumCaseData}[1] Time elapsed: 0 s isNA{NumCaseData}[2] Time elapsed: 0.001 s isNA{NumCaseData}[3] Time elapsed: 0 s isNA{NumCaseData}[4] Time elapsed: 0 s isNA{NumCaseData}[5] Time elapsed: 0 s isNA{NumCaseData}[6] Time elapsed: 0 s isNA{NumCaseData}[7] Time elapsed: 0 s isNA{NumCaseData}[8] Time elapsed: 0 s isNA{NumCaseData}[9] Time elapsed: 0.001 s isNaN{NumCaseData}[1] Time elapsed: 0 s isNaN{NumCaseData}[2] Time elapsed: 0 s isNaN{NumCaseData}[3] Time elapsed: 0 s isNaN{NumCaseData}[4] Time elapsed: 0 s isNaN{NumCaseData}[5] Time elapsed: 0 s isNaN{NumCaseData}[6] Time elapsed: 0 s isNaN{NumCaseData}[7] Time elapsed: 0 s isNaN{NumCaseData}[8] Time elapsed: 0 s isNaN{NumCaseData}[9] Time elapsed: 0.001 s isMissing{NumCaseData}[1] Time elapsed: 0 s isMissing{NumCaseData}[2] Time elapsed: 0 s isMissing{NumCaseData}[3] Time elapsed: 0 s isMissing{NumCaseData}[4] Time elapsed: 0 s isMissing{NumCaseData}[5] Time elapsed: 0 s isMissing{NumCaseData}[6] Time elapsed: 0 s isMissing{NumCaseData}[7] Time elapsed: 0 s isMissing{NumCaseData}[8] Time elapsed: 0 s isMissing{NumCaseData}[9] Time elapsed: 0.001 s writeExternal{NumCaseData}[1] Time elapsed: 0 s writeExternal{NumCaseData}[2] Time elapsed: 0 s writeExternal{NumCaseData}[3] Time elapsed: 0 s writeExternal{NumCaseData}[4] Time elapsed: 0.001 s writeExternal{NumCaseData}[5] Time elapsed: 0 s writeExternal{NumCaseData}[6] Time elapsed: 0 s writeExternal{NumCaseData}[7] Time elapsed: 0 s writeExternal{NumCaseData}[8] Time elapsed: 0 s writeExternal{NumCaseData}[9] Time elapsed: 0.001 s getStoreType{NumCaseData}[1] Time elapsed: 0 s getStoreType{NumCaseData}[2] Time elapsed: 0 s getStoreType{NumCaseData}[3] Time elapsed: 0 s getStoreType{NumCaseData}[4] Time elapsed: 0 s getStoreType{NumCaseData}[5] Time elapsed: 0 s getStoreType{NumCaseData}[6] Time elapsed: 0 s getStoreType{NumCaseData}[7] Time elapsed: 0 s getStoreType{NumCaseData}[8] Time elapsed: 0 s getStoreType{NumCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest getInt{RawCaseData}[1] Time elapsed: 0.001 s getInt{RawCaseData}[2] Time elapsed: 0 s getInt{RawCaseData}[3] Time elapsed: 0.001 s getInt{RawCaseData}[4] Time elapsed: 0 s getInt{RawCaseData}[5] Time elapsed: 0 s getInt{RawCaseData}[6] Time elapsed: 0.007 s getNum{RawCaseData}[1] Time elapsed: 0.001 s getNum{RawCaseData}[2] Time elapsed: 0 s getNum{RawCaseData}[3] Time elapsed: 0 s getNum{RawCaseData}[4] Time elapsed: 0 s getNum{RawCaseData}[5] Time elapsed: 0 s getNum{RawCaseData}[6] Time elapsed: 0 s getRaw{RawCaseData}[1] Time elapsed: 0.001 s getRaw{RawCaseData}[2] Time elapsed: 0 s getRaw{RawCaseData}[3] Time elapsed: 0 s getRaw{RawCaseData}[4] Time elapsed: 0 s getRaw{RawCaseData}[5] Time elapsed: 0 s getRaw{RawCaseData}[6] Time elapsed: 0.007 s toArray{RawCaseData}[1] Time elapsed: 0 s toArray{RawCaseData}[2] Time elapsed: 0 s toArray{RawCaseData}[3] Time elapsed: 0 s toArray{RawCaseData}[4] Time elapsed: 0 s toArray{RawCaseData}[5] Time elapsed: 0.001 s toArray{RawCaseData}[6] Time elapsed: 0.001 s length{RawCaseData}[1] Time elapsed: 0 s length{RawCaseData}[2] Time elapsed: 0 s length{RawCaseData}[3] Time elapsed: 0 s length{RawCaseData}[4] Time elapsed: 0 s length{RawCaseData}[5] Time elapsed: 0 s length{RawCaseData}[6] Time elapsed: 0 s getChar{RawCaseData}[1] Time elapsed: 0 s getChar{RawCaseData}[2] Time elapsed: 0 s getChar{RawCaseData}[3] Time elapsed: 0 s getChar{RawCaseData}[4] Time elapsed: 0 s getChar{RawCaseData}[5] Time elapsed: 0 s getChar{RawCaseData}[6] Time elapsed: 0.004 s getLogi{RawCaseData}[1] Time elapsed: 0 s getLogi{RawCaseData}[2] Time elapsed: 0.001 s getLogi{RawCaseData}[3] Time elapsed: 0 s getLogi{RawCaseData}[4] Time elapsed: 0 s getLogi{RawCaseData}[5] Time elapsed: 0 s getLogi{RawCaseData}[6] Time elapsed: 0.011 s get{RawCaseData}[1] Time elapsed: 0 s get{RawCaseData}[2] Time elapsed: 0 s get{RawCaseData}[3] Time elapsed: 0 s get{RawCaseData}[4] Time elapsed: 0 s get{RawCaseData}[5] Time elapsed: 0 s get{RawCaseData}[6] Time elapsed: 0.007 s isNA{RawCaseData}[1] Time elapsed: 0 s isNA{RawCaseData}[2] Time elapsed: 0 s isNA{RawCaseData}[3] Time elapsed: 0 s isNA{RawCaseData}[4] Time elapsed: 0 s isNA{RawCaseData}[5] Time elapsed: 0 s isNA{RawCaseData}[6] Time elapsed: 0.001 s toRawArray{RawCaseData}[1] Time elapsed: 0 s toRawArray{RawCaseData}[2] Time elapsed: 0 s toRawArray{RawCaseData}[3] Time elapsed: 0 s toRawArray{RawCaseData}[4] Time elapsed: 0 s toRawArray{RawCaseData}[5] Time elapsed: 0 s toRawArray{RawCaseData}[6] Time elapsed: 0.001 s isMissing{RawCaseData}[1] Time elapsed: 0 s isMissing{RawCaseData}[2] Time elapsed: 0 s isMissing{RawCaseData}[3] Time elapsed: 0 s isMissing{RawCaseData}[4] Time elapsed: 0.001 s isMissing{RawCaseData}[5] Time elapsed: 0 s isMissing{RawCaseData}[6] Time elapsed: 0 s writeExternal{RawCaseData}[1] Time elapsed: 0.001 s writeExternal{RawCaseData}[2] Time elapsed: 0 s writeExternal{RawCaseData}[3] Time elapsed: 0 s writeExternal{RawCaseData}[4] Time elapsed: 0 s writeExternal{RawCaseData}[5] Time elapsed: 0 s writeExternal{RawCaseData}[6] Time elapsed: 0 s getStoreType{RawCaseData}[1] Time elapsed: 0 s getStoreType{RawCaseData}[2] Time elapsed: 0 s getStoreType{RawCaseData}[3] Time elapsed: 0 s getStoreType{RawCaseData}[4] Time elapsed: 0 s getStoreType{RawCaseData}[5] Time elapsed: 0 s getStoreType{RawCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest getInt{IntCaseData}[1] Time elapsed: 0 s getInt{IntCaseData}[2] Time elapsed: 0 s getInt{IntCaseData}[3] Time elapsed: 0 s getInt{IntCaseData}[4] Time elapsed: 0 s getInt{IntCaseData}[5] Time elapsed: 0 s getInt{IntCaseData}[6] Time elapsed: 0 s getInt{IntCaseData}[7] Time elapsed: 0 s getInt{IntCaseData}[8] Time elapsed: 0 s getInt{IntCaseData}[9] Time elapsed: 0 s getNum{IntCaseData}[1] Time elapsed: 0 s getNum{IntCaseData}[2] Time elapsed: 0 s getNum{IntCaseData}[3] Time elapsed: 0 s getNum{IntCaseData}[4] Time elapsed: 0 s getNum{IntCaseData}[5] Time elapsed: 0 s getNum{IntCaseData}[6] Time elapsed: 0 s getNum{IntCaseData}[7] Time elapsed: 0 s getNum{IntCaseData}[8] Time elapsed: 0 s getNum{IntCaseData}[9] Time elapsed: 0.005 s getRaw{IntCaseData}[1] Time elapsed: 0 s getRaw{IntCaseData}[2] Time elapsed: 0 s getRaw{IntCaseData}[3] Time elapsed: 0 s getRaw{IntCaseData}[4] Time elapsed: 0.001 s getRaw{IntCaseData}[5] Time elapsed: 0 s getRaw{IntCaseData}[6] Time elapsed: 0 s getRaw{IntCaseData}[7] Time elapsed: 0 s getRaw{IntCaseData}[8] Time elapsed: 0 s getRaw{IntCaseData}[9] Time elapsed: 0.003 s toArray{IntCaseData}[1] Time elapsed: 0 s toArray{IntCaseData}[2] Time elapsed: 0 s toArray{IntCaseData}[3] Time elapsed: 0 s toArray{IntCaseData}[4] Time elapsed: 0 s toArray{IntCaseData}[5] Time elapsed: 0 s toArray{IntCaseData}[6] Time elapsed: 0 s toArray{IntCaseData}[7] Time elapsed: 0 s toArray{IntCaseData}[8] Time elapsed: 0 s toArray{IntCaseData}[9] Time elapsed: 0.002 s length{IntCaseData}[1] Time elapsed: 0 s length{IntCaseData}[2] Time elapsed: 0 s length{IntCaseData}[3] Time elapsed: 0 s length{IntCaseData}[4] Time elapsed: 0 s length{IntCaseData}[5] Time elapsed: 0 s length{IntCaseData}[6] Time elapsed: 0 s length{IntCaseData}[7] Time elapsed: 0 s length{IntCaseData}[8] Time elapsed: 0 s length{IntCaseData}[9] Time elapsed: 0 s getChar{IntCaseData}[1] Time elapsed: 0 s getChar{IntCaseData}[2] Time elapsed: 0 s getChar{IntCaseData}[3] Time elapsed: 0 s getChar{IntCaseData}[4] Time elapsed: 0 s getChar{IntCaseData}[5] Time elapsed: 0 s getChar{IntCaseData}[6] Time elapsed: 0 s getChar{IntCaseData}[7] Time elapsed: 0 s getChar{IntCaseData}[8] Time elapsed: 0 s getChar{IntCaseData}[9] Time elapsed: 0.009 s getLogi{IntCaseData}[1] Time elapsed: 0 s getLogi{IntCaseData}[2] Time elapsed: 0 s getLogi{IntCaseData}[3] Time elapsed: 0 s getLogi{IntCaseData}[4] Time elapsed: 0 s getLogi{IntCaseData}[5] Time elapsed: 0 s getLogi{IntCaseData}[6] Time elapsed: 0 s getLogi{IntCaseData}[7] Time elapsed: 0.001 s getLogi{IntCaseData}[8] Time elapsed: 0 s getLogi{IntCaseData}[9] Time elapsed: 0.001 s get{IntCaseData}[1] Time elapsed: 0 s get{IntCaseData}[2] Time elapsed: 0 s get{IntCaseData}[3] Time elapsed: 0.001 s get{IntCaseData}[4] Time elapsed: 0 s get{IntCaseData}[5] Time elapsed: 0 s get{IntCaseData}[6] Time elapsed: 0 s get{IntCaseData}[7] Time elapsed: 0 s get{IntCaseData}[8] Time elapsed: 0 s get{IntCaseData}[9] Time elapsed: 0.001 s isNA{IntCaseData}[1] Time elapsed: 0 s isNA{IntCaseData}[2] Time elapsed: 0 s isNA{IntCaseData}[3] Time elapsed: 0 s isNA{IntCaseData}[4] Time elapsed: 0 s isNA{IntCaseData}[5] Time elapsed: 0 s isNA{IntCaseData}[6] Time elapsed: 0 s isNA{IntCaseData}[7] Time elapsed: 0 s isNA{IntCaseData}[8] Time elapsed: 0 s isNA{IntCaseData}[9] Time elapsed: 0.001 s isMissing{IntCaseData}[1] Time elapsed: 0 s isMissing{IntCaseData}[2] Time elapsed: 0 s isMissing{IntCaseData}[3] Time elapsed: 0 s isMissing{IntCaseData}[4] Time elapsed: 0 s isMissing{IntCaseData}[5] Time elapsed: 0 s isMissing{IntCaseData}[6] Time elapsed: 0 s isMissing{IntCaseData}[7] Time elapsed: 0 s isMissing{IntCaseData}[8] Time elapsed: 0 s isMissing{IntCaseData}[9] Time elapsed: 0.002 s writeExternal{IntCaseData}[1] Time elapsed: 0 s writeExternal{IntCaseData}[2] Time elapsed: 0.001 s writeExternal{IntCaseData}[3] Time elapsed: 0 s writeExternal{IntCaseData}[4] Time elapsed: 0 s writeExternal{IntCaseData}[5] Time elapsed: 0 s writeExternal{IntCaseData}[6] Time elapsed: 0 s writeExternal{IntCaseData}[7] Time elapsed: 0 s writeExternal{IntCaseData}[8] Time elapsed: 0 s writeExternal{IntCaseData}[9] Time elapsed: 0.001 s getStoreType{IntCaseData}[1] Time elapsed: 0 s getStoreType{IntCaseData}[2] Time elapsed: 0 s getStoreType{IntCaseData}[3] Time elapsed: 0 s getStoreType{IntCaseData}[4] Time elapsed: 0 s getStoreType{IntCaseData}[5] Time elapsed: 0 s getStoreType{IntCaseData}[6] Time elapsed: 0 s getStoreType{IntCaseData}[7] Time elapsed: 0 s getStoreType{IntCaseData}[8] Time elapsed: 0 s getStoreType{IntCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[8] Time elapsed: 0.001 s getBaseVectorRClassName{IntCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.754 s - in org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest getInt{CharCaseData}[1] Time elapsed: 0 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.001 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0.001 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.001 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.001 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0 s getChar{CharCaseData}[1] Time elapsed: 0.001 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.001 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 1.715 s get{CharCaseData}[1] Time elapsed: 0.001 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0.001 s get{CharCaseData}[7] Time elapsed: 0.007 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.001 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0.001 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.001 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.005 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest getInt{LogiCaseData}[1] Time elapsed: 0 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.008 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.01 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0.001 s toArray{LogiCaseData}[3] Time elapsed: 0 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.002 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0.001 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0 s getChar{LogiCaseData}[1] Time elapsed: 0 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0.001 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.009 s getLogi{LogiCaseData}[1] Time elapsed: 0.001 s getLogi{LogiCaseData}[2] Time elapsed: 0 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.011 s get{LogiCaseData}[1] Time elapsed: 0.001 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.001 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0 s isNA{LogiCaseData}[6] Time elapsed: 0.002 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0 s isMissing{LogiCaseData}[6] Time elapsed: 0.002 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0.001 s writeExternal{LogiCaseData}[6] Time elapsed: 0 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0.001 s getStoreType{LogiCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest isOrdered{FactorCaseData}[1] Time elapsed: 0 s isOrdered{FactorCaseData}[2] Time elapsed: 0 s isOrdered{FactorCaseData}[3] Time elapsed: 0 s isOrdered{FactorCaseData}[4] Time elapsed: 0 s isOrdered{FactorCaseData}[5] Time elapsed: 0 s isOrdered{FactorCaseData}[6] Time elapsed: 0 s isOrdered{FactorCaseData}[7] Time elapsed: 0 s isOrdered{FactorCaseData}[8] Time elapsed: 0.001 s isOrdered{FactorCaseData}[9] Time elapsed: 0 s isOrdered{FactorCaseData}[10] Time elapsed: 0 s isOrdered{FactorCaseData}[11] Time elapsed: 0 s isOrdered{FactorCaseData}[12] Time elapsed: 0.001 s getInt{FactorCaseData}[1] Time elapsed: 0 s getInt{FactorCaseData}[2] Time elapsed: 0 s getInt{FactorCaseData}[3] Time elapsed: 0 s getInt{FactorCaseData}[4] Time elapsed: 0 s getInt{FactorCaseData}[5] Time elapsed: 0 s getInt{FactorCaseData}[6] Time elapsed: 0 s getInt{FactorCaseData}[7] Time elapsed: 0 s getInt{FactorCaseData}[8] Time elapsed: 0 s getInt{FactorCaseData}[9] Time elapsed: 0 s getInt{FactorCaseData}[10] Time elapsed: 0 s getInt{FactorCaseData}[11] Time elapsed: 0 s getInt{FactorCaseData}[12] Time elapsed: 0.001 s getNum{FactorCaseData}[1] Time elapsed: 0 s getNum{FactorCaseData}[2] Time elapsed: 0 s getNum{FactorCaseData}[3] Time elapsed: 0 s getNum{FactorCaseData}[4] Time elapsed: 0 s getNum{FactorCaseData}[5] Time elapsed: 0 s getNum{FactorCaseData}[6] Time elapsed: 0 s getNum{FactorCaseData}[7] Time elapsed: 0.001 s getNum{FactorCaseData}[8] Time elapsed: 0 s getNum{FactorCaseData}[9] Time elapsed: 0 s getNum{FactorCaseData}[10] Time elapsed: 0 s getNum{FactorCaseData}[11] Time elapsed: 0 s getNum{FactorCaseData}[12] Time elapsed: 0.006 s getRaw{FactorCaseData}[1] Time elapsed: 0 s getRaw{FactorCaseData}[2] Time elapsed: 0 s getRaw{FactorCaseData}[3] Time elapsed: 0 s getRaw{FactorCaseData}[4] Time elapsed: 0 s getRaw{FactorCaseData}[5] Time elapsed: 0 s getRaw{FactorCaseData}[6] Time elapsed: 0 s getRaw{FactorCaseData}[7] Time elapsed: 0 s getRaw{FactorCaseData}[8] Time elapsed: 0 s getRaw{FactorCaseData}[9] Time elapsed: 0 s getRaw{FactorCaseData}[10] Time elapsed: 0 s getRaw{FactorCaseData}[11] Time elapsed: 0.001 s getRaw{FactorCaseData}[12] Time elapsed: 0.008 s toArray{FactorCaseData}[1] Time elapsed: 0 s toArray{FactorCaseData}[2] Time elapsed: 0 s toArray{FactorCaseData}[3] Time elapsed: 0 s toArray{FactorCaseData}[4] Time elapsed: 0 s toArray{FactorCaseData}[5] Time elapsed: 0 s toArray{FactorCaseData}[6] Time elapsed: 0 s toArray{FactorCaseData}[7] Time elapsed: 0 s toArray{FactorCaseData}[8] Time elapsed: 0 s toArray{FactorCaseData}[9] Time elapsed: 0 s toArray{FactorCaseData}[10] Time elapsed: 0 s toArray{FactorCaseData}[11] Time elapsed: 0 s toArray{FactorCaseData}[12] Time elapsed: 0.002 s length{FactorCaseData}[1] Time elapsed: 0 s length{FactorCaseData}[2] Time elapsed: 0 s length{FactorCaseData}[3] Time elapsed: 0 s length{FactorCaseData}[4] Time elapsed: 0 s length{FactorCaseData}[5] Time elapsed: 0 s length{FactorCaseData}[6] Time elapsed: 0 s length{FactorCaseData}[7] Time elapsed: 0 s length{FactorCaseData}[8] Time elapsed: 0 s length{FactorCaseData}[9] Time elapsed: 0 s length{FactorCaseData}[10] Time elapsed: 0 s length{FactorCaseData}[11] Time elapsed: 0 s length{FactorCaseData}[12] Time elapsed: 0 s getChar{FactorCaseData}[1] Time elapsed: 0 s getChar{FactorCaseData}[2] Time elapsed: 0 s getChar{FactorCaseData}[3] Time elapsed: 0 s getChar{FactorCaseData}[4] Time elapsed: 0.001 s getChar{FactorCaseData}[5] Time elapsed: 0 s getChar{FactorCaseData}[6] Time elapsed: 0 s getChar{FactorCaseData}[7] Time elapsed: 0 s getChar{FactorCaseData}[8] Time elapsed: 0 s getChar{FactorCaseData}[9] Time elapsed: 0 s getChar{FactorCaseData}[10] Time elapsed: 0 s getChar{FactorCaseData}[11] Time elapsed: 0 s getChar{FactorCaseData}[12] Time elapsed: 0.008 s getLogi{FactorCaseData}[1] Time elapsed: 0.001 s getLogi{FactorCaseData}[2] Time elapsed: 0 s getLogi{FactorCaseData}[3] Time elapsed: 0 s getLogi{FactorCaseData}[4] Time elapsed: 0 s getLogi{FactorCaseData}[5] Time elapsed: 0 s getLogi{FactorCaseData}[6] Time elapsed: 0 s getLogi{FactorCaseData}[7] Time elapsed: 0 s getLogi{FactorCaseData}[8] Time elapsed: 0 s getLogi{FactorCaseData}[9] Time elapsed: 0.001 s getLogi{FactorCaseData}[10] Time elapsed: 0 s getLogi{FactorCaseData}[11] Time elapsed: 0 s getLogi{FactorCaseData}[12] Time elapsed: 0.011 s get{FactorCaseData}[1] Time elapsed: 0 s get{FactorCaseData}[2] Time elapsed: 0 s get{FactorCaseData}[3] Time elapsed: 0 s get{FactorCaseData}[4] Time elapsed: 0.001 s get{FactorCaseData}[5] Time elapsed: 0 s get{FactorCaseData}[6] Time elapsed: 0 s get{FactorCaseData}[7] Time elapsed: 0 s get{FactorCaseData}[8] Time elapsed: 0 s get{FactorCaseData}[9] Time elapsed: 0 s get{FactorCaseData}[10] Time elapsed: 0.001 s get{FactorCaseData}[11] Time elapsed: 0 s get{FactorCaseData}[12] Time elapsed: 0.01 s isNA{FactorCaseData}[1] Time elapsed: 0 s isNA{FactorCaseData}[2] Time elapsed: 0 s isNA{FactorCaseData}[3] Time elapsed: 0.001 s isNA{FactorCaseData}[4] Time elapsed: 0 s isNA{FactorCaseData}[5] Time elapsed: 0 s isNA{FactorCaseData}[6] Time elapsed: 0 s isNA{FactorCaseData}[7] Time elapsed: 0 s isNA{FactorCaseData}[8] Time elapsed: 0.001 s isNA{FactorCaseData}[9] Time elapsed: 0 s isNA{FactorCaseData}[10] Time elapsed: 0 s isNA{FactorCaseData}[11] Time elapsed: 0 s isNA{FactorCaseData}[12] Time elapsed: 0.003 s isMissing{FactorCaseData}[1] Time elapsed: 0 s isMissing{FactorCaseData}[2] Time elapsed: 0 s isMissing{FactorCaseData}[3] Time elapsed: 0 s isMissing{FactorCaseData}[4] Time elapsed: 0.001 s isMissing{FactorCaseData}[5] Time elapsed: 0 s isMissing{FactorCaseData}[6] Time elapsed: 0 s isMissing{FactorCaseData}[7] Time elapsed: 0 s isMissing{FactorCaseData}[8] Time elapsed: 0 s isMissing{FactorCaseData}[9] Time elapsed: 0.001 s isMissing{FactorCaseData}[10] Time elapsed: 0 s isMissing{FactorCaseData}[11] Time elapsed: 0 s isMissing{FactorCaseData}[12] Time elapsed: 0.003 s getLevels{FactorCaseData}[1] Time elapsed: 0 s getLevels{FactorCaseData}[2] Time elapsed: 0 s getLevels{FactorCaseData}[3] Time elapsed: 0 s getLevels{FactorCaseData}[4] Time elapsed: 0 s getLevels{FactorCaseData}[5] Time elapsed: 0 s getLevels{FactorCaseData}[6] Time elapsed: 0 s getLevels{FactorCaseData}[7] Time elapsed: 0 s getLevels{FactorCaseData}[8] Time elapsed: 0 s getLevels{FactorCaseData}[9] Time elapsed: 0 s getLevels{FactorCaseData}[10] Time elapsed: 0 s getLevels{FactorCaseData}[11] Time elapsed: 0 s getLevels{FactorCaseData}[12] Time elapsed: 0.002 s writeExternal{FactorCaseData}[1] Time elapsed: 0 s writeExternal{FactorCaseData}[2] Time elapsed: 0 s writeExternal{FactorCaseData}[3] Time elapsed: 0 s writeExternal{FactorCaseData}[4] Time elapsed: 0 s writeExternal{FactorCaseData}[5] Time elapsed: 0 s writeExternal{FactorCaseData}[6] Time elapsed: 0 s writeExternal{FactorCaseData}[7] Time elapsed: 0 s writeExternal{FactorCaseData}[8] Time elapsed: 0 s writeExternal{FactorCaseData}[9] Time elapsed: 0 s writeExternal{FactorCaseData}[10] Time elapsed: 0 s writeExternal{FactorCaseData}[11] Time elapsed: 0 s writeExternal{FactorCaseData}[12] Time elapsed: 0 s getStoreType{FactorCaseData}[1] Time elapsed: 0 s getStoreType{FactorCaseData}[2] Time elapsed: 0 s getStoreType{FactorCaseData}[3] Time elapsed: 0 s getStoreType{FactorCaseData}[4] Time elapsed: 0 s getStoreType{FactorCaseData}[5] Time elapsed: 0 s getStoreType{FactorCaseData}[6] Time elapsed: 0 s getStoreType{FactorCaseData}[7] Time elapsed: 0.001 s getStoreType{FactorCaseData}[8] Time elapsed: 0 s getStoreType{FactorCaseData}[9] Time elapsed: 0 s getStoreType{FactorCaseData}[10] Time elapsed: 0 s getStoreType{FactorCaseData}[11] Time elapsed: 0 s getStoreType{FactorCaseData}[12] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[10] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[11] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[12] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest getInt{LogiCaseData}[1] Time elapsed: 0 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0.001 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.008 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.005 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0.001 s toArray{LogiCaseData}[6] Time elapsed: 0.002 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0 s getChar{LogiCaseData}[1] Time elapsed: 0 s getChar{LogiCaseData}[2] Time elapsed: 0.001 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.006 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0.001 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.011 s get{LogiCaseData}[1] Time elapsed: 0 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0.001 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.008 s isNA{LogiCaseData}[1] Time elapsed: 0.001 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0 s isNA{LogiCaseData}[6] Time elapsed: 0.002 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0.001 s isMissing{LogiCaseData}[6] Time elapsed: 0.001 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest getInt{LogiCaseData}[1] Time elapsed: 0 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.003 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.002 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.002 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0.001 s getChar{LogiCaseData}[1] Time elapsed: 0 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.002 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0.001 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.002 s get{LogiCaseData}[1] Time elapsed: 0 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.003 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0.001 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0 s isNA{LogiCaseData}[6] Time elapsed: 0.009 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0.001 s isMissing{LogiCaseData}[5] Time elapsed: 0 s isMissing{LogiCaseData}[6] Time elapsed: 0.002 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0.001 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.81 s - in org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest getInt{CharCaseData}[1] Time elapsed: 0 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0.001 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.002 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0.001 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.001 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0.001 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0.001 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.001 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.002 s getLogi{CharCaseData}[1] Time elapsed: 0.001 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 1.779 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.002 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0.001 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.001 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.001 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.005 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.862 s - in org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest getInt{CharCaseData}[1] Time elapsed: 0 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0.001 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.004 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0.001 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.003 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0.001 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.003 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.005 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.003 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0.001 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.006 s getLogi{CharCaseData}[1] Time elapsed: 0.001 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 1.78 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.006 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0.001 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.004 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.005 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0.001 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.011 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0.006 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0.001 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.006 s Running org.eclipse.statet.rj.data.impl.RInteger32StoreTest Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.statet.rj.data.impl.RInteger32StoreTest getInt{IntCaseData}[1] Time elapsed: 0 s getInt{IntCaseData}[2] Time elapsed: 0 s getInt{IntCaseData}[3] Time elapsed: 0 s getInt{IntCaseData}[4] Time elapsed: 0 s getInt{IntCaseData}[5] Time elapsed: 0 s getInt{IntCaseData}[6] Time elapsed: 0 s getInt{IntCaseData}[7] Time elapsed: 0 s getInt{IntCaseData}[8] Time elapsed: 0 s getInt{IntCaseData}[9] Time elapsed: 0.007 s getNum{IntCaseData}[1] Time elapsed: 0 s getNum{IntCaseData}[2] Time elapsed: 0 s getNum{IntCaseData}[3] Time elapsed: 0 s getNum{IntCaseData}[4] Time elapsed: 0 s getNum{IntCaseData}[5] Time elapsed: 0 s getNum{IntCaseData}[6] Time elapsed: 0 s getNum{IntCaseData}[7] Time elapsed: 0 s getNum{IntCaseData}[8] Time elapsed: 0 s getNum{IntCaseData}[9] Time elapsed: 0.001 s getRaw{IntCaseData}[1] Time elapsed: 0 s getRaw{IntCaseData}[2] Time elapsed: 0 s getRaw{IntCaseData}[3] Time elapsed: 0 s getRaw{IntCaseData}[4] Time elapsed: 0 s getRaw{IntCaseData}[5] Time elapsed: 0 s getRaw{IntCaseData}[6] Time elapsed: 0 s getRaw{IntCaseData}[7] Time elapsed: 0.001 s getRaw{IntCaseData}[8] Time elapsed: 0 s getRaw{IntCaseData}[9] Time elapsed: 0 s toArray{IntCaseData}[1] Time elapsed: 0 s toArray{IntCaseData}[2] Time elapsed: 0 s toArray{IntCaseData}[3] Time elapsed: 0 s toArray{IntCaseData}[4] Time elapsed: 0 s toArray{IntCaseData}[5] Time elapsed: 0 s toArray{IntCaseData}[6] Time elapsed: 0 s toArray{IntCaseData}[7] Time elapsed: 0 s toArray{IntCaseData}[8] Time elapsed: 0 s toArray{IntCaseData}[9] Time elapsed: 0.002 s length{IntCaseData}[1] Time elapsed: 0 s length{IntCaseData}[2] Time elapsed: 0 s length{IntCaseData}[3] Time elapsed: 0 s length{IntCaseData}[4] Time elapsed: 0 s length{IntCaseData}[5] Time elapsed: 0 s length{IntCaseData}[6] Time elapsed: 0 s length{IntCaseData}[7] Time elapsed: 0 s length{IntCaseData}[8] Time elapsed: 0 s length{IntCaseData}[9] Time elapsed: 0 s getChar{IntCaseData}[1] Time elapsed: 0 s getChar{IntCaseData}[2] Time elapsed: 0.001 s getChar{IntCaseData}[3] Time elapsed: 0 s getChar{IntCaseData}[4] Time elapsed: 0 s getChar{IntCaseData}[5] Time elapsed: 0 s getChar{IntCaseData}[6] Time elapsed: 0.001 s getChar{IntCaseData}[7] Time elapsed: 0 s getChar{IntCaseData}[8] Time elapsed: 0 s getChar{IntCaseData}[9] Time elapsed: 0.019 s getLogi{IntCaseData}[1] Time elapsed: 0.001 s getLogi{IntCaseData}[2] Time elapsed: 0 s getLogi{IntCaseData}[3] Time elapsed: 0 s getLogi{IntCaseData}[4] Time elapsed: 0 s getLogi{IntCaseData}[5] Time elapsed: 0 s getLogi{IntCaseData}[6] Time elapsed: 0 s getLogi{IntCaseData}[7] Time elapsed: 0 s getLogi{IntCaseData}[8] Time elapsed: 0 s getLogi{IntCaseData}[9] Time elapsed: 0.01 s get{IntCaseData}[1] Time elapsed: 0 s get{IntCaseData}[2] Time elapsed: 0 s get{IntCaseData}[3] Time elapsed: 0.001 s get{IntCaseData}[4] Time elapsed: 0 s get{IntCaseData}[5] Time elapsed: 0 s get{IntCaseData}[6] Time elapsed: 0 s get{IntCaseData}[7] Time elapsed: 0 s get{IntCaseData}[8] Time elapsed: 0 s get{IntCaseData}[9] Time elapsed: 0.009 s isNA{IntCaseData}[1] Time elapsed: 0 s isNA{IntCaseData}[2] Time elapsed: 0 s isNA{IntCaseData}[3] Time elapsed: 0 s isNA{IntCaseData}[4] Time elapsed: 0 s isNA{IntCaseData}[5] Time elapsed: 0.001 s isNA{IntCaseData}[6] Time elapsed: 0 s isNA{IntCaseData}[7] Time elapsed: 0 s isNA{IntCaseData}[8] Time elapsed: 0 s isNA{IntCaseData}[9] Time elapsed: 0.001 s isMissing{IntCaseData}[1] Time elapsed: 0 s isMissing{IntCaseData}[2] Time elapsed: 0 s isMissing{IntCaseData}[3] Time elapsed: 0 s isMissing{IntCaseData}[4] Time elapsed: 0 s isMissing{IntCaseData}[5] Time elapsed: 0 s isMissing{IntCaseData}[6] Time elapsed: 0 s isMissing{IntCaseData}[7] Time elapsed: 0.001 s isMissing{IntCaseData}[8] Time elapsed: 0 s isMissing{IntCaseData}[9] Time elapsed: 0.001 s writeExternal{IntCaseData}[1] Time elapsed: 0 s writeExternal{IntCaseData}[2] Time elapsed: 0.001 s writeExternal{IntCaseData}[3] Time elapsed: 0 s writeExternal{IntCaseData}[4] Time elapsed: 0 s writeExternal{IntCaseData}[5] Time elapsed: 0 s writeExternal{IntCaseData}[6] Time elapsed: 0 s writeExternal{IntCaseData}[7] Time elapsed: 0 s writeExternal{IntCaseData}[8] Time elapsed: 0 s writeExternal{IntCaseData}[9] Time elapsed: 0.001 s getStoreType{IntCaseData}[1] Time elapsed: 0 s getStoreType{IntCaseData}[2] Time elapsed: 0.001 s getStoreType{IntCaseData}[3] Time elapsed: 0 s getStoreType{IntCaseData}[4] Time elapsed: 0 s getStoreType{IntCaseData}[5] Time elapsed: 0 s getStoreType{IntCaseData}[6] Time elapsed: 0 s getStoreType{IntCaseData}[7] Time elapsed: 0 s getStoreType{IntCaseData}[8] Time elapsed: 0 s getStoreType{IntCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[9] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.RDataUtilsTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.statet.rj.data.RDataUtilsTest checkSingleCharValue Time elapsed: 0.003 s isSingleChar Time elapsed: 0 s isSingleLogi Time elapsed: 0 s checkSingleLogiValue Time elapsed: 0.001 s isSingleInt Time elapsed: 0 s isSingleNum Time elapsed: 0 s isSingleRaw Time elapsed: 0.001 s checkSingleRawValue Time elapsed: 0 s checkSingleIntValue Time elapsed: 0.001 s checkSingleInt Time elapsed: 0.001 s checkSingleNum Time elapsed: 0.001 s checkSingleRaw Time elapsed: 0.001 s checkSingleNumValue Time elapsed: 0 s checkSingleChar Time elapsed: 0.001 s checkSingleLogi Time elapsed: 0.001 s Results: Tests run: 3513, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.statet.rj:org.eclipse.statet.rj.server >--------- [INFO] Building org.eclipse.statet.rj.server 4.4.1.202108191400-r [34/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.server --- [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GraOpCmdItem.java:[175] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GraOpCmdItem.java:[175] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GraOpCmdItem.java:[175] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/FxCallback.java:[50] System.arraycopy(this.content, 0, newContent, 0, this.content.length); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/ElementTracepoints.java:[43] if (fileInfo == null) { throw new NullPointerException("fileInfo"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/ElementTracepoints.java:[46] if (elementId == null) { throw new NullPointerException("elementId"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/ElementTracepoints.java:[62] this.elementId= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/CtrlCmdItem.java:[58] public void readExternal(final ObjectInput in) throws IOException { ^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/CtrlCmdItem.java:[63] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/CtrlCmdItem.java:[68] public void writeExternal(final ObjectOutput out) throws IOException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/CtrlCmdItem.java:[91] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/CtrlCmdItem.java:[91] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/CtrlCmdItem.java:[91] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/CtrlCmdItem.java:[91] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/CtrlCmdItem.java:[91] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsStatus.java:[130] out.writeUTF(this.text); ^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsStatus.java:[154] return (this.text != null) ? this.text : ""; ^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/SetDebugRequest.java:[84] public void writeExternal(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FrameContextDetailRequest.java:[38] public void writeExternal(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointEvent.java:[65] this.elementId= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/Tracepoints.java:[134] return ImCollections.newList(array); ^^^^^ Null type safety (type annotations): The expression of type 'TracepointPosition[]' needs unchecked conversion to conform to '@NonNull TracepointPosition @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/Tracepoints.java:[183] && Srcref.equalsStart(Srcref.add(srcrefs[i], baseSrcref), includedSrcref) ) { ^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/Tracepoints.java:[199] && Srcref.equalsStart(Srcref.add(srcrefs[depth], baseSrcref), includedSrcref) ) { ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/Tracepoints.java:[258] Srcref.substract(p.getSrcref(), p.getSrcref(depth)) )); ^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/Tracepoints.java:[258] Srcref.substract(p.getSrcref(), p.getSrcref(depth)) )); ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' 26. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/Tracepoints.java (at line 320) return String.format("unknown: 0x%1$08X", type); ^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/srcEExtensions/org/eclipse/statet/rj/server/e/srvext/SWTPlugin.java:[36] public String getSymbolicName() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ServerRuntimePlugin.getSymbolicName() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ExtClientCmdItem.java:[78] DataCmdItem.gDefaultFactory.writeObject(this.data, out); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'RList' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ExtClientCmdItem.java:[156] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ExtClientCmdItem.java:[156] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdS2CList.java:[179] return this.first; ^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull MainCmdItem' but this expression has type '@Nullable MainCmdItem' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[60] public Map getPlatformData() { ^^^ The return type is incompatible with 'Map' returned from REngine.getPlatformData() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[65] public void setProperties(final Map properties) ^^^ Illegal redefinition of parameter properties, inherited method from REngine does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[77] public RjsComObject runAsync(final RjsComObject com) ^^^^^^^^^^^^ Illegal redefinition of parameter com, inherited method from REngine does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[83] public RjsComObject runMainLoop(final RjsComObject com) ^^^^^^^^^^^^ Illegal redefinition of parameter com, inherited method from REngine does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleMessageCmdItem.java:[95] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleMessageCmdItem.java:[95] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 38. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java (at line 50) private final AppConfigurationEntry entry; ^^^^^ The value of the field JaasAuthMethod.JaasConfig.entry is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[54] this.entry= new AppConfigurationEntry(clazz, AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, new HashMap()); ^^^^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[54] this.entry= new AppConfigurationEntry(clazz, AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[90] super(id, true); ^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[110] protected ImList doCreateLogin() throws RjException { ^^^^^^ The return type is incompatible with '@NonNull ImList<@NonNull Callback>' returned from ServerAuthMethod.doCreateLogin() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[129] protected String doPerformLogin(final ImList callbacks) throws LoginException, RjException { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ServerAuthMethod.doPerformLogin(ImList) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[129] protected String doPerformLogin(final ImList callbacks) throws LoginException, RjException { ^^^^^^ Missing non-null annotation: inherited method from ServerAuthMethod specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[194] this.pendingLoginCallback= ImCollections.newList(callbacks); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Callback[]' needs unchecked conversion to conform to 'Callback @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[209] copyAnswer(this.pendingLoginCallback, callbacks); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ImList' needs unchecked conversion to conform to '@NonNull ImList<@NonNull Callback>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[209] copyAnswer(this.pendingLoginCallback, callbacks); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Callback[]' needs unchecked conversion to conform to 'Callback @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdC2SList.java:[57] io.connect(out); ^^ Potential null pointer access: The variable io may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/DbgEnablement.java:[41] public void writeExternal(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[101] return new ElementTracepointInstallationRequest(io); ^^ Null type safety (type annotations): The expression of type 'RJIO' needs unchecked conversion to conform to '@NonNull RJIO' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[103] return new TracepointStatesUpdate(io); ^^ Null type safety (type annotations): The expression of type 'RJIO' needs unchecked conversion to conform to '@NonNull RJIO' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[219] writeList((List) this.data, io); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[228] public void writeExternal(final ObjectOutput out) throws IOException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[250] public void readExternal(final ObjectInput in) throws IOException { ^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[336] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[336] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[336] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[336] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[336] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 60. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CtrlReport.java (at line 31) private final static int RESET_PROMPT= 0x00100000; ^^^^^^^^^^^^ The value of the field CtrlReport.RESET_PROMPT is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CtrlReport.java:[67] public void writeExternal(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/gr/Coord.java:[45] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[68] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[296] gDefaultFactory.writeObject(this.rdata, out); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[303] gDefaultFactory.writeObject(this.rho, out); ^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[309] gDefaultFactory.writeObject(this.rdata, out); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[313] gDefaultFactory.writeObject(this.rho, out); ^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[439] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[439] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[47] final String osname= System.getProperty("os.name").toLowerCase(Locale.ROOT); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getProperty(String) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[106] varResolver= System::getenv; ^^^^^^^^^^^^^^ Null type safety: parameter 1 provided via method descriptor Function.apply(String) needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[219] ServerUtils.prettyPrint(this.rLibPaths, sb); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[275] return Collections.unmodifiableList(this.rLibPaths); ^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[282] final Path packagePath= path.resolve(name); ^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleWriteCmdItem.java:[104] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleWriteCmdItem.java:[104] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[62] public void writeExternal(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[67] io.writeString(frame.getCall()); ^^^^^ Potential null pointer access: The variable frame may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[80] if (frame0.getCall() != null) { ^^^^^^ Potential null pointer access: The variable frame0 may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[84] if (i+1 < n && (frame1= this.frames.get(i+1)).getCall() != null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable frame1 may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[89] if (i+1 < n && (frame2= this.frames.get(i+1)).getCall() != null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable frame2 may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[95] else if (i+2 < n && (frame1= this.frames.get(i+1)).getCall() != null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable frame1 may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[97] && (frame2= this.frames.get(i+2)).getCall() != null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable frame2 may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[103] if (i+1 < n && (frame2= this.frames.get(i+1)).getCall() != null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable frame2 may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[114] if (i+1 < n && (frame1= this.frames.get(i+1)).getCall() != null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable frame1 may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[119] if (i+1 < n && (frame2= this.frames.get(i+1)).getCall() != null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The variable frame2 may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[129] this.frames.get(n-1).addFlags(FLAG_TOPFRAME); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#15-of ? extends org.eclipse.statet.rj.server.dbg.Frame', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[139] if (frame.getHandle() == handle) { ^^^^^ Potential null pointer access: The variable frame may be null at this location 89. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/ObjectManager.java (at line 147) finalized ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/ObjectManager.java:[229] this.searchPath= ImCollections.newList(envs); ^^^^ Null type safety (type annotations): The expression of type 'RhEnv[]' needs unchecked conversion to conform to '@NonNull RhEnv @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/ObjectManager.java:[271] this.stackFrames= ImCollections.newList(envs); ^^^^ Null type safety (type annotations): The expression of type 'RhEnv[]' needs unchecked conversion to conform to '@NonNull RhEnv @NonNull[]' 92. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ServerLogin.java (at line 59) this.callbacks= callbacks.toArray(new @NonNull Callback[callbacks.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Callback @NonNull[]' is made accessible using the less-annotated type 'Callback @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ServerLogin.java:[82] return ImCollections.newList(callbacks); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Callback @Nullable[]' needs unchecked conversion to conform to '@NonNull Callback @NonNull[]' 94. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ServerLogin.java (at line 100) process(answerCallbacks, Cipher.ENCRYPT_MODE, pubkey); ^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Callback []' is made accessible using the less-annotated type 'Callback @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FrameRef.java:[44] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FrameRef.java:[70] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/DbgFilterState.java:[38] public void writeExternal(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull 98. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/Client.java (at line 44) hashCode(), this.username, this.clientId, this.slot ); ^^^^^^^^^^ The expression of type int is boxed into Integer 99. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/Client.java (at line 44) hashCode(), this.username, this.clientId, this.slot ); ^^^^^^^^^ The expression of type byte is boxed into Byte [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[372] factory= new RjRmiServerSocketFactory(factory, RMISERVER_SERVERSOCKET_PORT_RANGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull PortRange' but this expression has type '@Nullable PortRange' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/CliUtil.java:[48] this.command= args[idx++]; ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/CliUtil.java:[56] this.name= args[idx++]; ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/RhWeakRef.java:[45] this.listener.onFinalized(this); ^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/SetDebugReport.java:[40] public void writeExternal(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[184] public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException { ^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[195] gSPathResolver.resolve(this.ref, this.remoteFilePath) : ^^^^^^^^ Null type safety (type annotations): The expression of type 'Remote' needs unchecked conversion to conform to '@NonNull Remote' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[195] gSPathResolver.resolve(this.ref, this.remoteFilePath) : ^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[196] Path.of(this.remoteFilePath); ^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[296] public void writeExternal(final ObjectOutput out) throws IOException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[298] out.writeUTF(this.remoteFilePath); ^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[340] gSPathResolver.resolve(this.ref, this.remoteFilePath) : ^^^^^^^^ Null type safety (type annotations): The expression of type 'Remote' needs unchecked conversion to conform to '@NonNull Remote' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[340] gSPathResolver.resolve(this.ref, this.remoteFilePath) : ^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[341] Path.of(this.remoteFilePath); ^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[392] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[392] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[392] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[392] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[44] state.filePath= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[48] else { state.filePath= currentFilePath; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[49] state.filePath= currentFilePath; ^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[54] state.elementId= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[58] else { state.elementId= currentElementId; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[59] state.elementId= currentElementId; ^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[61] state.index= io.readIntArray(); ^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[177] public TracepointState(final RJIO io) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field elementId may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[177] public TracepointState(final RJIO io) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field index may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[180] this.filePath= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[184] this.elementId= io.readString(); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[185] this.index= io.readIntArray(); ^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[267] else { return 0x1000; } ^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[271] else if (other.elementId != null) { return -0x1000; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/RhEnv.java:[153] this.refListener : ^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RhRefListener' but this expression has type '@Nullable RhRefListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/RhEnv.java:[193] this.weakRef.dispose(this.engine); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FlagTracepointInstallationRequest.java:[44] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FrameContext.java:[89] public void writeExternal(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[107] public SrvEngineServer(final RMIServerControl control, final ServerAuthMethod authMethod) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field srvEngine may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[148] this.srvEngine= engine; ^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[248] final RjsComObject receivedCom= runMainLoop(sendCom, null); ^^^^^^^ Null type mismatch: required '@NonNull RjsComObject' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[248] final RjsComObject receivedCom= runMainLoop(sendCom, null); ^^^^ Null type mismatch: required '@NonNull Object' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[298] return answer.getData(); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/DbgRequest.java:[48] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/DbgRequest.java:[69] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/DbgRequest.java:[90] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/DbgRequest.java:[137] public void writeExternal(final RJIO out) throws IOException { ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCtrlCmdItem.java:[100] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCtrlCmdItem.java:[100] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[35] private Map[] clientPropertiesMaps= new Map[2]; ^^^^^^^^^^ Type safety: The expression of type Map[] needs unchecked conversion to conform to Map[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[67] final Map[] newMaps= new Map[this.clientPropertiesMaps.length]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map[] needs unchecked conversion to conform to Map[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[68] System.arraycopy(this.clientPropertiesMaps, 0, newMaps, 0, slot+1); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[76] map.put(key, value); ^^^ Potential null pointer access: The variable map may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[83] final Map[] newMaps= new Map[this.clientPropertiesMaps.length]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map[] needs unchecked conversion to conform to Map[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[84] System.arraycopy(this.clientPropertiesMaps, 0, newMaps, 0, slot+1); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/ServerUtils.java:[144] public static void prettyPrint(final Map map, final StringBuilder sb) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/ServerUtils.java:[146] final Set> entrySet= map.entrySet(); ^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set> [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleReadCmdItem.java:[120] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleReadCmdItem.java:[120] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/FxAuthMethod.java:[75] this.fileChannel= new RandomAccessFile(this.file, "rws").getChannel(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/FxAuthMethod.java:[75] this.fileChannel= new RandomAccessFile(this.file, "rws").getChannel(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/ParsedExpr.java:[74] engine.releasePreserved(this.parsedExpr); ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Handle' but this expression has type '@Nullable Handle' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[80] protected static final class StateSet extends SortedArraySet<@NonNull StateEntry> { ^^^^^^^^^^^^^^ The method Iterator iterator() from AbstractList cannot implement the corresponding method from List due to incompatible nullness constraints 161. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java (at line 107) return binarySearchId(array(), 0, size(), id); ^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'AbstractTracepointManager.@NonNull StateEntry @NonNull[]' is made accessible using the less-annotated type 'AbstractTracepointManager.StateEntry @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[361] && Srcref.contains(cand.getElementSrcref(), srcref) ) { ^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[361] && Srcref.contains(cand.getElementSrcref(), srcref) ) { ^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[362] if (Srcref.equalsStart(cand.getElementSrcref(), srcref)) { ^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[362] if (Srcref.equalsStart(cand.getElementSrcref(), srcref)) { ^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[385] && Srcref.equalsStart(cand.getElementSrcref(), srcref) ^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[385] && Srcref.equalsStart(cand.getElementSrcref(), srcref) ^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[387] if (Srcref.equalsDim(cand.getElementSrcref(), srcref)) { ^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[387] if (Srcref.equalsDim(cand.getElementSrcref(), srcref)) { ^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[398] if (best == null || entry.getUpdateStamp() > elementEntry.getUpdateStamp()) { ^^^^^^^^^^^^ Potential null pointer access: The variable elementEntry may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[405] return new ElementTracepointsCollection(elementEntry.getUpdateStamp(), ^^^^^^^^^^^^ Potential null pointer access: The variable elementEntry may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[412] elementEntry.findCurrentNestedTracepoints(timestamp, srcref, this.states) : ^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' 173. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java (at line 458) (clear) ? isInstalled : "one or more" } ); ^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[646] && Srcref.equalsDim(cand.getElementSrcref(), srcref) ^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[828] AbstractTracepointManager.this.objManager.addToDispose(this.parsedExpr); ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RhDisposable' but this expression has type '@Nullable ParsedExpr' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[860] || collection.getUpdatingStamp() > this.updatingInstElement.getUpdatingStamp()) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[875] || this.updatingInstElement.getUpdatingStamp() > this.instUpdatingStamp )) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[876] this.instElement= this.updatingInstElement.getCurrent(); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[877] this.instUpdatingStamp= this.updatingInstElement.getUpdatingStamp(); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[1056] if (path == null) { i++; continue; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[1097] oldStateEntries.add(entry); ^^^^^ Null type mismatch: required 'AbstractTracepointManager.@NonNull StateEntry' but the provided value is inferred as @Nullable 182. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java (at line 64) private static final Pattern RJ_PATH_SEPARATOR_PATTERN= Pattern.compile(RJ_PATH_SEPARATOR, Pattern.LITERAL); ^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field RJContext.RJ_PATH_SEPARATOR_PATTERN is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[106] return System.getProperty("user.dir"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[123] if (name == null) { throw new NullPointerException("name"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[149] if (name == null) { throw new NullPointerException("name"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[152] if (properties == null) { throw new NullPointerException("properties"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 187. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java (at line 116) return String.format("%1$02X", commandId); ^^^^^^^^^ The expression of type byte is boxed into Byte [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[211] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[211] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[258] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[258] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[301] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[301] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[328] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[328] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[361] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[361] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[387] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[387] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[413] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[413] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[444] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[444] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[484] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[484] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[524] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[524] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[567] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[567] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[599] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[599] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[631] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[631] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[677] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[677] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[720] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[720] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[762] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[762] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[804] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[804] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[842] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[842] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[880] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[880] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[924] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[924] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[963] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[963] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1009] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1009] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1071] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1071] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1115] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1115] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1144] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1144] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdItem.java:[134] public abstract void writeExternal(RJIO io) throws IOException; ^^^^ Missing non-null annotation: inherited method from RJIOExternalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[37] public void writeExternal(final ObjectOutput out) throws IOException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[41] public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException { ^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[57] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[57] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[57] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[57] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[63] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[63] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[63] 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[63] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 248 problems (0 errors, 236 warnings, 12 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests >------ [INFO] Building [test-bundle] StatET RJ - Server - Tests (Incubation) 4.4.1.202108191400-r [35/148] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.tests --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.server.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.server.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.server.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.statet.rj.server.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/surefire.properties] Running org.eclipse.statet.rj.server.dgb.TracepointsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.statet.rj.server.dgb.TracepointsTest toTypeName Time elapsed: 0.013 s appendId{long}[1] Time elapsed: 0.01 s appendId{long}[2] Time elapsed: 0.001 s appendId{long}[3] Time elapsed: 0.001 s appendId{long}[4] Time elapsed: 0.001 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools >--- [INFO] Building [bundle] StatET RJ - Server - Remote Tools (Incubation) 4.4.1.202108191400-r [36/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.remotetools --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.server.remotetools --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src does not exist [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg >------- [INFO] Building [bundle] StatET RJ - Server - R Package Skeleton + API (Incubation) 4.4.1.202108191400-r [37/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.rpkg --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.server.rpkg --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src does not exist [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --< org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests >--- [INFO] Building [test-bundle] StatET RJ - R Services API and Tools - Tests (Incubation) 4.4.1.202108191400-r [38/148] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core.tests --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStoreTest.java:[306] final TestElement rObject= fragment.getRObject(); ^^^^^^^^ Potential null pointer access: The variable fragment may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStoreTest.java:[309] rObject.get(fragment.toLocalRowIdx(rowIdx), fragment.toLocalColumnIdx(colIdx)) ); ^^^^^^^ Potential null pointer access: The variable rObject may be null at this location 4 problems (0 errors, 2 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/surefire.properties] Running org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.188 s - in org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest get_directUpdate_randomLong Time elapsed: 0.338 s get_noUpdate_scrollCols Time elapsed: 0.686 s get_noUpdate_scrollRows Time elapsed: 0.572 s get_noUpdate_randomLong Time elapsed: 0.088 s get_noUpdate_random Time elapsed: 0.082 s get_ensureCached Time elapsed: 0.001 s get_directUpdate_random Time elapsed: 0.098 s get_directUpdate_scrollCols Time elapsed: 0.671 s get_directUpdate_scrollRows Time elapsed: 0.641 s Running org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest setget_RIncludeDirectory_Win Time elapsed: 0.001 s setget_RHomeDirectory_Nix Time elapsed: 0 s setget_RHomeDirectory_Win Time elapsed: 0.001 s setget_RShareDirectory_Win Time elapsed: 0 s setget_RArch_Win Time elapsed: 0.001 s setget_RDocDirectory_Win Time elapsed: 0.001 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.statet.rj:org.eclipse.statet.rj.client >--------- [INFO] Building org.eclipse.statet.rj.client 4.4.1.202108191400-r [39/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.client --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.client --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/RGraphicCreatorImpl.java:[89] this.service.evalVoid("rj::rj.GD()", m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/RGraphicCreatorImpl.java:[94] ")", m ); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/RGraphicCreatorImpl.java:[97] this.service.evalData(expression, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/RGraphicCreatorImpl.java:[100] fcall.evalVoid(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[57] if (expression == null) { throw new NullPointerException(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[73] if (data == null) { throw new NullPointerException(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[131] this.rObjectFactory.createCharData(new String[] { character })); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[174] return this.rObjectFactory.createList(values, names); ^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[193] return this.rjs.evalData(this.name, args, null, null, 0, RService.DEPTH_INFINITE, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[200] return this.rjs.evalData(this.name, args, null, factoryId, options, depth, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[208] return this.rjs.evalData(this.name, args, envir, factoryId, options, depth, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[145] System.arraycopy(this.array, 0, newArray, 0, oldCapacity); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Runnable[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[200] private final MainCmdC2SList mainC2SList= new MainCmdC2SList(this.mainIO); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RJIO' needs unchecked conversion to conform to '@NonNull RJIO' 14. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 262) properties.put(RjsComConfig.RJ_COM_S2C_ID_PROPERTY_ID, id); ^^ The expression of type int is boxed into Integer 15. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 273) final Map additional= this.graphicFactory.getInitServerProperties(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,capture#of ? extends @NonNull Object>' is made accessible using the less-annotated type 'Map' 16. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 841) status.getCode() ))); ^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[847] throw new StatusException(new ErrorStatus(RJ_CLIENT_ID, this.closedMessage)); ^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[878] throw new StatusException(new ErrorStatus(RJ_CLIENT_ID, this.closedMessage)); ^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1133] System.arraycopy(this.graphics, 0, newArray, 0, this.graphics.length); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RClientGraphic[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1156] this.graphicFactory.closeGraphic(this.graphics[devId]); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RClientGraphic' needs unchecked conversion to conform to '@NonNull RClientGraphic' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1222] this.platformObj= new RPlatform((String) this.platformData.get("os.type"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1223] (String) this.platformData.get("file.sep"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1224] (String) this.platformData.get("path.sep"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1225] (String) this.platformData.get("version.string"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1226] (String) this.platformData.get("os.name"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1227] (String) this.platformData.get("os.arch"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1228] (String) this.platformData.get("os.version") ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1417] String.format(message, status.getMessage()), ^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1702] return this.cancelHandler.toArray(new Callable[this.cancelHandler.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Callable[] needs unchecked conversion to conform to Callable[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/DaemonThreadFactory.java:[35] public Thread newThread(final Runnable r) { ^^^^^^^^ Missing non-null annotation: inherited method from ThreadFactory specifies this parameter as @NonNull 30 problems (0 errors, 27 warnings, 3 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.client --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.client --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.client --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.client --- [INFO] [INFO] ----------< org.eclipse.statet.rj:org.eclipse.statet.rj.core >---------- [INFO] Building [bundle] StatET RJ - Java Core (Incubation) 4.4.1.202108191400-r [40/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --------------< org.eclipse.statet.rj-assemblies:rj.core >-------------- [INFO] Building rj.core 4.4.1.202108191400-r [41/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rj.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rj.core --- [INFO] [INFO] ----< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core >----- [INFO] Building [feature] StatET RJ - Core (Incubation) 4.4.1.202108191400-r [42/148] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.core --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.core --- [WARNING] The following referenced plugins has missing sources org.eclipse.statet.rj.core_4.4.1.202108191400-r [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver >-- [INFO] Building org.eclipse.statet.rj.server-consoleserver 4.4.1.202108191400-r [43/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (pack-server) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] Reading assembly descriptor: src/assembly/server.xml [WARNING] Cannot include project artifact: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver:pom:4.4.1.202108191400-r; it doesn't have an associated file or directory. [WARNING] Cannot include project artifact: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver:pom:4.4.1.202108191400-r; it doesn't have an associated file or directory. [WARNING] Cannot include project artifact: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver:pom:4.4.1.202108191400-r; it doesn't have an associated file or directory. [INFO] Building tar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.4.1-202108191400-r.tar.gz [INFO] [INFO] -------------------< org.eclipse.statet.rj:rj.servi >------------------- [INFO] Building rj.servi 4.4.1.202108191400-r [44/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rj.servi --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rj.servi --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rj.servi --- [INFO] [INFO] ---------< org.eclipse.statet.rj:org.eclipse.statet.rj.servi >---------- [INFO] Building org.eclipse.statet.rj.servi 4.4.1.202108191400-r [45/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.servi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.servi --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[91] protected void handleServerStatus(final RjsStatus serverStatus, ^^^^^^^^^ Illegal redefinition of parameter serverStatus, inherited method from AbstractRJComClient does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[92] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Illegal redefinition of parameter m, inherited method from AbstractRJComClient does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[117] protected void handleStatus(final Status status, final ProgressMonitor m) { ^^^^^^ Illegal redefinition of parameter status, inherited method from AbstractRJComClient does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[117] protected void handleStatus(final Status status, final ProgressMonitor m) { ^^^^^^^^^^^^^^^ Illegal redefinition of parameter m, inherited method from AbstractRJComClient does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[124] protected void log(final Status status) { ^^^^^^ Illegal redefinition of parameter status, inherited method from AbstractRJComClient does not constrain this parameter 6. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java (at line 157) @SuppressWarnings("null") // init in ::readExternal ^^^^^^ 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.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[163] init(in.readLong(), (PoolRef)in.readObject(), (RServiBackend)in.readObject()); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RServiImpl.PoolRef' needs unchecked conversion to conform to 'RServiImpl.@NonNull PoolRef' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[163] init(in.readLong(), (PoolRef)in.readObject(), (RServiBackend)in.readObject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RServiBackend' needs unchecked conversion to conform to '@NonNull RServiBackend' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[189] return this.rHandle; ^^^^^^^^^^^^ Null type mismatch (type annotations): required 'THandle' but this expression has type '@Nullable THandle', where 'THandle' is a free type variable 10. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java (at line 197) this.rjs.initClient(this.rHandle, this, properties, this.rjsId); ^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map' 11. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java (at line 198) this.rjs.setRjsProperties(properties); ^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[200] final int checkIntervalMillis= this.poolRef.getCheckIntervalMillis(); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[263] this.poolRef.returnObject(this.accessId); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[278] this.poolRef.returnObject(this.accessId); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[295] return this.rjs.getRPlatform(); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RPlatform' needs unchecked conversion to conform to '@NonNull RPlatform' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[322] return this.rjs.evalData(expression, null, null, 0, RService.DEPTH_INFINITE, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[332] return this.rjs.evalData(expression, null, factoryId, options, depth, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[342] return this.rjs.evalData(expression, envir, factoryId, options, depth, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[351] return this.rjs.evalData(reference, null, 0, -1, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[361] return this.rjs.evalData(reference, factoryId, options, depth, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[373] return new BasicFQRObject<>(this.rHandle, (REnvironment) data[1], symbol, data[0]); ^^^^^^^^^^^^ Null type mismatch (type annotations): required 'THandle' but this expression has type '@Nullable THandle', where 'THandle' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[373] return new BasicFQRObject<>(this.rHandle, (REnvironment) data[1], symbol, data[0]); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'REnvironment' needs unchecked conversion to conform to '@NonNull REnvironment' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[373] return new BasicFQRObject<>(this.rHandle, (REnvironment) data[1], symbol, data[0]); ^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[404] return this.rjs.downloadFile(fileName, options, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]' 25. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/NetConfig.java (at line 93) @SuppressWarnings("null") ^^^^^^ 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.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/NetConfig.java (at line 98) @SuppressWarnings("null") ^^^^^^ At least one of the problems in category 'null' is not analysed due to a compiler option being ignored 27. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2.java (at line 129) this.clientAllocationRenewPeriodMillis, CLIENT_ALLOCATION_RENEW_PERIOD_MILLIS_MIN_VALUE )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 28. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2.java (at line 129) this.clientAllocationRenewPeriodMillis, CLIENT_ALLOCATION_RENEW_PERIOD_MILLIS_MIN_VALUE )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/rj/servi/node/RServiNodeConfig.java:[148] setRHome(config.getRHomeDirectoryPath().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getRHomeDirectoryPath() may return null 30. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeManager.java (at line 64) private final RMIRegistry registry; ^^^^^^^^ The value of the field LocalNodeManager.registry is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[161] if (poolId == null) { throw new NullPointerException("poolId"); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[164] if (context == null) { throw new NullPointerException("context"); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 33. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 168) this.factoryId= String.format("%1$s-%2$08X", poolId, ThreadLocalRandom.current().nextInt()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[222] CollectionUtils.toString(serverREnv.getRLibPaths(), "\n\t"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[523] final RServiNode node= (RServiNode)server.execute(Server.C_RSERVI_NODECONTROL, null, login); ^^^^ Null type mismatch: required '@NonNull Map<@NonNull String,? extends @NonNull Object>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[536] node.runSnippet(line); ^^^^ Potential null pointer access: The variable node may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[549] handler.isConsoleEnabled= node.setConsole(p.authConfig); ^^^^ Potential null pointer access: The variable node may be null at this location 38. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 643) this.factoryId, System.nanoTime(), counter ); ^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 39. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 643) this.factoryId, System.nanoTime(), counter ); ^^^^^^^ The expression of type int is boxed into Integer 40. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 376) if (this.rmiEmbeddedPorts.add(registryPort)) { ^^^^^^^^^^^^ The expression of type int is boxed into Integer 41. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 377) logWarning(String.format("Found running RMI registry at port %1$s, embedded RMI registry will not be started.", registryPort)); ^^^^^^^^^^^^ The expression of type int is boxed into Integer 42. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 385) logInfo(String.format("Embedded RMI registry at port %1$s started.", registryPort)); ^^^^^^^^^^^^ The expression of type int is boxed into Integer 43. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 388) logError(String.format("Failed to start embedded RMI registry at port %1$s.", registryPort), ^^^^^^^^^^^^ The expression of type int is boxed into Integer 44. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 396) logInfo(String.format("Found running RMI registry at port %1$s.", registryPort)); ^^^^^^^^^^^^ The expression of type int is boxed into Integer 45. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 399) logError(String.format("Failed to connect to RMI registry at port %1$s.", registryPort), ^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[109] this.maxTotalCount= Integer.parseInt(map.getProperty(MAX_TOTAL_COUNT_ID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[110] this.minIdleCount= Integer.parseInt(map.getProperty(MIN_IDLE_COUNT_ID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[111] this.maxIdleCount= Integer.parseInt(map.getProperty(MAX_IDLE_COUNT_ID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[114] this.maxUsageCount= Integer.parseInt(map.getProperty(MAX_USAGE_COUNT_ID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[89] this.c2sList.setObjects(null); ^^^^ Null type mismatch: required '@NonNull MainCmdItem' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[246] public Map getPlatformData() { ^^^ The return type is incompatible with 'Map' returned from REngine.getPlatformData() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[251] public void setProperties(final Map properties) throws RemoteException { ^^^ Illegal redefinition of parameter properties, inherited method from REngine does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[265] public RjsComObject runMainLoop(final RjsComObject com) throws RemoteException { ^^^^^^^^^^^^ Illegal redefinition of parameter com, inherited method from REngine does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[270] public RjsComObject runAsync(final RjsComObject com) throws RemoteException { ^^^^^^^^^^^^ Illegal redefinition of parameter com, inherited method from REngine does not constrain this parameter 55. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java (at line 289) private @Nullable String currentClientLabel; ^^^^^^^^^^^^^^^^^^ The value of the field NodeServer.currentClientLabel is not used 55 problems (0 errors, 37 warnings, 18 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.servi --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests >------- [INFO] Building [test-bundle] StatET RJ - RServi - Tests (Incubation) 4.4.1.202108191400-r [46/148] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi.tests --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.servi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.servi.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[357] final Accessor rjsClient= new Accessor(servi1Impl.getFieldObj("rjs"), AbstractRJComClient.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[359] clientCheckJob.cancel(false); ^^^^^^^^^^^^^^ Potential null pointer access: The variable clientCheckJob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[432] final Accessor nodeHandler= new Accessor(node1.getNodeHandler(), NodeHandler.class); ^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable NodeHandler' 13. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 436) assertTrue((clientWorker.get(1, TimeUnit.SECONDS) instanceof StatusException)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type StatusException is already an instance of type StatusException 14. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 610) assertTrue((clientWorker.get(1, TimeUnit.SECONDS) instanceof StatusException)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type StatusException is already an instance of type StatusException [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[625] final Accessor nodeHandler= new Accessor(node1.getNodeHandler(), NodeHandler.class); ^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable NodeHandler' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[654] final var poolNodeObjects= this.server.getManager().getPoolNodeObjects(); ^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getManager() may return null 17. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/AbstractServiTest.java (at line 105) final StringBuilder sb= new StringBuilder(String.format("%1$d exception(s) occurred:", errors.size())); ^^^^^^^^^^^^^ The expression of type int is boxed into Integer 18. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/AbstractServiTest.java (at line 108) sb.append(String.format("\n [%1$d] %2$s: %3$s", i, e.getClass().getName(), e.getMessage())); ^ The expression of type int is boxed into Integer 19. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 197) () -> String.format("duration expected: < %1$sms, actual: %2$sms", dMax, d1) ); ^^^^ The expression of type long is boxed into Long 20. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 197) () -> String.format("duration expected: < %1$sms, actual: %2$sms", dMax, d1) ); ^^ The expression of type long is boxed into Long 20 problems (0 errors, 5 warnings, 15 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.servi.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.statet.rj.servi.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/surefire.properties] Running org.eclipse.statet.rj.servi.pool.JMPoolTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.statet.rj.servi.pool.JMPoolTest org.eclipse.statet.rj.servi.pool.JMPoolTest skipped Running org.eclipse.statet.rj.servi.pool.LocalNodeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.pool.LocalNodeTest org.eclipse.statet.rj.servi.pool.LocalNodeTest skipped Running org.eclipse.statet.rj.servi.service.tests.RServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.tests.RServiceTest org.eclipse.statet.rj.servi.service.tests.RServiceTest skipped Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 3 [INFO] All tests passed! [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.servi.webapp >------ [INFO] Building org.eclipse.statet.rj.servi.webapp 4.4.1.202108191400-r [47/148] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.statet.rj.servi.webapp --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.statet.rj.servi.webapp --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [org.eclipse.statet.rj.servi.webapp] in [/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/org.eclipse.statet.rj.servi.webapp-4.4.1.202108191400-r] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/rservi.war [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] -------------< org.eclipse.statet.rj-assemblies:rj.servi >-------------- [INFO] Building rj.servi 4.4.1.202108191400-r [48/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rj.servi --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rj.servi --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rj.servi --- [INFO] [INFO] ------------------< org.eclipse.statet.rj:rj.eclient >------------------ [INFO] Building rj.eclient 4.4.1.202108191400-r [49/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rj.eclient --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rj.eclient --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core >------ [INFO] Building [bundle] StatET RJ - Eclipse Client - Core (Incubation) 4.4.1.202108191400-r [50/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.eclient.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.eclient.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/srcRSetups/org/eclipse/statet/rj/rsetups/RSetupUtil.java:[198] if (fileURI.getScheme().equals("file")) { //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getScheme() may return null 2 problems (0 errors, 1 warning, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.eclient.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --------< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient >--------- [INFO] Building [bundle] StatET RJ - Eclipse Client (Incubation) 4.4.1.202108191400-r [51/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.eclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.eclient --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics >---- [INFO] Building [bundle] StatET RJ - Eclipse Client - R Graphics (Incubation) 4.4.1.202108191400-r [52/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicPage.java:[77] public void createControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from Page specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicPage.java:[91] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicPage.java:[96] handlerService.activateHandler(IWorkbenchCommandConstants.FILE_REFRESH, refreshHandler); ^^^^^^^^^^^^^^ Potential null pointer access: The variable handlerService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicPage.java:[150] public void onStatusChanged(final Status status) { ^^^^^^ Missing non-null annotation: inherited method from StatusChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/RGraphicsPlugin.java:[79] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/RGraphicsPlugin.java:[80] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/RGraphicsPlugin.java:[86] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/RGraphicsPlugin.java:[106] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/RGraphicsPlugin.java:[112] protected void initializeImageRegistry(final ImageRegistry reg) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull 10. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/ColorManager.java (at line 36) Color color= this.colors.get(rgb); ^^^^^^^^^^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull IntHashMap<@NonNull Color>'. Type 'IntHashMap' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/ColorManager.java:[37] if (color == null) { color= new Color( (rgb & 0xff), ((rgb >>> 8) & 0xff), ((rgb >>> 16) & 0xff) ); this.colors.put(rgb, color); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/ColorManager.java:[40] this.colors.put(rgb, color); ^^^^^ 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/ERGraphic.java:[112] List getInstructions(); ^^^^ The return type is incompatible with '@NonNull List' returned from RGraphic.getInstructions() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[94] return this.graphic.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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[138] if (this.viewId.equals(getId(refs[i])) && refs[i].getView(false) == null) { ^^^^^^^ Null type safety (type annotations): The expression of type 'IViewReference' needs unchecked conversion to conform to '@NonNull IViewReference' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[166] return UIAccess.getActiveWorkbenchPage(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWorkbenchPage' needs unchecked conversion to conform to '@NonNull IWorkbenchPage' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[263] this.viewSite.getWorkbenchWindow().getActivePage().showView(this.viewSite.getId(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getActivePage() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[359] public PageBookRGraphicView() { ^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field manager may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[359] public PageBookRGraphicView() { ^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field positionStatusLineItem may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[452] final OpenAdditionalViewHandler openViewHandler= new OpenAdditionalViewHandler(getViewSite()); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IViewSite' needs unchecked conversion to conform to '@NonNull IViewSite' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[467] HandlerContributionItem.STYLE_PUSH, null, false), handlers.get(".OpenView"))); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[60] public boolean changed(final int event, final Tool process) { ^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[60] public boolean changed(final int event, final Tool process) { ^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[76] public void run(final RToolService r, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[76] public void run(final RToolService r, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[97] public boolean changed(final int event, final Tool tool) { ^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[97] public boolean changed(final int event, final Tool tool) { ^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[116] public void run(final RToolService r, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[116] public void run(final RToolService r, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphicFactory.java:[77] public void handleException(final Throwable exception) { ^^^^^^^^^ Illegal redefinition of parameter exception, inherited method from ISafeRunnable does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphicFactory.java:[105] public void handleException(final Throwable exception) { ^^^^^^^^^ Illegal redefinition of parameter exception, inherited method from ISafeRunnable does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphicFactory.java:[145] public void handleException(final Throwable exception) { ^^^^^^^^^ Illegal redefinition of parameter exception, inherited method from ISafeRunnable does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphicFactory.java:[166] this.defaultDisplay= UIAccess.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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphicFactory.java:[202] map.put("display.ppi", dpi.get()); //$NON-NLS-1$ ^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type 'double @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/CopyToDevRunnable.java:[45] public boolean changed(final int event, final Tool tool) { ^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/CopyToDevRunnable.java:[55] public void run(final RToolService r, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/CopyToDevRunnable.java:[55] public void run(final RToolService r, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/DefaultGCRenderer.java:[106] switch (instr.getInstructionType()) { ^^^^^ Potential null pointer access: The variable instr may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/AbstractLocalLocator.java:[111] public String getTypeId() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ToolRunnable.getTypeId() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/AbstractLocalLocator.java:[116] public String getLabel() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ToolRunnable.getLabel() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/AbstractLocalLocator.java:[121] public boolean canRunIn(final Tool tool) { ^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/AbstractLocalLocator.java:[126] public boolean changed(final int event, final Tool tool) { ^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/AbstractLocalLocator.java:[154] public void run(final ToolService service, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/util/AbstractLocalLocator.java:[154] public void run(final ToolService service, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[89] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[94] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[118] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[124] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[158] final Status status= this.graphic.getRHandle().getQueue().addHot(this); ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getRHandle() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[172] this.graphic.getRHandle().getQueue().removeHot(this); ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getRHandle() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[179] public boolean canRunIn(final Tool tool) { ^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[179] public boolean canRunIn(final Tool tool) { ^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[180] return (tool == this.graphic.getRHandle() && super.canRunIn(tool)); ^^^^ Null type safety (type annotations): The expression of type 'Tool' needs unchecked conversion to conform to '@NonNull Tool' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[184] public boolean changed(final int event, final Tool tool) { ^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[184] public boolean changed(final int event, final Tool tool) { ^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[204] protected void run(final RToolService service, ^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[205] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[235] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[346] this.handlerCollection.get(LOCATOR_DONE_COMMAND_ID) )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[351] this.handlerCollection.get(LOCATOR_CANCEL_COMMAND_ID) )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[359] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[363] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[407] this.handlerCollection.get(RESIZE_FIT_COMMAND_ID) )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[453] this.mouseLocationListeners.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicCompositeActionSet.LocationListener' needs unchecked conversion to conform to 'RGraphicCompositeActionSet.@NonNull LocationListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[457] widget.addListener(SWT.MouseDown, this.mouseListenerListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicCompositeActionSet.MouseLocationListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[221] update= ImCollections.newList(EclipseRGraphic.this.instructionsUpdate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to 'ERGraphicInstruction @NonNull[]' 67. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java (at line 320) private int currentFontRFace; ^^^^^^^^^^^^^^^^ The value of the field EclipseRGraphic.currentFontRFace is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[461] this.swtFontManager= manager.getFontManager(this.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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[463] this.swtColorManager= manager.getColorManager(this.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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[504] System.arraycopy(this.instructionsNew, 0, newArray, 0, this.instructionsNewSize); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[648] System.arraycopy(this.instructionsUpdate, 0, newArray, 0, this.instructionsUpdateStart + this.instructionsUpdateSize); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[651] System.arraycopy(this.instructionsNew, 0, this.instructionsUpdate, this.instructionsUpdateStart + this.instructionsUpdateSize, this.instructionsNewSize); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[651] System.arraycopy(this.instructionsNew, 0, this.instructionsUpdate, this.instructionsUpdateStart + this.instructionsUpdateSize, this.instructionsNewSize); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[661] return ImCollections.newList(this.instructionsUpdate).subList(0, ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to 'ERGraphicInstruction @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[747] this.currentFontFamily= this.swtFontManager.getFamily(family); ^^^^^^ 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[940] rControl.addCancelHandler(cancelListener); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Callable' needs unchecked conversion to conform to '@NonNull Callable<@NonNull Boolean>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[973] rControl.removeCancelHandler(cancelListener); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Callable' needs unchecked conversion to conform to '@NonNull Callable<@NonNull Boolean>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[981] this.locatorMessage= new InfoStatus(RGraphics.BUNDLE_ID, callback.getMessage()); ^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1187] ImCollections.newList(this.instructions).subList(0, this.instructionsSize) : ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to 'ERGraphicInstruction @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1234] public void addListener(final Listener listener) { ^^^^^^^^ Missing non-null annotation: inherited method from RGraphic specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1235] this.graphicListeners.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphic.Listener' needs unchecked conversion to conform to 'RGraphic.@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1239] public void removeListener(final Listener listener) { ^^^^^^^^ Missing non-null annotation: inherited method from RGraphic specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1254] listener.onStatusChanged(message); ^^^^^^^ Null type safety (type annotations): The expression of type 'Status' needs unchecked conversion to conform to '@NonNull Status' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1266] this.messageListeners.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'StatusChangeListener' needs unchecked conversion to conform to '@NonNull StatusChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[73] public FontInstance(final int size, final Font font) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field swtFontProperties may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[158] this.font= null; ^^^^ Null type mismatch: required 'FontManager.@NonNull FontInstance' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[488] if (font.swtFontProperties == null) { synchronized (getTestLock()) { final TestGC gc= getTestGC(); gc.setFont(font); } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[491] gc.setFont(font); ^^^^ Null type safety (type annotations): The expression of type 'FontManager.FontInstance' needs unchecked conversion to conform to 'FontManager.@NonNull FontInstance' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/OldGCRenderer.java:[90] switch (instr.getInstructionType()) { ^^^^^ Potential null pointer access: The variable instr may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[89] Double.parseDouble(strings[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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[90] Double.parseDouble(strings[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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[156] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[218] final Composite pageComposite= 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[253] { final Label label= new Label(this.customDpiComposite, SWT.LEFT); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[263] { final Label label= new Label(this.customDpiComposite, SWT.LEFT); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[276] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[286] DialogUtils.setEnabled(this.customDpiComposite, null, this.customEnabled); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Control' 98. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 303) this.customHDpiVisibleValue.setValue(hvalue); ^^^^^^ The expression of type double is boxed into Double 99. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 304) this.customVDpiVisibleValue.setValue(vvalue); ^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[342] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[356] final Label label= new Label(group, SWT.NONE); ^^^^^ Null type safety (type annotations): The expression of type 'Group' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[360] label.setText(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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[362] pref.valueLabel= new Label(group, SWT.BORDER); ^^^^^ Null type safety (type annotations): The expression of type 'Group' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[366] final Button button= new Button(group, SWT.PUSH); ^^^^^ Null type safety (type annotations): The expression of type 'Group' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[371] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[380] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[400] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[408] this.customHDpiVisibleValue= new WritableValue<>(realm, 96.0, Double.class); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' 109. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 408) this.customHDpiVisibleValue= new WritableValue<>(realm, 96.0, Double.class); ^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[409] this.customVDpiVisibleValue= new WritableValue<>(realm, 96.0, Double.class); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' 111. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 409) this.customVDpiVisibleValue= new WritableValue<>(realm, 96.0, Double.class); ^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[413] .observe(this.customHDpiControl), ^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[414] this.customHDpiVisibleValue, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue' 114. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 416) .setAfterGetValidator(new DecimalValidator(10.0, 10000.0, "The value for Horizontal (x) DPI is invalid (10-10000)." )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull DecimalValidator' is made accessible using the less-annotated type 'IValidator', corresponding supertype is 'IValidator<@NonNull Object>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[421] .observe(this.customVDpiControl), ^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[422] this.customVDpiVisibleValue, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue' 117. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 424) .setAfterGetValidator(new DecimalValidator(10.0, 10000.0, "The value for Vertical (x) DPI is invalid (10-10000)." )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull DecimalValidator' is made accessible using the less-annotated type 'IValidator', corresponding supertype is 'IValidator<@NonNull Object>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[430] public void handleValueChange(final ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IValueChangeListener specifies this parameter as @NonNull 119. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 432) RGraphicsPreferencePage.this.customHDpiUserValue= RGraphicsPreferencePage.this.customHDpiVisibleValue.getValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[438] public void handleValueChange(final ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IValueChangeListener specifies this parameter as @NonNull 121. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 440) RGraphicsPreferencePage.this.customVDpiUserValue= RGraphicsPreferencePage.this.customVDpiVisibleValue.getValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[465] DialogUtils.setEnabled(this.symbolChildControls, null, this.symbolUseControl.getSelection()); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[497] this.symbolEncodingControl.setSelection(new StructuredSelection(SYMBOL_ENCODING_DEFAULT)); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicsPreferencePage.Encoding' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[554] new Encoding(null, s) : SYMBOL_ENCODING_DEFAULT )); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicsPreferencePage.Encoding' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[571] ((Encoding) selection.getFirstElement()).prefValue ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFirstElement() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCanvas.java:[93] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[59] protected boolean flushCache(final Control control) { ^^^^^^^ Missing non-null annotation: inherited method from Layout specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[64] protected Point computeSize(final Composite composite, final int wHint, final int hHint, final boolean flushCache) { ^^^^^ The return type is incompatible with '@NonNull Point' returned from Layout.computeSize(Composite, int, int, boolean) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[64] protected Point computeSize(final Composite composite, final int wHint, final int hHint, final boolean flushCache) { ^^^^^^^^^ Missing non-null annotation: inherited method from Layout specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[77] protected void layout(final Composite composite, final boolean flushCache) { ^^^^^^^^^ Missing non-null annotation: inherited method from Layout specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[85] if (hBar.getSize().y >= sc.getSize().y) { ^^^^ Potential null pointer access: The variable hBar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[88] if (vBar.getSize().x >= sc.getSize().x) { ^^^^ Potential null pointer access: The variable vBar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[144] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[265] super(parent, checkStyle(SWT.H_SCROLL | SWT.V_SCROLL)); ^^^^^^ 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[271] hBar.setVisible(false); ^^^^ Potential null pointer access: The variable hBar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[274] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[280] vBar.setVisible(false); ^^^^ Potential null pointer access: The variable vBar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[283] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[290] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[297] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[307] addListener(SWT.MouseDown, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[308] addListener(SWT.MouseMove, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[309] addListener(SWT.MouseExit, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[310] addListener(SWT.MouseUp, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[311] addListener(SWT.KeyDown, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[312] this.canvas.addListener(SWT.MouseDown, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[313] this.canvas.addListener(SWT.MouseMove, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[314] this.canvas.addListener(SWT.MouseExit, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[315] this.canvas.addListener(SWT.MouseUp, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[316] this.canvas.addListener(SWT.KeyDown, this.panListener); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[322] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[336] hostRect.width-= getVerticalBar().getSize().x; ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[345] hostRect.height-= getHorizontalBar().getSize().y; ^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getHorizontalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[398] 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.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[452] this.canvas.addMouseListener(this.locatorListener); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'MouseListener' needs unchecked conversion to conform to '@NonNull MouseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[460] this.canvas.removeMouseListener(this.locatorListener); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'MouseListener' needs unchecked conversion to conform to '@NonNull MouseListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[489] hBar.setMaximum(this.width); ^^^^ Potential null pointer access: The variable hBar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[492] vBar.setMaximum(this.height); ^^^^ Potential null pointer access: The variable vBar may be null at this location 158 problems (0 errors, 148 warnings, 10 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] ------------< org.eclipse.statet.rj-assemblies:rj.eclient >------------- [INFO] Building rj.eclient 4.4.1.202108191400-r [53/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rj.eclient --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rj.eclient --- [INFO] [INFO] ---< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient >--- [INFO] Building [feature] StatET RJ - Eclipse Client (Incubation) 4.4.1.202108191400-r [54/148] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.eclient --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.eclient --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.eclient --- [WARNING] The following referenced plugins has missing sources org.eclipse.statet.rj.eclient_4.4.1.202108191400-r [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.eclient --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] ---< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e >--- [INFO] Building [feature] StatET RJ - RServi E-Compilation (Incubation) 4.4.1.202108191400-r [55/148] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.e --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.servi.e --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.servi.e --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.servi.e --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository >-- [INFO] Building Eclipse StatET RJ - RServi 4.4.1.202108191400-r [56/148] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.repository --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.servi.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.rj.servi.repository --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products (default-publish-products) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-categories (default-publish-categories) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.3.0:archive-repository (default-archive-repository) @ org.eclipse.statet.rj.servi.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/target/org.eclipse.statet.rj.servi.repository-4.4.1.202108191400-r.zip [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.3.0:verify-repository (verify) @ org.eclipse.statet.rj.servi.repository --- [INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/target/repository [INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/target/repository/' has been verified successfully [INFO] [INFO] -----------------< org.eclipse.statet.rj:rj.examples >------------------ [INFO] Building rj.examples 4.4.1.202108191400-r [57/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rj.examples --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rj.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rj.examples --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo >------ [INFO] Building [bundle] StatET RJ - RServi Demo (Incubation) 4.4.1.202108191400-r [58/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.demo --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.example.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.example.demo --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[121] Control content= createContent(parent); ^^^^^^^ The value of the local variable content is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[165] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[190] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[209] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[220] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[231] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[250] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[260] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[269] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[285] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[305] public void widgetSelected(SelectionEvent event) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[331] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[333] fFunctionBuilder.add(arg.length() > 0 ? arg : null, fData); ^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[344] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[357] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[371] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[389] final Label label= new Label(composite, 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[390] label.setText(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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[396] final Label label= new Label(composite, 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[504] fRServi.evalVoid(command, null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[518] RObject data= fRServi.evalData(command, null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[535] RObject data= fFunctionBuilder.evalData(null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[552] fRServi.assignData(command, fData, null); ^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[552] fRServi.assignData(command, fData, null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[583] fRServi.uploadFile(in, file.length(), remote, 0, null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[630] fRServi.downloadFile(out, remote, 0, null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[682] inst.install(fRServi, null); ^^^^^^^ Null type safety (type annotations): The expression of type 'RServi' needs unchecked conversion to conform to '@NonNull RService' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[682] inst.install(fRServi, null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[710] public void widgetDisposed(DisposeEvent e) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[35] import org.eclipse.statet.jcommons.runtime.AppEnvironment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.statet.jcommons.runtime.AppEnvironment is never used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[83] nPointsLabel= new Label(shell, SWT.NULL); ^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[95] correlationLabel= new Label(shell, SWT.NULL); ^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[102] correlationValueLabel= new Label(shell, SWT.NULL); ^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[121] pngLabel= new Label(shell, SWT.IMAGE_PNG); ^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[129] messageLabel= new Label(shell, SWT.BORDER); ^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[137] public void modifyText(ModifyEvent event) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ModifyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[144] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[149] public void widgetDefaultSelected(SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[187] massCall.evalVoid(null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[188] fRservi.evalVoid("mu <- c(0,0)", null); // does not change ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[189] fRservi.evalVoid("r <- " + (rValue-1001)/1001, null); // set default value, here: 0 ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[190] fRservi.evalVoid("n <- " + nValue, null); // set default value ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[226] fRservi.evalVoid("n <- " + nPointsValue, null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[254] fRservi.evalVoid("r <- " + rValue, null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[268] fRservi.evalVoid("sigma <- matrix(rep(r, 4), ncol= 2)", null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[269] fRservi.evalVoid("diag(sigma) <- c(1,1)", null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[270] fRservi.evalVoid("xy <- mvrnorm(n= n, mu= mu, Sigma= sigma)", null); ^^^^ Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null 47 problems (47 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.example.demo --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1 >---- [INFO] Building [bundle] StatET RJ - RServi RCP Demo 1 (Incubation) 4.4.1.202108191400-r [59/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[70] public boolean contains(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[74] public boolean isConflicting(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[84] RjsComConfig.setProperty("rj.servi.graphicFactory", graphicFactory); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RClientGraphicFactory' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[139] final StringBuilder sb= new StringBuilder(locations.get(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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[144] rConfig.getEnvironmentVariables().put(varName, sb.toString()); ^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[172] final RServiNodeFactory nodeFactory= RServiImpl.createLocalNodeFactory(this.name, context); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[176] final RServiNodeManager newLocalR= RServiImpl.createNodeManager(this.name, registry, nodeFactory); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[201] return RServiUtils.getRServi(config.address, key); ^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[64] public void createPartControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from IWorkbenchPart specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[64] public void createPartControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from WorkbenchPart specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[65] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[80] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RJob.java:[45] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RJob.java:[45] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[54] return imageDescriptorFromPlugin(BUNDLE_ID, 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[71] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[72] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[77] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[79] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[57] public void createPartControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from IWorkbenchPart specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[57] public void createPartControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from WorkbenchPart specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[58] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[86] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[115] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull 24 problems (24 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2 >---- [INFO] Building [bundle] StatET RJ - RServi RCP Demo 2 (Incubation) 4.4.1.202108191400-r [60/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[85] RjsComConfig.setProperty("rj.servi.graphicFactory", graphicFactory); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RClientGraphicFactory' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[142] final StringBuilder sb= new StringBuilder(locations.get(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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[147] rConfig.getEnvironmentVariables().put(varName, sb.toString()); ^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[175] final RServiNodeFactory nodeFactory= RServiImpl.createLocalNodeFactory(this.name, context); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[179] final RServiNodeManager newLocalR= RServiImpl.createNodeManager(this.name, registry, nodeFactory); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[197] this.currentSession= new RServiSession(servi) { ^^^^^ Null type safety (type annotations): The expression of type 'RServi' needs unchecked conversion to conform to '@NonNull RServi' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[224] status= session.getQueue().add(runnable); ^^^^^^^^ Null type safety (type annotations): The expression of type 'ToolRunnable' needs unchecked conversion to conform to '@NonNull ToolRunnable' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[267] return RServiUtils.getRServi(config.address, key); ^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[76] public void createPartControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from IWorkbenchPart specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[76] public void createPartControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from WorkbenchPart specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[77] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[92] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[159] protected void run(final RToolService r, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[159] protected void run(final RToolService r, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[56] return imageDescriptorFromPlugin(BUNDLE_ID, 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[73] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[74] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[79] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/Activator.java:[90] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[57] public void createPartControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from IWorkbenchPart specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[57] public void createPartControl(final Composite parent) { ^^^^^^^^^ Missing non-null annotation: inherited method from WorkbenchPart specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[58] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[86] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[115] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[45] import org.eclipse.statet.internal.rj.servi.RServiImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RServiImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[185] return (FQRObject) RServiSession.this.servi.findData(symbol, env, inherits, factoryId, options, depth, m ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from FQRObject to FQRObject [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[239] 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.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[285] if (event.getResult().getSeverity() == IStatus.CANCEL) { ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getResult() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[371] ((RServiImpl) this.servi).setRHandle(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from RServi to RServiImpl [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[371] ((RServiImpl) this.servi).setRHandle(this); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RServiImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[371] ((RServiImpl) this.servi).setRHandle(this); ^^^^^^^^^^ Discouraged access: The method 'RServiImpl.setRHandle(RTool)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[374] else { doTerminate(); } ^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[388] this.servi= null; ^^^^ Null type mismatch: required '@NonNull RServi' but the provided value is null 33 problems (33 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] ------------< org.eclipse.statet.rj-assemblies:rj.examples >------------ [INFO] Building rj.examples 4.4.1.202108191400-r [61/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rj.examples --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rj.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rj.examples --- [INFO] [INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2 >-- [INFO] Building [feature] StatET RJ - RCP Demo 2 (Incubation) 4.4.1.202108191400-r [62/148] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --------------< org.eclipse.statet.rj-assemblies:rcpdemo >-------------- [INFO] Building [product] RServi RCP Demo 4.4.1.202108191400-r [63/148] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rcpdemo --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ rcpdemo --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ rcpdemo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ rcpdemo --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products (default-publish-products) @ rcpdemo --- [INFO] Fetching org.eclipse.equinox.executable_3.8.1200.v20210527-0259.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/features/ (312.5kB) [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-categories (default-publish-categories) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:attach-artifacts (default-attach-artifacts) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.3.0:assemble-repository (default-assemble-repository) @ rcpdemo --- [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (29.94kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (77.96kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (35.42kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (24.22kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (103.49kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (83.68kB) [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (52.36kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (8.13kB) [INFO] Fetching org.eclipse.e4.rcp_4.20.0.v20210602-2209.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/features/ (21.04kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/binary/ (34.02kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (42.69kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (9.44kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/features/ (19.16kB) [INFO] Fetching org.eclipse.rcp_root_4.20.0.v20210611-1600 from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/binary/ (24.93kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (81.72kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (7.89kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/binary/ (154.17kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (40.08kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/binary/ (17.01kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (7.61kB) [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.3.0:archive-repository (default-archive-repository) @ rcpdemo --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/rcpdemo-4.4.1.202108191400-r.zip [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rcpdemo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-director-plugin:2.3.0:materialize-products (materialize-products) @ rcpdemo --- [INFO] Installing product rcpdemo for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/linux/gtk/x86_64 Installing rcpdemo 4.4.1.202108191400-r. Operation completed in 1139 ms. [INFO] Installing product rcpdemo for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/win32/win32/x86_64 Installing rcpdemo 4.4.1.202108191400-r. Operation completed in 869 ms. [INFO] Installing product rcpdemo for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/macosx/cocoa/x86_64/Eclipse.app Installing rcpdemo 4.4.1.202108191400-r. Operation completed in 855 ms. [INFO] [INFO] --- tycho-p2-director-plugin:2.3.0:archive-products (archive-products) @ rcpdemo --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-macosx.cocoa.x86_64.zip [INFO] [INFO] --- tycho-p2-repository-plugin:2.3.0:verify-repository (verify) @ rcpdemo --- [INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/repository [INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/repository/' has been verified successfully [INFO] [INFO] --------< org.eclipse.statet-releng:org.eclipse.statet-eutils >--------- [INFO] Building org.eclipse.statet-eutils 4.4.1.202108191400-r [64/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-eutils --- [INFO] [INFO] ----------------< org.eclipse.statet.eutils:autonature >---------------- [INFO] Building autonature 4.4.1.202108191400-r [65/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ autonature --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ autonature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ autonature --- [INFO] [INFO] ---< org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature >--- [INFO] Building [bundle] StatET EUtils - Auto-Nature (Incubation) 4.4.1.202108191400-r [66/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autonature --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.eutils.autonature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.eutils.autonature --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfiguratorTask.java:[99] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/NatureTask.java:[114] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ResourceListener.java:[59] public void resourceChanged(final IResourceChangeEvent event) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IResourceChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizard.java:[62] setDialogSettings(DialogUtils.getDialogSettings(Activator.getInstance(), "ConfigureProjectWizard")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Activator' needs unchecked conversion to conform to '@NonNull Plugin' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizard.java:[87] public void run(final IProgressMonitor monitor) throws InvocationTargetException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizard.java:[174] public void run(final IProgressMonitor monitor) throws InvocationTargetException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[44] return this.collator.compare(o1.getLabel(), o2.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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[44] return this.collator.compare(o1.getLabel(), o2.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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[55] return this.collator.compare(o1.getLabel(), o2.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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[55] return this.collator.compare(o1.getLabel(), o2.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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[62] Collections.sort(configs, new AutoConfigComparator()); ^^^^^^^ 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[66] Collections.sort(configs, new TaskComparator()); ^^^^^^^ 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[70] final CheckboxTableComposite tableComposite= new CheckboxTableComposite(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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[85] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/UIUtils.java:[95] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectHandler.java:[49] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectHandler.java:[60] (activePart != null) ? activePart.getSite().getShell() : UIAccess.getActiveWorkbenchShell(true), ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null 18. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java (at line 52) private final IProject project; ^^^^^^^ The value of the field ConfigureProjectWizardPage.project is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[79] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[97] tableComposite.viewer, this.toConfigTasks, this.editableTasks ) { ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'HashSet' needs unchecked conversion to conform to '@NonNull Set', corresponding supertype is 'Set' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[97] tableComposite.viewer, this.toConfigTasks, this.editableTasks ) { ^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[99] public boolean getChecked(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ViewerUtils.CheckboxColumnControl specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[101] || super.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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[114] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[130] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[173] this.alreadyConfigTasks.addAll(alreadyConfigTasks); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[174] this.toConfigTasks.addAll(recommendTasks); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection', corresponding supertype is 'Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[181] public void checkStateChanged(final CheckStateChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICheckStateListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoConfig.java:[89] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[79] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[79] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[194] Arrays.asList(nature.getRequiredNatureIds()) ) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[210] public synchronized 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[67] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[113] this.entryViewer.setCheckedElements(checked.toArray()); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]' 36. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java (at line 122) final List enabled= Arrays.asList(this.entryViewer.getCheckedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[150] this.entryViewer.setCheckedElements(checked.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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/Activator.java:[73] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/Activator.java:[74] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/Activator.java:[83] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/Activator.java:[85] 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.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/Activator.java:[94] public void preferenceChange(final PreferenceChangeEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IEclipsePreferences.IPreferenceChangeListener specifies this parameter as @NonNull 43. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/TaskProcessor.java (at line 219) NLS.bind("The auto project configuration failed for {0} projects.", status.size()), ^^^^^^^^^^^^^ The expression of type int is boxed into Integer 43 problems (0 errors, 40 warnings, 3 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.eutils.autonature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.eutils.autonature --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] ----------< org.eclipse.statet.eutils-assemblies:autonature >----------- [INFO] Building autonature 4.4.1.202108191400-r [67/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ autonature --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ autonature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ autonature --- [INFO] [INFO] --< org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature >-- [INFO] Building [feature] StatET Auto Project Configuration (Incubation) 4.4.1.202108191400-r [68/148] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autonature --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.eutils.autonature --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] -----------------< org.eclipse.statet.eutils:autorun >------------------ [INFO] Building autorun 4.4.1.202108191400-r [69/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ autorun --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ autorun --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ autorun --- [INFO] [INFO] ----< org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun >----- [INFO] Building [bundle] StatET EUtils - Auto Run (Incubation) 4.4.1.202108191400-r [70/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autorun --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.eutils.autorun --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.eutils.autorun --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/Activator.java:[52] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/Activator.java:[53] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/Activator.java:[58] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/Activator.java:[60] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[36] import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationComparator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationComparator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.0.v20210525-1810/org.eclipse.debug.ui-3.15.0.v20210525-1810.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[37] import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTreeContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationTreeContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.0.v20210525-1810/org.eclipse.debug.ui-3.15.0.v20210525-1810.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[94] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[113] this.entryViewer.setContentProvider(new LaunchConfigurationTreeContentProvider(ILaunchManager.RUN_MODE, getShell()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationTreeContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.0.v20210525-1810/org.eclipse.debug.ui-3.15.0.v20210525-1810.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[113] this.entryViewer.setContentProvider(new LaunchConfigurationTreeContentProvider(ILaunchManager.RUN_MODE, getShell()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LaunchConfigurationTreeContentProvider(String, Shell)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.0.v20210525-1810/org.eclipse.debug.ui-3.15.0.v20210525-1810.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[116] final Object[] children= super.getChildren(parentElement); ^^^^^^^^^^^ Discouraged access: The method 'LaunchConfigurationTreeContentProvider.getChildren(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.0.v20210525-1810/org.eclipse.debug.ui-3.15.0.v20210525-1810.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[119] if (super.hasChildren(children[i])) { ^^^^^^^^^^^ Discouraged access: The method 'LaunchConfigurationTreeContentProvider.hasChildren(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.0.v20210525-1810/org.eclipse.debug.ui-3.15.0.v20210525-1810.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[126] this.entryViewer.setComparator(new LaunchConfigurationComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationComparator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.0.v20210525-1810/org.eclipse.debug.ui-3.15.0.v20210525-1810.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[126] this.entryViewer.setComparator(new LaunchConfigurationComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LaunchConfigurationComparator()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.0.v20210525-1810/org.eclipse.debug.ui-3.15.0.v20210525-1810.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[137] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[157] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[157] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[159] final Iterator iter= ((Set) element).iterator(); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[161] append(AutoRunPreferencePage.this.launchManager.getLaunchMode(iter.next())); ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[164] append(AutoRunPreferencePage.this.launchManager.getLaunchMode(iter.next())); ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[189] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[195] 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[198] AutoRunPreferencePage.this.lastMode= (Set) element; ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set 23. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java (at line 216) final Set> combinations= ((ILaunchConfiguration) element).getType() .getSupportedModeCombinations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull Set<@NonNull String>>' is made accessible using the less-annotated type 'Set>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[226] final Set[] array= combinations.toArray(new Set[combinations.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set[] needs unchecked conversion to conform to Set[] [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[230] this.modeViewer.setSelection(new StructuredSelection(this.lastMode)); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Set' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[233] this.modeViewer.setSelection(new StructuredSelection(array[0])); ^^^^^^^^ Null type safety (type annotations): The expression of type 'Set' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[312] final Set modes= (Set) ((IStructuredSelection) this.modeViewer.getSelection()).getFirstElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[48] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[48] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[50] final ILaunchConfiguration config= DebugPlugin.getDefault().getLaunchManager().getLaunchConfiguration(this.key); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[51] if (config == null) { final IStatus status= new Status(IStatus.WARNING, Activator.BUNDLE_ID, 101, "The configured launch configuration for Auto Run could not be loaded.", null); StatusManager.getManager().handle(status); return Status.OK_STATUS; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[58] config.launch(this.mode, monitor, false, true); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 32 problems (0 errors, 31 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.eutils.autorun --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.eutils.autorun --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] ------------< org.eclipse.statet.eutils-assemblies:autorun >------------ [INFO] Building autorun 4.4.1.202108191400-r [71/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ autorun --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ autorun --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ autorun --- [INFO] [INFO] --< org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun >-- [INFO] Building [feature] StatET Auto Run (Incubation) 4.4.1.202108191400-r [72/148] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autorun --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.eutils.autorun --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.4.1.202108191400-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] ----------< org.eclipse.statet-releng:org.eclipse.statet-ltk >---------- [INFO] Building org.eclipse.statet-ltk 4.4.1.202108191400-r [73/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-ltk --- [INFO] [INFO] ---------------------< org.eclipse.statet.ltk:ltk >--------------------- [INFO] Building ltk 4.4.1.202108191400-r [74/148] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ ltk --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ ltk --- [INFO] [INFO] -----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk >------------ [INFO] Building [bundle] StatET LTK (Incubation) 4.4.1.202108191400-r [75/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ltk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ltk --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk --- [INFO] [INFO] ---------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.core >--------- [INFO] Building [bundle] StatET LTK - Core (Incubation) 4.4.1.202108191400-r [76/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.core --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ltk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ltk.core --- [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringChange.java:[43] super(name); ^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringChange.java:[59] super(name, changes); ^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringChange.java:[59] super(name, changes); ^^^^^^^ Null type safety (type annotations): The expression of type 'Change[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicNameAccessSet.java:[57] Arrays.sort(labelArray); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicNameAccessSet.java:[59] this.labelsSorted= ImCollections.newList(labelArray); ^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/GitConfigInfo.java:[32] return new UserInfo(name, email, 2); ^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/GitConfigInfo.java:[32] return new UserInfo(name, email, 2); ^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/FileBufferWorkingBuffer.java:[67] { final IPath path= ((IFile)this.unit.getResource()).getFullPath(); ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getResource() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/FileBufferWorkingBuffer.java:[115] { final IPath path= ((IFile)this.unit.getResource()).getFullPath(); ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getResource() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/FileBufferWorkingBuffer.java:[132] return createContentFromDocument(buffer.getDocument()); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/FileBufferWorkingBuffer.java:[145] { final IPath path= ((IFile)this.unit.getResource()).getFullPath(); ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getResource() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[59] natureIds.add(id); ^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[81] public ElementSet(final List elements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field filesContainingElements may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[81] public ElementSet(final List elements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field resourcesOwnedByElements may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[94] this(ImCollections.newList(elements)); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[114] if (this.resources == null) { this.resources= new ArrayList<>(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[229] if (projects.add(projectToAdd[i])) { ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IProject' needs unchecked conversion to conform to '@NonNull IProject' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/PartitionerDocumentSetupParticipant.java:[72] ((IDocumentPartitionerExtension3)partitioner).connect(document, true); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/PartitionerDocumentSetupParticipant.java:[75] partitioner.connect(document); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[89] public static @Nullable SourceStructElement getCoveringSourceElement(final SourceStructElement root, ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[89] public static @Nullable SourceStructElement getCoveringSourceElement(final SourceStructElement root, ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[94] public static @Nullable SourceStructElement getCoveringSourceElement(final SourceStructElement root, ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[94] public static @Nullable SourceStructElement getCoveringSourceElement(final SourceStructElement root, ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[96] SourceStructElement ok= root; ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[98] final List children= ok.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[98] final List children= ok.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[98] final List children= ok.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[99] for (final SourceStructElement child : children) { ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[124] public static int searchCoveringSourceElement(final List elements, ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[146] public static @Nullable T getCoveringSourceElement(final List elements, ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/MultiRefactoringFactory.java:[76] final String elementType= ((LtkModelElement)array[i]).getModelTypeId(); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/MultiRefactoringFactory.java:[91] type= ((LtkModelElement)elements).getModelTypeId(); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/EmbeddingForeignReconcileTask.java:[24] public interface EmbeddingForeignReconcileTask { ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/EmbeddingForeignReconcileTask.java:[34] void setEmbeddedElement(final SourceStructElement element); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/core/rules/BufferedDocumentScanner.java:[75] content.getChars(0, this.fBufferLength, this.fBuffer, 0); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/AbstractModelEventJob.java:[55] public SafeRunnable(final ElementChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field listener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/AbstractModelEventJob.java:[65] public void handleException(final Throwable e) { ^^^^^^^^^ Illegal redefinition of parameter e, inherited method from ISafeRunnable does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/AbstractModelEventJob.java:[79] public Task(final TModelElement element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field newInfo may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/AbstractModelEventJob.java:[79] public Task(final TModelElement element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field oldInfo may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/AbstractModelEventJob.java:[162] task.run(); ^^^^ Potential null pointer access: The variable task may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[42] super(change.getName()); ^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[48] super(name); ^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[53] super(name, changes); ^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[53] super(name, changes); ^^^^^^^ Null type safety (type annotations): The expression of type 'Change[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[62] public void initializeValidationData(final IProgressMonitor pm) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from CompositeChange specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[63] super.initializeValidationData(pm); ^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[81] public RefactoringStatus isValid(final IProgressMonitor pm) throws CoreException { ^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull RefactoringStatus' returned from CompositeChange.isValid(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[81] public RefactoringStatus isValid(final IProgressMonitor pm) throws CoreException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from CompositeChange specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[83] return super.isValid(pm); ^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[101] public void resourceChanged(final IResourceChangeEvent event) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IResourceChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[106] Messages.DynamicValidationState_WorkspaceChanged_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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModels.java:[28] return LtkCorePlugin.getSafe().getSourceUnitManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceUnitManager' needs unchecked conversion to conform to '@NonNull SourceUnitManager' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/CharCodepointIterator.java:[49] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/CharCodepointIterator.java:[49] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/CharCodepointIterator.java:[78] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/CharCodepointIterator.java:[78] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/CharCodepointIterator.java:[79] return new String(this.fArray, getBeginIndex() - this.fArrayOffset, getEndIndex() - getBeginIndex()); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/core/rules/OperatorRule.java:[44] System.arraycopy(this.list, 0, extList, 0, this.list.length); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'OperatorRule.CharLeaf[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[73] doc.get() ); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[77] return new SourceContent(System.currentTimeMillis(), doc.get()); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[162] checkDocument(doc); ^^^ Null type mismatch: required '@NonNull AbstractDocument' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[167] return doc; ^^^ Null type mismatch: required '@NonNull AbstractDocument' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[200] return !resource.getResourceAttributes().isReadOnly(); ^^^^^^^^ Potential null pointer access: The variable resource may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[203] return resource.getWorkspace().validateEdit(new IFile[] { resource }, IWorkspace.VALIDATE_PROMPT).isOK(); ^^^^^^^^ Potential null pointer access: The variable resource may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[209] return !store.fetchInfo(EFS.NONE, monitor).getAttribute(EFS.ATTRIBUTE_READ_ONLY); ^^^^^ Potential null pointer access: The variable store may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[253] return FileBuffers.getTextFileBufferManager().createEmptyDocument( ((IFile)this.unit.getResource()).getFullPath(), LocationKind.IFILE ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[254] ((IFile)this.unit.getResource()).getFullPath(), ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getResource() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[257] return FileBuffers.getTextFileBufferManager().createEmptyDocument( URIUtil.toPath(((IFileStore)this.unit.getResource()).toURI()), LocationKind.LOCATION ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[258] URIUtil.toPath(((IFileStore)this.unit.getResource()).toURI()), ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getResource() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[261] return FileBuffers.getTextFileBufferManager().createEmptyDocument(null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[279] public void run(final BufferedReader reader, final IProgressMonitor monitor) throws IOException { ^^^^^^^^^^^^^^ Illegal redefinition of parameter reader, inherited method from FileUtil.ReaderAction does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[279] public void run(final BufferedReader reader, final IProgressMonitor monitor) throws IOException { ^^^^^^^^^^^^^^^^ Illegal redefinition of parameter monitor, inherited method from FileUtil.ReaderAction does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[321] public void run(final BufferedReader reader, final IProgressMonitor monitor) throws IOException { ^^^^^^^^^^^^^^ Illegal redefinition of parameter reader, inherited method from FileUtil.ReaderAction does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicWorkingBuffer.java:[321] public void run(final BufferedReader reader, final IProgressMonitor monitor) throws IOException { ^^^^^^^^^^^^^^^^ Illegal redefinition of parameter monitor, inherited method from FileUtil.ReaderAction does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonRefactoringDescriptor.java:[72] Messages.Common_error_CannotCreateFromDescr_message)); // default refactoring descriptor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonCopyProcessor.java:[123] final ResourceChangeChecker checker= context.getChecker(ResourceChangeChecker.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull ResourceChangeChecker'. Declaring type 'CheckConditionsContext' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonCopyProcessor.java:[158] final String source= (project != null) ? ^^^^^^ The value of the local variable source is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonMoveProcessor.java:[125] final ResourceChangeChecker checker= context.getChecker(ResourceChangeChecker.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull ResourceChangeChecker'. Declaring type 'CheckConditionsContext' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonMoveProcessor.java:[160] final String source= (project != null) ? ^^^^^^ The value of the local variable source is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[31] public class LtkModelElementComparator implements Comparator { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[49] public int compare(final @Nullable LtkModelElement e1, final @Nullable LtkModelElement e2) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[49] public int compare(final @Nullable LtkModelElement e1, final @Nullable LtkModelElement e2) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[67] return compareSourceElementsInUnit((SourceElement)e1, (SourceElement)e2); ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[67] return compareSourceElementsInUnit((SourceElement)e1, (SourceElement)e2); ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[92] protected int compareSourceElementsInUnit(final SourceElement e1, final SourceElement e2) { ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[92] protected int compareSourceElementsInUnit(final SourceElement e1, final SourceElement e2) { ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[93] return e1.getSourceRange().getStartOffset() - e2.getSourceRange().getStartOffset(); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSourceRange() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/util/LtkModelElementComparator.java:[93] return e1.getSourceRange().getStartOffset() - e2.getSourceRange().getStartOffset(); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSourceRange() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/GenericFragmentSourceUnit.java:[191] final SubMonitor m= SubMonitor.convert(monitor, 1); ^ The value of the local variable m is not used 90. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java (at line 90) private @Nullable ITypedRegion currentPartition; ^^^^^^^^^^^^^^^^ The value of the field BasicHeuristicTokenScanner.PartitionBasedCondition.currentPartition is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java:[383] public void configure(final IDocument document, final String partitionType) { ^^^^^^^^^ Illegal redefinition of parameter document, inherited method from ITokenScanner does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java:[383] public void configure(final IDocument document, final String partitionType) { ^^^^^^ Illegal redefinition of parameter partitionType, inherited method from ITokenScanner does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java:[461] public int findClosingPeer(final int start, final char[] pair) { ^^^^^^ Illegal redefinition of parameter pair, inherited method from ITokenScanner does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java:[466] public int findClosingPeer(int start, final char[] pair, final char escapeChar) { ^^^^^^ Illegal redefinition of parameter pair, inherited method from ITokenScanner does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java:[500] public int findOpeningPeer(int start, final char[] pair) { ^^^^^^ Illegal redefinition of parameter pair, inherited method from ITokenScanner does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java:[534] public int findOpeningPeer(int start, final char[] pair, final char escapeChar) { ^^^^^^ Illegal redefinition of parameter pair, inherited method from ITokenScanner does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java:[600] forwardOffset= scanForward(forwardOffset, forwardBound, condition); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'BasicHeuristicTokenScanner.StopCondition' needs unchecked conversion to conform to 'BasicHeuristicTokenScanner.@NonNull StopCondition' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/IndentUtil.java:[799] return new String(repeat(' ', indentColumn)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/IndentUtil.java:[809] return new String(repeat(' ', this.numOfSpaces - rest)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/IndentUtil.java:[824] return new String(repeat(' ', this.tabWidth - rest)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' 101. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/IndentUtil.java (at line 885) return NLS.bind("No indentation char: ''{0}''.", ((char)c)); //$NON-NLS-1$ ^^^^^^^^^ The expression of type char is boxed into Character [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/MultiContentSectionCharPairMatcher.java:[133] this.sections.getType(document, offset) ); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/MultiContentSectionCharPairMatcher.java:[149] this.sections.getType(document, offset) ); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java:[52] public TaskMarkerHandler(final String markerId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field resource may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java:[52] public TaskMarkerHandler(final String markerId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field sourceContent may not have been initialized 106. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 98) attributes.put(IMarker.PRIORITY, prio.getMarkerPriority()); ^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 107. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 99) attributes.put(IMarker.LINE_NUMBER, (lineNumber > 0) ? lineNumber : 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 108. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 101) attributes.put(IMarker.CHAR_START, offset); ^^^^^^ The expression of type int is boxed into Integer 109. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 102) attributes.put(IMarker.CHAR_END, offset + message.length()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 110. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 104) attributes.put(IMarker.USER_EDITABLE, false); ^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/core/util/UserInfo.java:[89] gAuthorInfo= new UserInfo(name, email, source); ^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[99] private static final Comparator MODELELEMENT_SORTER= new LtkModelElementComparator(); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized 113. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 99) private static final Comparator MODELELEMENT_SORTER= new LtkModelElementComparator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull LtkModelElementComparator' is made accessible using the less-annotated type 'Comparator', corresponding supertype is 'Comparator<@NonNull LtkModelElement>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[110] public Comparator getModelElementComparator() { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[135] public SourceStructElement[] checkElements(final SourceStructElement[] elements) { ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[135] public SourceStructElement[] checkElements(final SourceStructElement[] elements) { ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[140] SourceStructElement last= elements[0]; ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[143] final List checked= new ArrayList<>(elements.length); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[144] for (final SourceStructElement element : elements) { ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[172] if (su == null) { return null; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[176] if (doc == null) { return null; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[226] public String getSourceCodeStringedTogether(final SourceStructElement[] sourceElements, ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[228] return getSourceCodeStringedTogether(new ElementSet((Object[]) sourceElements), monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to 'Object @NonNull[]' 124. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 242) final List> modelElements= sourceElements.getModelElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull LtkModelElement>' is made accessible using the less-annotated type 'List>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[257] su.connect(m.newChild(1)); ^^ Potential null pointer access: The variable su may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[262] getSourceCode((SourceElement)element, doc, scanner, codeFragments); ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[274] throw new CoreException(failDocAnalyzation(e)); ^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[285] protected void getSourceCode(final SourceElement element, final AbstractDocument doc, ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[294] public TextRegion expandElementRange(final SourceElement element, final AbstractDocument document, ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[298] int start= sourceRange.getStartOffset(); ^^^^^^^^^^^ Potential null pointer access: The variable sourceRange may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[317] scanner.configure(doc); ^^^ Null type safety (type annotations): The expression of type 'AbstractDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[345] scanner.configure(document); ^^^^^^^^ Null type safety (type annotations): The expression of type 'AbstractDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[373] for (final LtkModelElement element : elements.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[386] public boolean canDelete(final LtkModelElement element) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[410] final ResourceAttributes attributes= resource.getParent().getResourceAttributes(); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[420] return canInsert(elements, (SourceElement)to.getInitialObjects().get(0), to.getPosition()); ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[425] protected boolean canInsert(final ElementSet elements, final SourceElement to, ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[436] for (final LtkModelElement element : elements.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[441] for (final IResource element : elements.getResources()) { ^^^^^^^ The value of the local variable element is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[446] return !elements.includes(to); ^^ Null type safety (type annotations): The expression of type 'SourceElement' needs unchecked conversion to conform to '@NonNull LtkModelElement', corresponding supertype is 'LtkModelElement' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[449] protected boolean canInsert(final LtkModelElement element) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[466] protected boolean canInsertTo(final LtkModelElement element) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[483] for(final LtkModelElement element : elements.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[493] Resources.checkInSync(resources.toArray(new IResource[resources.size()])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[500] for(final LtkModelElement element : elements.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[510] result.merge(RefactoringStatus.create(Resources.checkInSync(array))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[511] result.merge(RefactoringStatus.create(Resources.makeCommittable(array, IWorkspace.VALIDATE_PROMPT))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[515] for (final LtkModelElement element : elements.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[541] public void checkFinalToDelete(final RefactoringStatus result, final LtkModelElement element) throws CoreException { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[549] final List children= ((SourceStructElement)element).getSourceChildren(null); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[549] final List children= ((SourceStructElement)element).getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[549] final List children= ((SourceStructElement)element).getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[549] final List children= ((SourceStructElement)element).getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[550] for (final LtkModelElement child : children) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[585] for (final LtkModelElement element : elements.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[608] public boolean hasReadOnlyElements(final LtkModelElement element) throws CoreException { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized 157. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 637) final Set natureIds= ElementSet.getAffectedProjectNatures(elementsToDelete); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[637] final Set natureIds= ElementSet.getAffectedProjectNatures(elementsToDelete); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ElementSet' needs unchecked conversion to conform to '@NonNull ElementSet' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[644] list.addAll(Arrays.asList(deletes)); ^^^^^^^ Null type safety (type annotations): The expression of type 'DeleteParticipant[]' needs unchecked conversion to conform to 'DeleteParticipant @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[650] list.addAll(Arrays.asList(deletes)); ^^^^^^^ Null type safety (type annotations): The expression of type 'DeleteParticipant[]' needs unchecked conversion to conform to 'DeleteParticipant @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[652] for (final LtkModelElement element : elementsToDelete.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[656] list.addAll(Arrays.asList(deletes)); ^^^^^^^ Null type safety (type annotations): The expression of type 'DeleteParticipant[]' needs unchecked conversion to conform to 'DeleteParticipant @NonNull[]' 163. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 666) final Set natureIds= ElementSet.getAffectedProjectNatures( ImCollections.newList(elementsToMove, destination) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[667] ImCollections.newList(elementsToMove, destination) ); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ElementSet' needs unchecked conversion to conform to '@NonNull ElementSet' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[667] ImCollections.newList(elementsToMove, destination) ); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RefactoringDestination' needs unchecked conversion to conform to '@NonNull ElementSet' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[681] for (final LtkModelElement element : elementsToMove.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[684] list.addAll(Arrays.asList(deletes)); ^^^^^^^ Null type safety (type annotations): The expression of type 'MoveParticipant[]' needs unchecked conversion to conform to 'MoveParticipant @NonNull[]' 168. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 694) final Set natureIds= ElementSet.getAffectedProjectNatures( ImCollections.newList(elementsToCopy, destination) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[695] ImCollections.newList(elementsToCopy, destination) ); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ElementSet' needs unchecked conversion to conform to '@NonNull ElementSet' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[695] ImCollections.newList(elementsToCopy, destination) ); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RefactoringDestination' needs unchecked conversion to conform to '@NonNull ElementSet' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[709] for (final LtkModelElement element : elementsToCopy.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[713] list.addAll(Arrays.asList(deletes)); ^^^^^^^ Null type safety (type annotations): The expression of type 'CopyParticipant[]' needs unchecked conversion to conform to 'CopyParticipant @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[758] final CompositeChange result= new CompositeChange(changeName); ^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[762] result.addAll(manager.getAllChanges()); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextChange[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[771] final CompositeChange result= new CompositeChange(changeName); ^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[778] result.addAll(manager.getAllChanges()); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextChange[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[787] final CompositeChange result= new CompositeChange(changeName); ^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[793] result.addAll(manager.getAllChanges()); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextChange[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[804] final CompositeChange result= new CompositeChange(changeName); ^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[808] result.addAll(manager.getAllChanges()); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextChange[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[819] final Map> suSubChanges= new HashMap<>(); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[820] for (final LtkModelElement element : elements.getModelElements()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[827] List list= suSubChanges.get(su); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[837] for (final Map.Entry> suChanges : suSubChanges.entrySet()) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[844] final SourceUnit su, final List elementsInUnit, ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[856] for (final LtkModelElement element : elementsInUnit) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[857] final SourceElement member= (SourceElement)element; ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[857] final SourceElement member= (SourceElement)element; ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[865] throw new CoreException(failCreation(e)); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[872] protected Change createChangeToDelete(final ElementSet elements, final LtkModelElement element) throws CoreException { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[873] final IResource resource= elements.getOwningResource(element); ^^^^^^^ Null type safety (type annotations): The expression of type 'LtkModelElement' needs unchecked conversion to conform to '@NonNull LtkModelElement' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[898] final SourceElement element= (SourceElement)destination.getModelElements().get(0); ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[898] final SourceElement element= (SourceElement)destination.getModelElements().get(0); ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[907] final SourceElement desElement, final RefactoringDestination destination, ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[935] throw new CoreException(failCreation(e)); ^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[942] protected int getInsertionOffset(final AbstractDocument document, final SourceElement element, ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[957] offset+= document.getLineDelimiter(line).length(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLineDelimiter(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/LtkCorePlugin.java:[89] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/LtkCorePlugin.java:[90] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/LtkCorePlugin.java:[103] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/LtkCorePlugin.java:[123] super.stop(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' 202. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java (at line 32) private IDocument document; ^^^^^^^^ The value of the field FixDocumentPartitioner.document is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java:[60] public void connect(final IDocument document) { ^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentPartitioner specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java:[70] public void documentAboutToBeChanged(final DocumentEvent event) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentPartitioner specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java:[74] public boolean documentChanged(final DocumentEvent event) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentPartitioner specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java:[79] public String[] getLegalContentTypes() { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from IDocumentPartitioner.getLegalContentTypes() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java:[105] public String getContentType(final int offset) { ^^^^^^ The return type is incompatible with '@NonNull String' returned from IDocumentPartitioner.getContentType(int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java:[110] 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) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java:[118] public ITypedRegion getPartition(final int offset) { ^^^^^^^^^^^^ The return type is incompatible with '@NonNull ITypedRegion' returned from IDocumentPartitioner.getPartition(int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/core/Ltk.java:[35] return LtkCorePlugin.getSafe().getContentTypeServices(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IExtContentTypeManager' needs unchecked conversion to conform to '@NonNull IExtContentTypeManager' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonDeleteProcessor.java:[113] final ResourceChangeChecker checker= context.getChecker(ResourceChangeChecker.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull ResourceChangeChecker'. Declaring type 'CheckConditionsContext' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonDeleteProcessor.java:[159] final String source= (project != null) ? ^^^^^^ The value of the local variable source is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[317] final ITypedRegion partition= document.getPartition(partitioning, offset - 1, false); ^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[321] final ITypedRegion prevPartition= document.getPartition(partitioning, offset - 1, false); ^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[333] final ITypedRegion partition= document.getPartition(partitioning, offset, false); ^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[351] final ITypedRegion partition= document.getPartition(partitioning, offset, false); ^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/core/input/BasicSourceFragment.java:[66] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringDestination.java:[47] public RefactoringDestination(final SourceElement element, final int offset) { ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationRefactoringChange.java:[80] public Change perform(final IProgressMonitor progress) throws CoreException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from CompositeChange specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationRefactoringChange.java:[82] return super.perform(progress); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonPasteCodeProcessor.java:[114] final ResourceChangeChecker checker= context.getChecker(ResourceChangeChecker.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull ResourceChangeChecker'. Declaring type 'CheckConditionsContext' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonPasteCodeProcessor.java:[145] final String source= (project != null) ? ^^^^^^ The value of the local variable source is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/PairMatcher.java:[150] final ITypedRegion thisPartition= TextUtilities.getPartition(document, this.partitioning, this.offset, false); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/PairMatcher.java:[150] final ITypedRegion thisPartition= TextUtilities.getPartition(document, this.partitioning, this.offset, false); ^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/PairMatcher.java:[151] final ITypedRegion prevPartition= (this.offset > 0) ? TextUtilities.getPartition(document, this.partitioning, this.offset-1, false) : null; ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/PairMatcher.java:[151] final ITypedRegion prevPartition= (this.offset > 0) ? TextUtilities.getPartition(document, this.partitioning, this.offset-1, false) : 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/SourceUnitManagerImpl.java:[316] if (modelTypeId == null) { throw new NullPointerException("modelTypeId"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/SourceUnitManagerImpl.java:[319] if (context == null) { throw new NullPointerException("context"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/SourceUnitManagerImpl.java:[330] if (context == null) { throw new NullPointerException("context"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/DocumentCodepointIterator.java:[104] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/DocumentCodepointIterator.java:[104] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/ModelTypeDescriptorImpl.java:[38] public ModelTypeDescriptorImpl(final String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field checkedSecondaryTypeIds may not have been initialized 232 problems (0 errors, 219 warnings, 13 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ltk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] ------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests >------ [INFO] Building [test-bundle] StatET LTK - Core - Tests (Incubation) 4.4.1.202108191400-r [77/148] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.core.tests --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ltk.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ltk.core.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/org.eclipse.statet.ltk.core.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/org.eclipse.statet.ltk.core.tests-4.4.1.202108191400-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.ltk.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/org.eclipse.statet.ltk.core.tests-4.4.1.202108191400-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/org.eclipse.statet.ltk.core.tests-4.4.1.202108191400-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.statet.ltk.core.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core-tests/target/surefire.properties] Running SourceContentTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in SourceContentTest getStringSubstring Time elapsed: 0.014 s getChar Time elapsed: 0.001 s getString Time elapsed: 0 s getEndOffset Time elapsed: 0.001 s getStartOffset Time elapsed: 0 s getStamp Time elapsed: 0 s getStringLines Time elapsed: 0.002 s Results: Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui >---------- [INFO] Building [bundle] StatET LTK - UI (Incubation) 4.4.1.202108191400-r [78/148] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.ui --- [INFO] The project's OSGi version is 4.4.1.202108191400-r [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ltk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.ltk.ui --- [INFO] Compiling 221 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditorObservable.java:[117] this.text= editor.getSourceViewer().getTextWidget(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/GotoMatchingBracketHandler.java:[54] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/GotoMatchingBracketHandler.java:[65] if (sourceViewer == null) { return; } ^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/GotoMatchingBracketHandler.java:[97] region.getOffset() + 1 : region.getOffset() + region.getLength() - 1; ^^^^^^ Potential null pointer access: The variable region may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/GotoMatchingBracketHandler.java:[97] region.getOffset() + 1 : region.getOffset() + region.getLength() - 1; ^^^^^^ Potential null pointer access: The variable region may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[43] public CombinedHover() { ^^^^^^^^^^^^^^^ The @NonNull field descriptors may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[43] public CombinedHover() { ^^^^^^^^^^^^^^^ The @NonNull field instantiatedHovers may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[63] if (descriptors == null) { return null; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[74] instantiatedHovers.add(descriptors.get(i).createHover()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull InfoHover' but this expression has type '@Nullable InfoHover' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[41] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[69] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[89] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[89] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[97] public boolean contains(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[102] public boolean isConflicting(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[110] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[128] public void documentAboutToBeChanged(final DocumentEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[132] public void documentChanged(final DocumentEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[168] private final FastList fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY); ^^^^^^^^ The type FastList is deprecated 20. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java (at line 168) private final FastList fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[168] private final FastList fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[168] private final FastList fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList(Class, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[236] textWidget.addListener(SWT.Show, this.fVisibleListener); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[236] textWidget.addListener(SWT.Show, this.fVisibleListener); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'EcoReconciler.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[237] textWidget.addListener(SWT.Hide, this.fVisibleListener); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'EcoReconciler.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[350] this.fStrategies.add(new StrategyEntry(strategy)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method add(EcoReconciler.StrategyEntry) from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[354] return this.fStrategies.toArray(); ^^^^^^^^^ The method toArray() from the type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[75] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[107] this.specificCommand= commandSvc.getCommand(LtkActions.SPECIFIC_CONTENT_ASSIST_COMMAND_ID); ^^^^^^^^^^ Potential null pointer access: The variable commandSvc may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[117] gLocalBindingManager.setLocale(bindingService.getLocale()); ^^^^^^^^^^^^^^ Potential null pointer access: The variable bindingService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[144] final Command command= commandSvc.getCommand(ITextEditorActionDefinitionIds.CONTENT_ASSIST_PROPOSALS); ^^^^^^^^^^ Potential null pointer access: The variable commandSvc may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[164] gLocalBindingManager.setBindings(bindingService.getBindings()); ^^^^^^^^^^^^^^ Potential null pointer access: The variable bindingService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[182] protected void createBlockArea(final Composite pageComposite) { ^^^^^^^^^ Missing non-null annotation: inherited method from ConfigurationBlock specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[188] setupPreferenceManager(prefs); ^^^^^ Null type safety (type annotations): The expression of type 'Map,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference,@Nullable String>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[192] final Composite composite= new Composite(pageComposite, 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[244] ViewerUtils.scheduleStandardSelection(this.circlingList); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'CheckboxTableViewer' needs unchecked conversion to conform to '@NonNull TableViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[246] ViewerUtils.scheduleStandardSelection(this.defaultList); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'CheckboxTableViewer' needs unchecked conversion to conform to '@NonNull TableViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[252] final CheckboxTableComposite composite= new ViewerUtils.CheckboxTableComposite(parent, SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION); ^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[269] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[281] final CheckboxTableComposite composite= new ViewerUtils.CheckboxTableComposite(parent, SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' 41. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java (at line 320) final List orderedCategories= this.registry.applyPreferences(this, this.registry.getCopyOfCategories()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull ContentAssistCategory>' is made accessible using the less-annotated type 'List' 42. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java (at line 352) final Map, Object> preferences= this.registry.createPreferences(orderedCategories); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull Preference,@NonNull Object>' is made accessible using the less-annotated type 'Map,Object>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[352] final Map, Object> preferences= this.registry.createPreferences(orderedCategories); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull ContentAssistCategory>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[353] setPrefValues(preferences); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference,@NonNull Object>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[92] public static LtkModelElement @Nullable [] getSelectedElements(final @Nullable ISelection selection) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[99] public static LtkModelElement @Nullable [] getSelectedElements(final IStructuredSelection selection) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[100] final LtkModelElement[] elements= new @NonNull LtkModelElement[selection.size()]; ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[105] elements[i]= (LtkModelElement) next; ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[142] public static @NonNull SourceStructElement @Nullable [] getSelectedSourceStructElements( ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[150] public static @NonNull SourceStructElement @Nullable [] getSelectedSourceStructElements( ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[152] final @NonNull SourceStructElement[] elements= new @NonNull SourceStructElement[selection.size()]; ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[157] elements[i]= (SourceStructElement) next; ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[167] return getSelectedFiles((IStructuredSelection) selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IFile @Nullable[]' needs unchecked conversion to conform to '@NonNull IFile @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[192] public static SourceStructElement @Nullable [] getSelectedSourceStructElement( ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[195] final SourceStructElement root= suModel.getSourceElement(); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractMarkOccurrencesProvider.java:[72] RunData(final AbstractDocument doc, final SourceModelStamp stamp) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field annotations may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractMarkOccurrencesProvider.java:[174] if (run.doc == null) { return false; } ^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 58. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractMarkOccurrencesProvider.java (at line 218) if (selection instanceof ITextSelection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type ITextSelection is already an instance of type ITextSelection [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[166] public ContentAssistProcessor(final ContentAssist assistant, final String contentType, final ContentAssistComputerRegistry registry, final SourceEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field availableCategories may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[166] public ContentAssistProcessor(final ContentAssist assistant, final String contentType, final ContentAssistComputerRegistry registry, final SourceEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field categoryIteration may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[166] public ContentAssistProcessor(final ContentAssist assistant, final String contentType, final ContentAssistComputerRegistry registry, final SourceEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field completionProposalsAutoActivationCharacters may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[166] public ContentAssistProcessor(final ContentAssist assistant, final String contentType, final ContentAssistComputerRegistry registry, final SourceEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contextInformationAutoActivationCharacters may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[289] this.computerRegistry.getCategory(assistant.getSpecificMode()) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[329] this.availableCategories= null; ^^^^ Null type mismatch: required '@NonNull List<@NonNull ContentAssistCategory>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[330] this.categoryIteration= null; ^^^^ Null type mismatch: required '@NonNull List<@NonNull List<@NonNull ContentAssistCategory>>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[409] this.availableCategories= null; ^^^^ Null type mismatch: required '@NonNull List<@NonNull ContentAssistCategory>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[423] final ContentAssist assistant= getAssistant(); ^^^^^^^^^ The value of the local variable assistant is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[529] Arrays.sort(array, PROPOSAL_COMPARATOR); ^^^^^ Null type safety (type annotations): The expression of type 'AssistProposal[]' needs unchecked conversion to conform to '@NonNull AssistProposal @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[543] new AssistCompletionInformationProposalWrapper(proposal, context); ^^^^^^^^ Null type safety (type annotations): The expression of type 'AssistProposal' needs unchecked conversion to conform to '@NonNull AssistProposal' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[669] if (this.categoryIteration == null) { this.noIteration= false; return; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[688] if (this.categoryIteration == null) { return this.availableCategories; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[744] if (this.availableCategories == null) { return; } ^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[804] && viewer.getTextWidget().isFocusControl() ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[812] && ContentAssistProcessor.this.reloadCompletionProposals.length > 0 ) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[87] return this.configuration.getDocumentContentInfo(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'DocContentSections' needs unchecked conversion to conform to '@NonNull DocContentSections' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[156] this.configurationAddons= configurationAddons; ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@Nullable List<@NonNull SourceEditorAddon>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[203] public void handleSettingsChanged(@Nullable Set groupIds, ^^^^^^^^^^^^^ Illegal redefinition of parameter groupIds, inherited method from ISettingsChangedHandler declares this parameter as 'Set' (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[204] @Nullable Map options) { ^^^^^^^^^^^^^ Illegal redefinition of parameter options, inherited method from ISettingsChangedHandler declares this parameter as 'Map' (mismatching null constraints) 79. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java (at line 230) this.configuration.handleSettingsChanged(groupIds, options); ^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set' 80. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java (at line 230) this.configuration.handleSettingsChanged(groupIds, options); ^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[246] viewer.getTextWidget().setTabs(getSourceViewerConfiguration().getTabWidth(viewer)); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[282] viewer.setTextHover(textHover, contentType, stateMask); ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[289] viewer.setTextHover(textHover, contentType, ITextViewerExtension2.DEFAULT_HOVER_STATE_MASK); ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/TextStyleManager.java:[125] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/TextStyleManager.java:[137] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[51] super(configurator, initialContent, serviceParent, withToolButton); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceEditorViewerConfigurator' needs unchecked conversion to conform to '@NonNull SourceEditorViewerConfigurator' 87. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java (at line 69) new BooleanPref(this.prefQualifier, SHOW_WHITESPACE_PREF_KEY), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull BooleanPref' is made accessible using the less-annotated type 'Preference', corresponding supertype is 'Preference<@NonNull Boolean>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[69] new BooleanPref(this.prefQualifier, SHOW_WHITESPACE_PREF_KEY), ^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[71] if ((getSourceViewer().getTextWidget().getStyle() & SWT.MULTI) != 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null 90. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java (at line 73) new BooleanPref(this.prefQualifier, SOFT_WORD_WRAP_PREF_KEY), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull BooleanPref' is made accessible using the less-annotated type 'Preference', corresponding supertype is 'Preference<@NonNull Boolean>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[73] new BooleanPref(this.prefQualifier, SOFT_WORD_WRAP_PREF_KEY), ^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[81] protected void fillContextMenu(final IMenuManager menu) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from SnippetEditor specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[82] super.fillContextMenu(menu); ^^^^ Null type safety (type annotations): The expression of type 'IMenuManager' needs unchecked conversion to conform to '@NonNull IMenuManager' 94. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistCategory.java (at line 52) private final int sortOrder= 0x10000; ^^^^^^^^^ The value of the field ContentAssistCategory.sortOrder is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistCategory.java:[60] this.name= null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[69] part.getSite().getShell() : ^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[80] return (T)dialog.getResult()[0]; ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[42] public class ElementInfoController implements ModelElementInputProvider, Disposable { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[51] private final CopyOnWriteIdentityListSet listenerList= new CopyOnWriteIdentityListSet<>(); ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[52] private final CopyOnWriteIdentityListSet newListenerList= new CopyOnWriteIdentityListSet<>(); ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[70] public boolean contains(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[75] public boolean isConflicting(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[80] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[80] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[82] ImIdentityList listeners; ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[92] final AstInfo astInfo= ElementInfoController.this.newInput.getAstInfo(null, false, null); ^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[92] final AstInfo astInfo= ElementInfoController.this.newInput.getAstInfo(null, false, null); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[122] public void elementChanged(final ElementChangedEvent event) { ^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ElementChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[124] ImIdentityList listeners; ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[126] if (ElementInfoController.this.newInput != null && ElementInfoController.this.newInput.equals(event.delta.getModelElement())) { ^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[152] this.modelProvider.addElementChangedListener(this.elementChangeListener, this.modelContext); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ElementChangedListener' needs unchecked conversion to conform to '@NonNull ElementChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[152] this.modelProvider.addElementChangedListener(this.elementChangeListener, this.modelContext); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'WorkingContext' needs unchecked conversion to conform to '@NonNull WorkingContext' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[157] this.modelProvider.removeElementChangedListener(this.elementChangeListener, this.modelContext); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ElementChangedListener' needs unchecked conversion to conform to '@NonNull ElementChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[157] this.modelProvider.removeElementChangedListener(this.elementChangeListener, this.modelContext); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'WorkingContext' needs unchecked conversion to conform to '@NonNull WorkingContext' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[174] private ImIdentityList checkNewListeners() { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[175] final ImIdentityList listeners= this.newListenerList.clearToList(); ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[176] for (final ModelElementInputListener listener : listeners) { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[177] this.listenerList.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'ModelElementInputListener' needs unchecked conversion to conform to '@NonNull ModelElementInputListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[182] private void notifyChanged(final ImIdentityList listeners, ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[184] for (final ModelElementInputListener listener : listeners) { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[185] listener.elementChanged(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method elementChanged(LtkModelElement) belongs to the raw type ModelElementInputListener. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[189] private void notifyInitial(final ImIdentityList listeners, ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[196] input.connect(monitor); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[197] for (final ModelElementInputListener listener : listeners) { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[201] listener.elementInitialInfo(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method elementInitialInfo(LtkModelElement) belongs to the raw type ModelElementInputListener. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[205] input.disconnect(monitor); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[209] private void notifyUpdated(final ImIdentityList listeners, ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[216] input.connect(monitor); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[217] for (final ModelElementInputListener listener : listeners) { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[221] listener.elementUpdatedInfo(input, delta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method elementUpdatedInfo(LtkModelElement, LtkModelElementDelta) belongs to the raw type ModelElementInputListener. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[225] input.disconnect(monitor); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[235] public void addListener(final ModelElementInputListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[235] public void addListener(final ModelElementInputListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ModelElementInputProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[245] this.listenerList.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'ModelElementInputListener' needs unchecked conversion to conform to '@NonNull ModelElementInputListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[248] this.newListenerList.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'ModelElementInputListener' needs unchecked conversion to conform to '@NonNull ModelElementInputListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[256] public void removeListener(final ModelElementInputListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[256] public void removeListener(final ModelElementInputListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ModelElementInputProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[102] public void install(final SourceEditor editor) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from SourceEditorAddon specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[154] return (textWidget.getBlockSelection() && textWidget.getSelectionRanges().length > 2); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[162] public final void verifyKey(final VerifyEvent event) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from VerifyKeyListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[200] public final void customizeDocumentCommand(final IDocument d, final DocumentCommand command) { ^^^^^^^^^ Missing non-null annotation: inherited method from DefaultIndentLineAutoEditStrategy specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[200] public final void customizeDocumentCommand(final IDocument d, final DocumentCommand command) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from DefaultIndentLineAutoEditStrategy specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[205] super.customizeDocumentCommand(d, command); ^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[256] super.customizeDocumentCommand(getDocument(), command); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'AbstractDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[256] super.customizeDocumentCommand(getDocument(), command); ^^^^^^^ Null type safety (type annotations): The expression of type 'DocumentCommand' needs unchecked conversion to conform to '@NonNull DocumentCommand' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[260] this.document.replace(command.offset, command.length, command.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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[81] document= su.getDocument(m.newChild(1)); ^^ Potential null pointer access: The variable su may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[101] protected @Nullable AbstractDocument createDocument(final Object element) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull IDocument' returned from AbstractDocumentProvider.createDocument(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[136] info.workingCopy.disconnect(m.newChild(1)); ^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[98] public void selected(final ITextViewer viewer, final boolean smartToggle) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposalExtension2 specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[105] public void unselected(final ITextViewer viewer) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposalExtension2 specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[112] public boolean isValidFor(final IDocument document, final int offset) { ^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposalExtension specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[121] public boolean validate(final IDocument document, final int offset, final DocumentEvent event) { ^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposalExtension2 specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[121] public boolean validate(final IDocument document, final int offset, final DocumentEvent event) { ^^^^^^^^^^^^^ Missing nullable annotation: inherited method from ICompletionProposalExtension2 specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[153] public String getDisplayString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ICompletionProposal.getDisplayString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[170] public void apply(final IDocument document, final char trigger, final int offset) { ^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposalExtension specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[174] public void apply(final IDocument document) { ^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposal specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[186] public void apply(final ITextViewer viewer, final char trigger, final int stateMask, final int offset) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposalExtension2 specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/PositionBasedCompletionProposal.java:[194] public Point getSelection(final IDocument document) { ^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposal specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/WaContributionContextTypeRegistry.java:[37] if (super.getContextType(id) != null) { ^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/WaContributionContextTypeRegistry.java:[42] addContextType(type); ^^^^^^^^^^^^^^^^^^^^ The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/WaContributionContextTypeRegistry.java:[52] addContextType(type); ^^^^^^^^^^^^^^^^^^^^ The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/WaContributionContextTypeRegistry.java:[59] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[158] final String contentTypeId= AdvancedExtensionsInternal.getCheckedString(element, ^^^^^^^ Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[163] id= AdvancedExtensionsInternal.getCheckedString(element, ^^^^^^^ Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[165] final String name= AdvancedExtensionsInternal.getCheckedString(element, ^^^^^^^ Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[169] name, element); ^^^^^^^ Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement' 168. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/TemplateCategory.java (at line 41) private boolean defaultPrefCheck; ^^^^^^^^^^^^^^^^ The value of the field TemplateCategory.defaultPrefCheck is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/TemplateCategory.java:[137] this.templateNames.add(name); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/TemplateCategory.java:[141] return this.templateNames.contains(name); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/TemplateCategory.java:[146] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 172. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextHandlerUtil.java (at line 25) private static final boolean IS_MAC, IS_GTK, IS_MOTIF; ^^^^^^ The value of the field TextHandlerUtil.IS_GTK is not used 173. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextHandlerUtil.java (at line 25) private static final boolean IS_MAC, IS_GTK, IS_MOTIF; ^^^^^^^^ The value of the field TextHandlerUtil.IS_MOTIF is not used [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[109] pattern= matcher.replaceAll(lineDelimiter); ^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[114] getContextType().resolve(buffer, this); ^^^^^^ Null type mismatch: required '@NonNull TemplateBuffer' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[116] format(buffer); ^^^^^^ Null type mismatch: required '@NonNull TemplateBuffer' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[120] buffer.setContent(buffer.getString() + lineDelimiter, buffer.getVariables()); ^^^^^^ Potential null pointer access: The variable buffer may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[133] root.addChildren(positions.toArray(new TextEdit[positions.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextEdit[]' needs unchecked conversion to conform to '@NonNull TextEdit @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[41] import org.eclipse.ltk.internal.ui.refactoring.ChangeExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.11.400.v20210320-1132/org.eclipse.ltk.ui.refactoring-3.11.400.v20210320-1132.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[210] final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parentShell, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.11.400.v20210320-1132/org.eclipse.ltk.ui.refactoring-3.11.400.v20210320-1132.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[210] final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parentShell, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.11.400.v20210320-1132/org.eclipse.ltk.ui.refactoring-3.11.400.v20210320-1132.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[210] final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parentShell, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ChangeExceptionHandler(Shell, Refactoring)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.11.400.v20210320-1132/org.eclipse.ltk.ui.refactoring-3.11.400.v20210320-1132.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[214] handler.handle(operation.getChange(), (RuntimeException)inner); ^^^^^^ Discouraged access: The method 'ChangeExceptionHandler.handle(Change, RuntimeException)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.11.400.v20210320-1132/org.eclipse.ltk.ui.refactoring-3.11.400.v20210320-1132.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[217] handler.handle(operation.getChange(), (CoreException)inner); ^^^^^^ Discouraged access: The method 'ChangeExceptionHandler.handle(Change, CoreException)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.11.400.v20210320-1132/org.eclipse.ltk.ui.refactoring-3.11.400.v20210320-1132.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[59] private Text tabSizeControl; ^^^^^^^^^^^^^^ The @NonNull field tabSizeControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[60] private ComboViewer indentPolicyControl; ^^^^^^^^^^^^^^^^^^^ The @NonNull field indentPolicyControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[61] private Button conserveIndentControl; ^^^^^^^^^^^^^^^^^^^^^ The @NonNull field conserveIndentControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[62] private Label indentSpaceCountLabel; ^^^^^^^^^^^^^^^^^^^^^ The @NonNull field indentSpaceCountLabel may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[63] private Text indentSpaceCountControl; ^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field indentSpaceCountControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[64] private Button replaceOtherTabsControl; ^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field replaceOtherTabsControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[65] private Text lineWidthControl; ^^^^^^^^^^^^^^^^ The @NonNull field lineWidthControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[85] public String getText(final Object element) { ^^^^^^ Illegal redefinition of parameter element, inherited method from LabelProvider declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[87] return INDENT_NAMES.get(t); ^^^^^^^^^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull EnumMap'. Type 'EnumMap' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[92] gd.widthHint= LayoutUtils.hintWidth(this.indentPolicyControl.getCombo(), INDENT_NAMES.values()); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Collection<@NonNull String>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[158] indentTargetValue.addValueChangeListener(new IValueChangeListener() { @Override public void handleValueChange(final ValueChangeEvent event) { final IndentationType t= event.diff.getNewValue(); IndentSettingsUI.this.indentSpaceCountLabel.setEnabled(t == IndentationType.SPACES); IndentSettingsUI.this.indentSpaceCountControl.setEnabled(t == IndentationType.SPACES); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IValueChangeListener' but this expression has type '@NonNull ', corresponding supertype is 'IValueChangeListener' 196. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java (at line 115) dirtyEditors= EditorUtils.getDirtyEditors(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull IEditorPart>' is made accessible using the less-annotated type 'List' 197. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java (at line 119) dirtyEditors= EditorUtils.getDirtyEditors(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull IEditorPart>' is made accessible using the less-annotated type 'List' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[150] public void run(final IProgressMonitor monitor) throws InterruptedException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[236] final Button check= new Button(result, SWT.CHECK); ^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[237] check.setText(Messages.RefactoringStarter_ConfirmSave_Always_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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[241] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[254] public Image getImage(final Object element) { ^^^^^^ Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[258] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[258] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/ActivatedContentTypeTester.java:[42] public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { ^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/ActivatedContentTypeTester.java:[42] public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { ^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/ActivatedContentTypeTester.java:[42] public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { ^^^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/ActivatedContentTypeTester.java:[42] public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { ^^^^^^ Missing nullable annotation: inherited method from IPropertyTester specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceUnitReconcilingStrategy.java:[83] su.getModelInfo(null, this.flags, this.monitor); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[71] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[78] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[119] final Shell shell= site.getShell(); ^^^^ Potential null pointer access: The variable site may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[148] shell, context ); ^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[148] shell, context ); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressService' needs unchecked conversion to conform to '@NonNull IProgressService' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[149] helper.enableInsertPosition(su); ^^ Null type safety (type annotations): The expression of type 'SourceUnit' needs unchecked conversion to conform to '@NonNull SourceUnit' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProposal.java:[60] public void apply(final IDocument document) { ^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposal specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProposal.java:[67] final Shell shell= this.viewer.getTextWidget().getShell(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProposal.java:[73] public Point getSelection(final IDocument document) { ^^^^^^^^^ Missing non-null annotation: inherited method from ICompletionProposal specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProposal.java:[78] public String getDisplayString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ICompletionProposal.getDisplayString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[98] this.namePattern= null; ^^^^ Null type mismatch: required '@NonNull SearchPattern' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[182] this.matchPattern= (this.namePattern != null) ? this.namePattern.getPattern() : null; ^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[182] this.matchPattern= (this.namePattern != null) ? this.namePattern.getPattern() : null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[362] return SharedUIResources.getImages().get(SharedUIResources.PLACEHOLDER_IMAGE_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[439] final int replacementLength= computeReplacementLength(replacementOffset, viewer.getSelectedRange(), offset, isInOverwriteMode(smartToggle)); ^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[441] if (validate(viewer.getDocument(), offset, null)) { ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[520] final int widgetCaret= viewer.getTextWidget().getCaretOffset(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[540] viewer.getAnnotationModel().addAnnotation(annotation, new Position(offset, length)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getAnnotationModel() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[550] viewer.getAnnotationModel().removeAnnotation(rememberedOverwriteAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getAnnotationModel() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[27] public class ElementNameComparator extends ViewerComparator implements Comparator { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[31] super((Comparator) nameComparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[31] super((Comparator) nameComparator); ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[37] return category((LtkModelElement) element); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[40] public int category(final LtkModelElement element) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[51] public int compare(final LtkModelElement e1, final LtkModelElement e2) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[51] public int compare(final LtkModelElement e1, final LtkModelElement e2) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[57] final int result= ((Comparator) getComparator()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Comparator to Comparator [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[63] return ((SourceStructElement) e1).getSourceRange().getStartOffset() ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[64] - ((SourceStructElement) e2).getSourceRange().getStartOffset(); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[73] return compare((LtkModelElement) e1, (LtkModelElement) e2); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[73] return compare((LtkModelElement) e1, (LtkModelElement) e2); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectionHistoryBackHandler.java:[53] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull 242. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKWorkbenchUIUtil.java (at line 125) IMarker.CHAR_START, initialSelection.getOffset(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 243. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKWorkbenchUIUtil.java (at line 126) IMarker.CHAR_END, initialSelection.getOffset() + initialSelection.getLength() )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[77] public class TemplateProposal extends SourceProposal implements ICompletionProposalExtension5 { ^^^^^^^^^^^^^^ SourceProposal is a raw type. References to generic type SourceProposal should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[91] final int result= this.collator.compare(arg0.getTemplate().getName(), arg1.getTemplate().getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[91] final int result= this.collator.compare(arg0.getTemplate().getName(), arg1.getTemplate().getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[148] super(parameters); ^^^^^^^^^^^^^^^^^^ Type safety: The constructor SourceProposal(SourceProposal.ProposalParameters) belongs to the raw type SourceProposal. References to generic type SourceProposal should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[158] LtkUIPlugin.getInstance().getImageRegistry().get(LtkUI.OBJ_TEXT_TEMPLATE_IMAGE_ID) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image' 249. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java (at line 171) if (this.templateContext instanceof DocumentTemplateContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type DocumentTemplateContext is already an instance of type DocumentTemplateContext [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[183] return this.template.getName(); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[189] return this.template.getName(); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[200] final StyledString styledText= new StyledString(this.template.getName()); ^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[336] applyData.setSelection(LTKSelectionUtils.toTextRegion(ui.getSelectedRegion())); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IRegion' needs unchecked conversion to conform to '@NonNull IRegion' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[364] document.addPositionUpdater(this.updater); ^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IPositionUpdater' but this expression has type '@Nullable InclusivePositionUpdater' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[388] document.removePositionUpdater(this.updater); ^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IPositionUpdater' but this expression has type '@Nullable InclusivePositionUpdater' 256. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java (at line 412) if (this.templateContext instanceof DocumentTemplateContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type DocumentTemplateContext is already an instance of type DocumentTemplateContext 257. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java (at line 431) if (this.templateContext instanceof DocumentTemplateContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type DocumentTemplateContext is already an instance of type DocumentTemplateContext [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleShowWhitespaceHandler.java:[48] super(pref, ITextEditorActionDefinitionIds.SHOW_WHITESPACE_CHARACTERS); ^^^^ Null type safety (type annotations): The expression of type 'Preference' needs unchecked conversion to conform to 'Preference<@NonNull Boolean>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[52] public EvaluatedTemplate(final TemplateBuffer buffer, final String lineDelimiter) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field content may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[105] this.postEditSelectPosition= new Position(this.select.getOffset(), this.select.getLength()); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[105] this.postEditSelectPosition= new Position(this.select.getOffset(), this.select.getLength()); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[106] this.postEditDocument.addPosition(this.postEditSelectPosition); ^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[109] return this.postEditDocument; ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull AbstractDocument' but this expression has type '@Nullable AbstractDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[116] setContent(this.postEditDocument.get()); ^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[118] this.select= (this.postEditSelectPosition.isDeleted) ? null : ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[119] new Region(this.postEditSelectPosition.getOffset(), this.postEditSelectPosition.getLength()); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateUtils.java:[119] new Region(this.postEditSelectPosition.getOffset(), this.postEditSelectPosition.getLength()); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectHandler.java:[46] return createRegion(covering.getStartOffset(), covering.getEndOffset()); ^^^^^^^^ Potential null pointer access: The variable covering may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectHandler.java:[67] return createRegion(covering.getStartOffset(), covering.getEndOffset()); ^^^^^^^^ Potential null pointer access: The variable covering may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectHandler.java:[88] return createRegion(covering.getEndOffset(), covering.getStartOffset()); ^^^^^^^^ Potential null pointer access: The variable covering may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectHandler.java:[108] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[65] final SourceViewer viewer= new SourceViewer(parent, null, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL); ^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[67] viewer.getTextWidget().setFont(JFaceResources.getFont(JFaceResources.TEXT_FONT)); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[68] new TextViewerEditorColorUpdater(viewer, EditorsUI.getPreferenceStore()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[77] TemplatePreview.this.configurator.handleSettingsChanged(groupIds, options); ^^^^^^^^ Null type safety (type annotations): The expression of type 'Set' needs unchecked conversion to conform to '@Nullable Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[77] TemplatePreview.this.configurator.handleSettingsChanged(groupIds, options); ^^^^^^^ Null type safety (type annotations): The expression of type 'Map' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull Object>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[107] this.editor= new ViewerSourceEditorAdapter(this.viewer, this.configurator); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceViewer' needs unchecked conversion to conform to '@NonNull SourceViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[107] this.editor= new ViewerSourceEditorAdapter(this.viewer, this.configurator); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceEditorViewerConfigurator' needs unchecked conversion to conform to '@NonNull SourceEditorViewerConfigurator' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[108] this.configurator.setTarget(this.editor); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[92] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[107] protected void fireSelectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Viewer specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[178] public void configure(final SourceViewerConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SourceViewer specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[179] super.configure(configuration); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceViewerConfiguration' needs unchecked conversion to conform to '@NonNull SourceViewerConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[207] (String[]) this.fDefaultPrefixChars.get(contentType) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[251] this.updaterDocument.addPosition(this.updaterCategory, this.selection); ^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[251] this.updaterDocument.addPosition(this.updaterCategory, this.selection); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Position' needs unchecked conversion to conform to '@NonNull Position' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[269] textWidget.setTopPixel(this.topPixel); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[279] textWidget.setTopPixel(this.topPixel); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[284] textWidget.setTopPixel(this.topPixel); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[287] final int linePixel= textWidget.getLinePixel(stableWidgetLine); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[306] this.updater= new NonDeletingPositionUpdater(this.updaterCategory); ^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[308] this.updaterDocument.addPositionUpdater(this.updater); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPositionUpdater' needs unchecked conversion to conform to '@NonNull IPositionUpdater' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[312] this.stablePixel= textWidget.getLinePixel(stableWidgetLine); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[315] this.updaterDocument.addPosition(this.updaterCategory, this.stableLine); ^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[315] this.updaterDocument.addPosition(this.updaterCategory, this.stableLine); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Position' needs unchecked conversion to conform to '@NonNull Position' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[345] final int caretLine= getTextWidget().getLineAtOffset(getTextWidget().getCaretOffset()); ^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[345] final int caretLine= getTextWidget().getLineAtOffset(getTextWidget().getCaretOffset()); ^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[371] this.updaterDocument.removePosition(this.updaterCategory, this.stableLine); ^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[372] this.updaterDocument.removePositionUpdater(this.updater); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPositionUpdater' needs unchecked conversion to conform to '@NonNull IPositionUpdater' 300. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CommandAssistProposal.java (at line 151) @SuppressWarnings("null") ^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[20] import org.eclipse.jface.internal.text.html.BrowserInformationControlInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[21] import org.eclipse.jface.internal.text.html.HTMLPrinter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[38] public class DefaultBrowserInformationInput extends BrowserInformationControlInput { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[126] content= HTMLPrinter.convertToHTMLContent(content); ^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[126] content= HTMLPrinter.convertToHTMLContent(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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[126] content= HTMLPrinter.convertToHTMLContent(content); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'HTMLPrinter.convertToHTMLContent(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[135] content= HTMLPrinter.convertToHTMLContent(content); ^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[135] content= HTMLPrinter.convertToHTMLContent(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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[135] content= HTMLPrinter.convertToHTMLContent(content); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'HTMLPrinter.convertToHTMLContent(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[156] HTMLPrinter.insertPageProlog(sb, 0, this.stylesheet); ^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[156] HTMLPrinter.insertPageProlog(sb, 0, this.stylesheet); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'HTMLPrinter.insertPageProlog(StringBuilder, int, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[157] HTMLPrinter.addPageEpilog(sb); ^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[157] HTMLPrinter.addPageEpilog(sb); ^^^^^^^^^^^^^ Discouraged access: The method 'HTMLPrinter.addPageEpilog(StringBuilder)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[171] final @Nullable BrowserInformationControlInput previous) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[172] super(previous); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BrowserInformationControlInput(BrowserInformationControlInput)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[180] final @Nullable BrowserInformationControlInput previous) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.0.v20210512-1640/org.eclipse.jface.text-3.18.0.v20210512-1640.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field colorEditor may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field colorList may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentAssistAutoCommonControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentAssistAutoCommonPref may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentAssistAutoSinglePref may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentAssistDelayControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentAssistDelayPref may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentAssistShowSubstringMatchesControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentAssistShowSubstringMatchesPref may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentAssistSingleControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field matchingBracketsControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[111] public EditorsConfigurationBlock(final @Nullable StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field matchingBracketsPref may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[124] this.matchingBracketsPref= decoPrefs.getMatchingBracketsEnabled(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to 'Preference.@NonNull BooleanPref' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[128] decoPrefs.getMatchingBracketsColor() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RGBPref' needs unchecked conversion to conform to '@NonNull RGBPref' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[202] return item.name; ^^^^ Potential null pointer access: The variable item may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/config/EditorsPreferencePage.java:[257] @SuppressWarnings({ "unchecked" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[64] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[78] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[89] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[125] this.fTextViewer.getTextWidget().addDisposeListener(new DisposeListener() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[127] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[140] this.fTextViewer.getTextWidget().setKeyBinding(SWT.INSERT, SWT.NULL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[148] this.fTextViewer.getTextWidget().invokeAction(ST.TOGGLE_OVERWRITE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[170] styledText.setCaret(null); ^^^^^^^^^^ Potential null pointer access: The variable styledText may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ForwardSourceDocumentProvider.java:[61] if (parentProvider == null) { throw new NullPointerException("parentProvider"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ForwardSourceDocumentProvider.java:[64] if (documentSetup == null) { throw new NullPointerException("documentSetup"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ForwardSourceDocumentProvider.java:[208] return this.parentProvider.getProgressMonitor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ForwardSourceDocumentProvider.java:[212] public void setProgressMonitor(final IProgressMonitor progressMonitor) { ^^^^^^^^^^^^^^^^ Illegal redefinition of parameter progressMonitor, inherited method from IDocumentProviderExtension2 does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[55] super(input, (currentSelection != null) ? currentSelection.getSelection() : null); ^^^^^ Null type safety (type annotations): The expression of type 'SourceUnit' needs unchecked conversion to conform to '@NonNull SourceUnit' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[55] super(input, (currentSelection != null) ? currentSelection.getSelection() : null); ^^^^ Null type mismatch: required '@NonNull ISelection' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[80] protected synchronized IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[80] protected synchronized IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[110] input.connect(monitor); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[113] || run.getInputInfo().getStamp().getContentStamp() != input.getDocument(null).getModificationStamp()) { ^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getInputInfo() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[143] input.disconnect(monitor); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[173] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[214] private final ModelElementInputProvider modelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[219] private final ModelElementInputListener elementChangeListener; ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[234] public PostSelectionWithElementInfoController(final ModelElementInputProvider modelProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[240] this.elementChangeListener= new ModelElementInputListener() { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputListener is a raw type. References to generic type ModelElementInputListener should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[242] public void elementChanged(final LtkModelElement element) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[242] public void elementChanged(final LtkModelElement element) { ^^^^^^^^^^^^^^^ Missing nullable annotation: inherited method from ModelElementInputListener specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[255] public void elementInitialInfo(final LtkModelElement element) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[255] public void elementInitialInfo(final LtkModelElement element) { ^^^^^^^^^^^^^^^ Missing nullable annotation: inherited method from ModelElementInputListener specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[259] public void elementUpdatedInfo(final LtkModelElement element, final LtkModelElementDelta delta) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[262] private void checkUpdate(final LtkModelElement element) { ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[274] this.selectionProvider.addSelectionChangedListener(this.selectionListener); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'PostSelectionWithElementInfoController.SelectionListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[278] this.selectionProvider.addPostSelectionChangedListener(this.postSelectionListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'PostSelectionWithElementInfoController.SelectionListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[280] this.modelProvider.addListener(this.elementChangeListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[280] this.modelProvider.addListener(this.elementChangeListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ModelElementInputListener' needs unchecked conversion to conform to '@NonNull ModelElementInputListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[306] this.modelProvider.removeListener(this.elementChangeListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[306] this.modelProvider.removeListener(this.elementChangeListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ModelElementInputListener' needs unchecked conversion to conform to '@NonNull ModelElementInputListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[307] this.selectionProvider.removeSelectionChangedListener(this.selectionListener); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'PostSelectionWithElementInfoController.SelectionListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[308] this.selectionProvider.removePostSelectionChangedListener(this.postSelectionListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'PostSelectionWithElementInfoController.SelectionListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[318] this.listeners.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'SelectionWithElementInfoListener' needs unchecked conversion to conform to '@NonNull SelectionWithElementInfoListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[319] this.newListeners.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'SelectionWithElementInfoListener' needs unchecked conversion to conform to '@NonNull SelectionWithElementInfoListener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[42] return proposal0.getDisplayString().compareTo(proposal1.getDisplayString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[46] public boolean equals(final Object arg0) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[84] public ICompletionProposal[] computeCompletionProposals(final ITextViewer viewer, final int documentOffset) { ^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ICompletionProposal @Nullable[]' returned from IContentAssistProcessor.computeCompletionProposals(ITextViewer, int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[100] for (final Iterator iterator= this.fContextType.resolvers(); iterator.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[128] public IContextInformation[] computeContextInformation(final ITextViewer viewer, final int documentOffset) { ^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull IContextInformation @Nullable[]' returned from IContentAssistProcessor.computeContextInformation(ITextViewer, int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[134] public SnippetEditor(final SourceEditorViewerConfigurator configurator, final @Nullable String initialContent, final @Nullable IServiceLocator serviceParent, final boolean withToolButton) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field composite may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[134] public SnippetEditor(final SourceEditorViewerConfigurator configurator, final @Nullable String initialContent, final @Nullable IServiceLocator serviceParent, final boolean withToolButton) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field globalActions may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[134] public SnippetEditor(final SourceEditorViewerConfigurator configurator, final @Nullable String initialContent, final @Nullable IServiceLocator serviceParent, final boolean withToolButton) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field sourceViewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[134] public SnippetEditor(final SourceEditorViewerConfigurator configurator, final @Nullable String initialContent, final @Nullable IServiceLocator serviceParent, final boolean withToolButton) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field toolButton may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[134] public SnippetEditor(final SourceEditorViewerConfigurator configurator, final @Nullable String initialContent, final @Nullable IServiceLocator serviceParent, final boolean withToolButton) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field updater may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[172] return SnippetEditor.this.sourceViewer.getTextWidget().setFocus(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[182] protected void fillMenu(final Menu menu) { ^^^^ Illegal redefinition of parameter menu, inherited method from WidgetToolsButton does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[191] this.composite= this.sourceViewer.getTextWidget(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Composite' but this expression has type '@Nullable StyledText' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[221] this.configurator.getSourceViewerConfiguration().getPreferences() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[244] this.globalActions.put(action.getId(), action); ^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[260] final var serviceUtil= new ControlServicesUtil(this.serviceLocator, ^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IServiceLocator' but this expression has type '@Nullable IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[264] serviceUtil.addControl(this.toolButton.getButton()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[271] addAction(TextViewerAction.createUndoAction(this.sourceViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[272] addAction(TextViewerAction.createRedoAction(this.sourceViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[273] addAction(TextViewerAction.createCutAction(this.sourceViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[274] addAction(TextViewerAction.createCopyAction(this.sourceViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[275] addAction(TextViewerAction.createPasteAction(this.sourceViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[276] addAction(TextViewerAction.createSelectAllAction(this.sourceViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[289] final Menu menu= manager.createContextMenu(text); ^^^^ Null type mismatch: required '@NonNull Control' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[290] text.setMenu(menu); ^^^^ Potential null pointer access: The variable text may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[295] menu.appendToGroup(ITextEditorActionConstants.GROUP_UNDO, getAction(ITextEditorActionConstants.UNDO)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[296] menu.appendToGroup(ITextEditorActionConstants.GROUP_UNDO, getAction(ITextEditorActionConstants.REDO)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[299] menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, getAction(ITextEditorActionConstants.CUT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[300] menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, getAction(ITextEditorActionConstants.COPY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[301] menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, getAction(ITextEditorActionConstants.PASTE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[302] menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, getAction(ITextEditorActionConstants.SELECT_ALL)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[330] return this.sourceViewer.getTextWidget(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[84] public QuickOutlineInformationControl(final Shell parent, final String commandId, final int pageCount, final OpenDeclaration opener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[97] return DialogUtils.getDialogSettings(LtkUIPlugin.getInstance(), "EditorStructurePopup"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'LtkUIPlugin' needs unchecked conversion to conform to '@NonNull Plugin' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[121] return ((LtkModelElement)element).getElementName().getSegmentName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[139] return ((SourceUnit) input).getModelInfo(getModelTypeId(), 0, null); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[164] inputChanged(0, null, null); ^^^^ Null type mismatch: required '@NonNull Object' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[164] inputChanged(0, null, null); ^^^^ Null type mismatch: required '@NonNull Object' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[74] return this.sourceEditorConfig.getSourceEditor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[119] TextUtils.getContentType(editor.getViewer().getDocument(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[123] final AssistInvocationContext context= createContext(hoverRegion, contentType, ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistComputerRegistry.java:[219] applyPreferences(PreferenceUtils.getInstancePrefs(), this.categories) ); ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull List<@NonNull ContentAssistCategory>' but this expression has type '@Nullable ImList<@NonNull ContentAssistCategory>' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistComputerRegistry.java:[256] partitions.add(AdvancedExtensionsInternal.getCheckedString(partitionConfig, AdvancedExtensionsInternal.CONFIG_CONTENTTYPE_ID_ELEMENT_NAME).intern()); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/AbstractElementsHandler.java:[45] new Transfer[] { 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceUnitVariableResolver.java:[37] protected String resolve(final TemplateContext context) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from TemplateVariableResolver specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceUnitVariableResolver.java:[49] super(type, description); ^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceUnitVariableResolver.java:[49] super(type, description); ^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationRegistry.java:[71] final String value= element.getAttribute(attrName); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationRegistry.java:[79] final String path= element.getAttribute(attrName); ^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationRegistry.java:[81] return AbstractUIPlugin.imageDescriptorFromPlugin(element.getContributor().getName(), 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[85] public final ICompletionProposal @Nullable [] computeCompletionProposals( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ICompletionProposal @Nullable[]' returned from IContentAssistProcessor.computeCompletionProposals(ITextViewer, int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[89] return doComputeCompletionProposals(viewer, offset); ^^^^^^ Null type safety (type annotations): The expression of type 'ITextViewer' needs unchecked conversion to conform to '@NonNull ITextViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[100] public final IContextInformation @Nullable [] computeContextInformation( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull IContextInformation @Nullable[]' returned from IContentAssistProcessor.computeContextInformation(ITextViewer, int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[104] return doComputeContextInformation(viewer, offset); ^^^^^^ Null type safety (type annotations): The expression of type 'ITextViewer' needs unchecked conversion to conform to '@NonNull ITextViewer' 427. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java (at line 142) return this.processor.computeCompletionProposals(viewer, offset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ICompletionProposal @Nullable[]' is made accessible using the less-annotated type 'ICompletionProposal @Nullable[]' 428. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java (at line 148) return this.processor.computeContextInformation(viewer, offset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull IContextInformation @Nullable[]' is made accessible using the less-annotated type 'IContextInformation @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[215] public ContentAssist() { ^^^^^^^^^^^^^^^ The @NonNull field specificCategoryId may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[266] NLS.bind(SharedMessages.Affordance_Press_message, this.completionProposalKeyBinding.format()) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[302] if (contentType == null) { throw new NullPointerException("contentType"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[385] if (categoryId == null) { throw new NullPointerException("categoryId"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectionHistory.java:[51] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectionHistory.java:[57] this.sourceEditor.getViewer().getSelectionProvider().addSelectionChangedListener(this.selectionListener); ^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectionHistory.java:[62] this.updateActions.add(action); ^^^^^^ Null type safety (type annotations): The expression of type 'IUpdate' needs unchecked conversion to conform to '@NonNull IUpdate' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectionHistory.java:[106] this.sourceEditor.getViewer().getSelectionProvider().removeSelectionChangedListener(this.selectionListener); ^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyNamesHandler.java:[50] public void setEnabled(final Object context) { ^^^^^^ Missing nullable annotation: inherited method from AbstractHandler specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyNamesHandler.java:[61] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyNamesHandler.java:[67] final List elements= ((IStructuredSelection) selection).toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyNamesHandler.java:[91] return ((LtkModelElement) o).getElementName().getDisplayName(); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyNamesHandler.java:[101] new Transfer[] { 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.java:[60] public void setEnabled(final Object context) { ^^^^^^ Missing nullable annotation: inherited method from AbstractHandler specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.java:[76] final SourceStructElement[] sourceElements= LTKSelectionUtils.getSelectedSourceStructElements(selection); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.java:[88] final Shell shell= site.getShell(); ^^^^ Potential null pointer access: The variable site may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.java:[124] shell, context); ^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.java:[124] shell, context); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressService' needs unchecked conversion to conform to '@NonNull IProgressService' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[40] TContext extends AssistInvocationContext, TElement extends LtkModelElement> ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[78] return getReplacementName().getSegmentName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[84] return getReplacementName().getSegmentName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[116] this.labelProvider.getStyledTextRegions(element, 0, matchingRegions) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[141] return elementName.getSegmentName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[283] resolver.setType(type); ^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[290] final boolean multiLine= StringUtils.containsAny(value, lineDelimiters); ^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[299] final StringBuilder temp= new StringBuilder(thisValue); ^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[320] edit.addChildren(positions.toArray(new TextEdit[positions.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextEdit[]' needs unchecked conversion to conform to '@NonNull TextEdit @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[321] edit.addChildren(edits.toArray(new TextEdit[edits.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TextEdit[]' needs unchecked conversion to conform to '@NonNull TextEdit @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[59] public void setEnabled(final Object context) { ^^^^^^ Missing nullable annotation: inherited method from AbstractHandler specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[70] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[75] final SourceStructElement[] sourceElements= LTKSelectionUtils.getSelectedSourceStructElements(selection); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[84] final Shell shell= site.getShell(); ^^^^ Potential null pointer access: The variable site may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[112] shell, context ); ^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[112] shell, context ); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressService' needs unchecked conversion to conform to '@NonNull IProgressService' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[271] public SourceEditor1(final IContentType contentType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field configurator may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[271] public SourceEditor1(final IContentType contentType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field currentSelection may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[271] public SourceEditor1(final IContentType contentType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field foldingSupport may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[271] public SourceEditor1(final IContentType contentType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field modelProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[271] public SourceEditor1(final IContentType contentType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field selectionHistory may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[274] this.modelType= Ltk.getExtContentTypeManager().getModelTypeForContentType(contentType.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ModelTypeDescriptor' needs unchecked conversion to conform to '@NonNull ModelTypeDescriptor' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[427] protected void setPartName(final String partName) { ^^^^^^ Illegal redefinition of parameter partName, inherited method from EditorPart does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[491] return (SourceViewer)super.getSourceViewer(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceViewer' needs unchecked conversion to conform to '@NonNull SourceViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[506] return getSite(); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'IWorkbenchPartSite' needs unchecked conversion to conform to '@NonNull IServiceLocator' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[517] public ModelElementInputProvider getModelInputProvider() { ^^^^^^^^^^^^^^^^^^^^^^^^^ ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[595] this.foldingEnablement.getQualifier(), this); ^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[600] this.markOccurrencesEnablement.getQualifier(), this); ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[606] setupConfiguration(getEditorInput(), getSourceViewer()); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IEditorInput' needs unchecked conversion to conform to '@NonNull IEditorInput' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[606] setupConfiguration(getEditorInput(), getSourceViewer()); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISourceViewer' needs unchecked conversion to conform to '@NonNull ISourceViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[619] protected ISourceViewer createSourceViewer(final Composite parent, final IVerticalRuler ruler, final int styles) { ^^^^^^^^^^^^^^ Illegal redefinition of parameter ruler, inherited method from AbstractDecoratedTextEditor does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[672] @Nullable SourceStructElement element) { ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[684] if ((element.getSourceParent().getElementType() & LtkModelElement.MASK_C2) == LtkModelElement.C2_SOURCE_FILE) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSourceParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[724] SourceEditor1.this.foldingEnablement ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Preference<@NonNull Boolean>' but this expression has type '@Nullable Preference<@NonNull Boolean>' 482. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java (at line 727) if (enable != viewer.isProjectionMode()) { ^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[755] SourceEditor1.this.markOccurrencesEnablement ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Preference<@NonNull Boolean>' but this expression has type '@Nullable Preference<@NonNull Boolean>' 484. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java (at line 756) if (enable) { ^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[827] this.configurator.getSourceViewerConfiguration().getContentAssist() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ContentAssist' needs unchecked conversion to conform to '@NonNull ContentAssist' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[998] if (this.foldingEnablement != null && event.getKey().equals(this.foldingEnablement.getKey())) { ^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1001] if (this.markOccurrencesEnablement != null && event.getKey().equals(this.markOccurrencesEnablement.getKey())) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1013] this.currentSelection= getSourceViewer().getSelectedRange(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1087] protected void doSetSelection(final ISelection selection) { ^^^^^^^^^^ Illegal redefinition of parameter selection, inherited method from AbstractTextEditor does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1098] final var modelInfo= sourceUnit.getModelInfo(getModelTypeId(), 0, null); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1168] this.modelProvider= null; ^^^^ Null type mismatch: required '@NonNull ElementInfoController' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1178] selection= new LTKInputData(unit, getSelectionProvider()); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ISelectionProvider' needs unchecked conversion to conform to '@NonNull ISelectionProvider' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyElementsHandler.java:[46] public void setEnabled(final Object context) { ^^^^^^ Missing nullable annotation: inherited method from AbstractHandler specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyElementsHandler.java:[54] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyElementsHandler.java:[59] final SourceStructElement[] sourceElements= LTKSelectionUtils.getSelectedSourceStructElements(selection); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/workbench/search/ui/OpenSearchDialogHandler.java:[38] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[31] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[92] protected AbstractEditorTemplatesPage(final EnhTemplateStore templateStore, final ITextEditor editorPart, final SourceEditor sourceEditor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field previewEditor may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[114] final String contentType= TextUtils.getContentType(editor.getViewer().getDocument(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[116] return new AssistInvocationContext(editor, region, contentType, ModelManager.NONE, null ); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[125] protected ContextTypeRegistry getContextTypeRegistry() { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[137] if (sourceEditor == null) { return false; } ^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[181] this.editorPart.getSite().getPage().activate(this.editorPart); ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[228] viewer.getTextWidget().setFont(JFaceResources.getFont(JFaceResources.TEXT_FONT)); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[229] new TextViewerEditorColorUpdater(viewer, EditorsUI.getPreferenceStore()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[234] this.previewEditor= new ViewerSourceEditorAdapter(viewer, null); ^^^^ Null type mismatch: required '@NonNull SourceEditorViewerConfigurator' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[237] public void handleSettingsChanged(final Set groupIds, final Map options) { ^^^ Illegal redefinition of parameter groupIds, inherited method from ISettingsChangedHandler does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[237] public void handleSettingsChanged(final Set groupIds, final Map options) { ^^^ Illegal redefinition of parameter options, inherited method from ISettingsChangedHandler does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[257] final TemplateContextType type= getContextTypeRegistry().getContextType(template.getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[275] configureDocument(document, type, configurator); ^^^^ Null type safety (type annotations): The expression of type 'TemplateContextType' needs unchecked conversion to conform to '@NonNull TemplateContextType' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[282] configureDocument(document, type, configurator); ^^^^ Null type safety (type annotations): The expression of type 'TemplateContextType' needs unchecked conversion to conform to '@NonNull TemplateContextType' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[311] protected void configureForContext(final TemplateContextType contextType) { ^^^^^^^^^^^^^^^^^^^ Illegal redefinition of parameter contextType, inherited method from EditTemplateDialog does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[315] AbstractEditorTemplatesPage.this.configureDocument(document, contextType, getSourceViewerConfigurator()); ^^^^^^^^ Null type safety (type annotations): The expression of type 'AbstractDocument' needs unchecked conversion to conform to '@NonNull AbstractDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[315] AbstractEditorTemplatesPage.this.configureDocument(document, contextType, getSourceViewerConfigurator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceEditorViewerConfigurator' needs unchecked conversion to conform to '@NonNull SourceEditorViewerConfigurator' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[85] final SourceViewer viewer= new SourceViewer(parent, null, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL); ^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[87] viewer.getTextWidget().setFont(JFaceResources.getFont(JFaceResources.TEXT_FONT)); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[89] final ViewerSourceEditorAdapter adapter= new ViewerSourceEditorAdapter(viewer, null); ^^^^ Null type mismatch: required '@NonNull SourceEditorViewerConfigurator' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[96] this.viewerConfigurator.getSourceViewerConfiguration().getPreferences() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[113] final Template template= data.getTemplate(); ^^^^ Potential null pointer access: The variable data may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[114] final TemplateContextType contextType= getContextTypeRegistry().getContextType(template.getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[40] public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { ^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[40] public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { ^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[40] public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { ^^^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[40] public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { ^^^^^^ Missing nullable annotation: inherited method from IPropertyTester specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[64] final Iterator iter= selection.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[70] final LtkModelElement element= (LtkModelElement) obj; ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[70] final LtkModelElement element= (LtkModelElement) obj; ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerAction.java:[74] action.setActionDefinitionId(IWorkbenchActionDefinitionIds.DELETE); ^^^^^^ The field IWorkbenchActionDefinitionIds.DELETE is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerAction.java:[83] action.setActionDefinitionId(IWorkbenchActionDefinitionIds.CUT); ^^^ The field IWorkbenchActionDefinitionIds.CUT is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerAction.java:[92] action.setActionDefinitionId(IWorkbenchActionDefinitionIds.COPY); ^^^^ The field IWorkbenchActionDefinitionIds.COPY is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerAction.java:[101] action.setActionDefinitionId(IWorkbenchActionDefinitionIds.PASTE); ^^^^^ The field IWorkbenchActionDefinitionIds.PASTE is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerAction.java:[110] action.setActionDefinitionId(IWorkbenchActionDefinitionIds.SELECT_ALL); ^^^^^^^^^^ The field IWorkbenchActionDefinitionIds.SELECT_ALL is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerAction.java:[119] action.setActionDefinitionId(IWorkbenchActionDefinitionIds.UNDO); ^^^^ The field IWorkbenchActionDefinitionIds.UNDO is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerAction.java:[128] action.setActionDefinitionId(IWorkbenchActionDefinitionIds.REDO); ^^^^ The field IWorkbenchActionDefinitionIds.REDO is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[78] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[98] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[98] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[106] public boolean contains(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[111] public boolean isConflicting(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[119] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[137] public void documentAboutToBeChanged(final DocumentEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[141] public void documentChanged(final DocumentEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[244] textWidget.addListener(SWT.Show, this.visibleListener); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[244] textWidget.addListener(SWT.Show, this.visibleListener); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'EcoReconciler2.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[245] textWidget.addListener(SWT.Hide, this.visibleListener); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'EcoReconciler2.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[118] public IRegion getSubject(final ITextViewer textViewer, final int offset) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from IInformationProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[122] this.sections.getType(textViewer.getDocument(), offset) ); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[131] public String getInformation(final ITextViewer textViewer, final IRegion subject) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from IInformationProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[131] public String getInformation(final ITextViewer textViewer, final IRegion subject) { ^^^^^^^ Missing non-null annotation: inherited method from IInformationProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[136] public Object getInformation2(final ITextViewer textViewer, final IRegion subject) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from IInformationProviderExtension specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[136] public Object getInformation2(final ITextViewer textViewer, final IRegion subject) { ^^^^^^^ Missing non-null annotation: inherited method from IInformationProviderExtension specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[140] return this.activeProvider.getInformation2(textViewer, subject); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ITextViewer' needs unchecked conversion to conform to '@NonNull ITextViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[140] return this.activeProvider.getInformation2(textViewer, subject); ^^^^^^^ Null type safety (type annotations): The expression of type 'IRegion' needs unchecked conversion to conform to '@NonNull IRegion' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[82] this.widget= getViewer().getTextWidget(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[83] this.document= (AbstractDocument)getViewer().getDocument(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'AbstractDocument' needs unchecked conversion to conform to '@NonNull AbstractDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[408] return TextUtil.getBlock(data.getDocument(), selectedRange.x, selectedRange.y); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IRegion' needs unchecked conversion to conform to '@NonNull IRegion' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[453] new Transfer[] { 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[114] SourceEditor1OutlinePage.this.mainType, false, null ); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[126] SourceEditor1OutlinePage.this.mainType, false, null ); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[241] public SourceEditor1OutlinePage(final SourceEditor1 editor, final String mainType, final String contextMenuId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contentProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[241] public SourceEditor1OutlinePage(final SourceEditor1 editor, final String mainType, final String contextMenuId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field syncWithEditorAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[278] this.editor.getModelInputProvider().addListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[279] getViewer().setInput(this.inputUnit); ^^^^^^^^^^^ Potential null pointer access: The method getViewer() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[357] || isUpToDate(SourceEditor1OutlinePage.this.contentProvider.getStamp(element)) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull SourceModelStamp' but this expression has type '@Nullable SourceModelStamp' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[357] || isUpToDate(SourceEditor1OutlinePage.this.contentProvider.getStamp(element)) ) { ^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable LtkModelElement' [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[373] return ((SourceUnit)input).getModelInfo(this.mainType, 0, null); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[381] this.editor.getModelInputProvider().removeListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[129] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[146] label.setText(getNewFileLabel()); ^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[199] if (selectedResource.isAccessible()) { ^^^^^^^^^^^^^^^^ Potential null pointer access: The variable selectedResource may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[215] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[273] if (!name.endsWith(this.resourceNameDefaultSuffix)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[304] final IPath path= this.containerGroup.getContainerFullPath().append(getResourceName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getContainerFullPath() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[389] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[66] 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.4.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[87] ImCollections.addElement(templates, 0, NONE) : ^^^^^^^^^ Null type safety (type annotations): The expression of type 'List